Viewing 5 posts - 1 through 6 (of 6 total)
This page suggests that option 2 is correct:
http://msdn.microsoft.com/en-us/library/ms186289.aspx
You can re-create a whole database in one step by restoring the database from a full database backup to any location. Enough of...
February 9, 2010 at 6:35 am
IF you have Northwind installed, the statement will update a Northwind Categories table and use the values from the inserted/deleted OUTPUT option to insert into the temp table.
January 6, 2010 at 6:15 am
I chose C because there wasn't a 'D - None of the above'.
My instance of SQL 2005 coughs with the error:
Msg 208, Level 16, State 1, Line 1
Invalid object...
January 6, 2010 at 6:00 am
Ideally this question would have included the Categories table with the INSERT to remove the dependency on Northwind. This would also remove any doubt as to the number of records...
January 6, 2010 at 5:55 am
I agree the answer was 1,3,4.
Ideally the QOTD answers would be validated before posting, and there would be a way to get partial credit for the multiple choice answers....
December 17, 2009 at 5:39 am
Viewing 5 posts - 1 through 6 (of 6 total)