Forum Replies Created

Viewing 15 posts - 76 through 90 (of 118 total)

  • RE: Microsoft Certified Master

    Vedran Kesegic (7/19/2013)


    Just found out: I passed the knowlege exam - from the first attempt! Learning and experimenting night and day for 6 months payed off.

    Now, the terrifying lab exam...

  • RE: SQL Server 2012 Concat

    The answer isn't correct because "it depends"!

    I answered it correct but only because of the standard settings for the session parameter [CONCAT_NULL_YIELDS_NULL].

    SET CONCAT_NULL_YIELDS_NULL OFF;

    GO

    SELECT session_id, concat_null_yields_null FROM sys.dm_exec_sessions WHERE session_id...

  • RE: Microsoft Certified Master

    Gail, if it is easier for you to come to Germany let me know.

    I will take care of a quiet and separate room with a 16 Mbit internet connection for...

  • RE: Microsoft Certified Master

    Hi Vedran,

    go for it! I'm crossing fingers you've passed.

    Keep us informed.

  • RE: Microsoft Certified Master

    Thank you all for your wishes - feeling quite good after the stress 🙂

    @evgeny

    I really would like to come because it seems to be a quite good program.

    Unfortunately this weekend...

  • RE: Microsoft Certified Master

    Lars.Utterstrom (5/24/2013)


    Hooray!

    Herzlichen Glückwunsch!

    Time for a Henninger then 🙂

    /Lars

    Hey Lars,

    whenever you want - I'm located in Frankfurt. Send me a PN and we can make an appointment 🙂

    I'm crossing fingers that...

  • RE: Microsoft Certified Master

    Hi all,

    I'VE GOT IT!!!!!

    A few minutes ago i got the mail from Bob - passed...

    OMG - can't describe what I feel currently...

    What a journey - it took me 1,5 years...

  • RE: LEFT JOIN

    kapil_kk (4/4/2013)


    Hi all,

    I also thinks that the options are not well written... Sorry for that 🙁 ..

    My point of concern was to to throw light on different behaviors of AND...

  • RE: Data Insertion into Access DB using T-SQL

    Hallo Iraju10,

    this is not possible. To push data into ACCESS with OPENROWSET.

    Basically the only possible solution is an access db and start of it by a SQL Server JOB.

    In the...

  • RE: Can This Work?

    Concerning the complete code the solution will not work.

    It will produce an error 111 because the GO is missing in between the single steps.

    Better you check your own code before...

  • RE: Microsoft Certified Master

    Hi all,

    Sean Gallardy shares his experiences with 88-970 at his blog:

    .

  • RE: Microsoft Certified Master

    Vedran Kesegic (2/4/2013)


    Thanks, Uwe!

    Is there any additional hardware required except camera with microphone and broadband connection?

    Hallo Vedran,

    send me your personal email address and I will sent you the pdf I've...

  • RE: Microsoft Certified Master

    Steve,

    that's true. I made my first try in November 2012 and failed. I got the information about my results in january and wanted to retake asap. From Prometric I got...

  • RE: Microsoft Certified Master

    Hallo Vedran,

    the charge for the LAB is 2.500,00 USD but i get a refund of 500 USD (see my previous post!)

    I do not know the charging amount for the Knowledgetest...

  • RE: Relational Model versus XML

    Koen Verbeeck (1/23/2013)


    I'd like to see the performance of the XML solution.

    Also, I would think the structure of your website is known, so a relational model is preferred.

    Curious to see...

Viewing 15 posts - 76 through 90 (of 118 total)