Viewing 15 posts - 1 through 15 (of 26 total)
Good explanation here: http://blogs.msdn.com/b/sqltips/archive/2008/06/26/differences-between-isnull-and-coalesce.aspx
January 25, 2013 at 1:40 am
Got it wrong, because I thought it is a trick question since "GO;" will throw an error and the table will not be created.
December 4, 2012 at 1:57 am
Found the right answer by accident, because I wasn't sure about what company Micrisoft is :hehe:
November 6, 2012 at 1:11 am
Ah, I see, looked at the wrong SQL-Server version.
June 15, 2012 at 12:19 am
Is the "no repair" answer correct?
http://msdn.microsoft.com/en-us/library/aa258278%28SQL.80%29.aspx
says:
REPAIR_FAST Performs minor, nontime-consuming repair actions such as repairing extra keys in nonclustered indexes. These repairs can be done quickly and without risk...
June 15, 2012 at 12:18 am
Interesting question, but the code itself is valid. The answer you classified as correct depends on the actual data. It appears reasonable to imply that c.IsInsuranceLength is set to 1...
December 13, 2011 at 12:25 am
Great question, but the answer is language dependant since outside the us at first glance '01-08-2011' reads 1st of August 😉
December 7, 2011 at 12:14 am
In SQL 2008 the script return 'that'. But the link point to an SQL 2000 document. Behavior might have changed...
Wait! Doesn't that mean, the answer 'that' is wrong, since it...
August 22, 2011 at 11:46 pm
Database Snapshots are only available in Datacenter + Enterprice Edition, not in Standard ( http://msdn.microsoft.com/en-us/library/cc645993.aspx)
July 14, 2011 at 11:57 pm
Interesting question. I relied on another block http://sqlfool.com/2009/04/page-splitting-rollbacks/ which says the opposite.
June 28, 2011 at 3:56 am
Actually none of the proposed answers is correct, since the question states "...and at 10:00am on 2011/05/01...". None of the answers has the year 2011 in them...:w00t:
May 25, 2011 at 11:50 pm
According to http://msdn.microsoft.com/en-us/library/ms176098.aspx this function is deprecated. And since the question did not mention Sql Server 2000 I would say, the correct answer is the last one which...
March 15, 2011 at 1:08 am
Doesn't explain why chr(13) is numeric... what function. Nice question.
July 5, 2010 at 12:15 am
Viewing 15 posts - 1 through 15 (of 26 total)