Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: SET Options - 2

    ma-516002 (12/4/2012)


    Got it wrong, because I thought it is a trick question since "GO;" will throw an error and the table will not be created.

    Agreed. If the SQL is executed...

  • RE: Queries

    Jan Van der Eecken (11/28/2012)


    Remember, the parser and the query optimizer are two very distinct animals.

    Thanks Jan. You are absolutely correct. I should have said query processor.

    Sean

  • RE: Queries

    davoscollective (11/28/2012)


    L' Eomot Inversé (11/28/2012)


    seankyleprice (11/28/2012)


    I believe I maybe have an answer as to why the behaviour of SET QUOTED_IDENTIFIER ON is different to the other set options, namely that...

  • RE: Queries

    I believe I maybe have an answer as to why the behaviour of SET QUOTED_IDENTIFIER ON is different to the other set options, namely that the statement is issued at...

  • RE: File Tables

    I'm another who missed out on the varbinary(max) part f the answerl. The link provided in the explanation (which I read first as I'm not yet up to speed with...

  • RE: Queries

    I second guessed that the question meant statements as opposed to queries as otherwise it made no sense at all. I also second guessed that it wouldn't be 9 as...

  • RE: Datetime Default

    Given that the nullability of the column wasn't explicitly specified (a personal bugbear of mine) surely the answer depends on the setting for 'ANSI null default' on tempdb and whether...

  • RE: Nanoseconds

    I personally think the answer should be 'none of the above'. The accuracy of sysdatetime() depends on the computer hardware and version of Windows on which the instance of SQL...

  • RE: Usage of @@ERROR in Transaction

    Best Practice for 2008 onwards is surely to use TRY CATCH as suggested by Stewart. For 2005 and prior I agree that the method suggested by Carlos would be best...

Viewing 9 posts - 1 through 9 (of 9 total)