Viewing 9 posts - 1 through 9 (of 9 total)
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...
December 4, 2012 at 12:39 pm
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
November 28, 2012 at 4:47 pm
davoscollective (11/28/2012)
L' Eomot Inversé (11/28/2012)
seankyleprice (11/28/2012)
November 28, 2012 at 4:21 pm
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...
November 28, 2012 at 8:36 am
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...
November 28, 2012 at 3:13 am
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...
November 28, 2012 at 2:14 am
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...
November 27, 2012 at 3:57 am
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...
November 16, 2012 at 5:09 am
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...
November 16, 2012 at 4:13 am
Viewing 9 posts - 1 through 9 (of 9 total)