Viewing 15 posts - 46 through 60 (of 219 total)
I don't like this question because 1) it has nothing to do with output parameters, 2) a 'SELECT TOP' statement does not guarantee output values without an 'ORDER BY' clause....
November 20, 2011 at 10:08 pm
tabinsc (11/17/2011)
November 17, 2011 at 7:50 am
I really like this kind of questions 🙂
...but the question has a minor issue. When I created the QOD database with the DemoTable table and tried to rebuild the index,...
November 16, 2011 at 12:51 am
Nils Gustav Stråbø (11/10/2011)
Good question, but I'm not sure that the explanation is 100% correct.
I'm sure that the part of the explanation was deleted by accident:
Because values from different data...
November 10, 2011 at 6:35 am
Another great question about SQL_VARIANT, thanks!
Koen Verbeeck (11/9/2011)
The MSDN article doesn't specify the precedence of the date datatype
Another MSDN article specifies that: http://msdn.microsoft.com/en-us/library/ms173829(v=SQL.105).aspx
November 9, 2011 at 11:58 pm
Nice and easy question.
I am very surprised that by now I am the only one (out of twenty) with the correct answer :blink:
November 8, 2011 at 11:37 pm
Very interesting question, but 1) version-specific; 2) with wrong explanation.
I could reproduce the error only in SQL Server 2005. In SQL Server 2008 R2, the query works fine.
This situation must...
November 7, 2011 at 10:31 pm
Oh, boy! I hope no one will use this code in production! :blink:
October 23, 2011 at 10:41 pm
"The Default group can be moved out of the Default Pool"? The referenced BOL article says just the opposite:
Resource Governor Concepts
October 19, 2011 at 10:54 pm
Nice question
codebyo (10/10/2011)
After the EXCEPT, only the number 4 remains. So where does...
October 10, 2011 at 10:57 pm
Nice question.
I chose the third (wrong) answer because I didn't notice the DATE data type and thought it was DATETIME 🙂
September 19, 2011 at 12:03 am
Good question, but the answer is totally wrong. The ALTER TABLE statement fails at least for two reasons (and both of these reasons are available at the link given in...
September 16, 2011 at 1:13 am
codebyo (9/13/2011)
- Insert into table dbo.cuss1 generates an error msg
- Insert into table dbo.cuss2 generates an error msg
- Insert into table dbo.cuss2 does NOT generate...
September 13, 2011 at 10:20 pm
croberts 36762 (8/24/2011)
I ran it. It returned 'this'.
tmcbroom (8/24/2011)
I also ran it on SQL Server 2008 SP2 and it returned "this".
Did it also return 'Could not locate entry in sysdatabases...
August 25, 2011 at 12:49 am
Hafiz Muhammad Suleman (8/24/2011)
USE test2
EXEC sp_one it execute the the the sp that is in test2...
August 24, 2011 at 3:12 am
Viewing 15 posts - 46 through 60 (of 219 total)