Viewing 15 posts - 1 through 15 (of 219 total)
Jeff Moden (10/1/2013)
For 2005, the correct answer is "4". For 2008 and above, the correct answer is 3.
I'm not sure which build of 2005 are you using, but I've...
October 1, 2013 at 11:16 pm
Richard Warr (3/14/2013)
Msg 242, Level 16, State 3, Line 1
The conversion of a varchar data type to a datetime data type resulted in...
March 14, 2013 at 8:28 am
Evgeny Garaev (3/12/2013)
Right answer is wrong in this case. Beacause some rows could be returned. This query will prove my words:
Very good script, although it produces a huge amount of...
March 12, 2013 at 12:57 am
binod.soft (2/10/2013)
remove all the GO syntax to execute the whole Query in a single Batch
I agree with you. The wording of the question is totally misleading.
demonfox (2/10/2013)
February 10, 2013 at 11:33 pm
Dineshbabu (1/18/2013)
I think due to enabling this set option we...
January 18, 2013 at 1:19 am
L' Eomot Inversé (1/11/2013)
Even if people were just making random guesses
The first two answers (100, 105, 105 and 105, 105, 105) cannot be considered as random guesses. So the further...
January 11, 2013 at 6:23 am
Another question about different stuff 🙂
An interesting example of inserting one string into another. Never thought it could be done that way. I always did it using something like
SELECT LEFT(@string1,...
November 22, 2012 at 10:59 pm
seankyleprice (11/16/2012)
November 16, 2012 at 4:58 am
Lon-860191 (11/8/2012)
November 8, 2012 at 8:10 am
L' Eomot Inversé (11/1/2012)
...
November 2, 2012 at 3:05 am
Nils Gustav Stråbø (11/1/2012)
vk-kirov (11/1/2012)
November 1, 2012 at 6:51 am
Note that the QOD query will return 139 characters if it runs on a database with the Latin1_General_CI_AS (or similar) collation. When running on a database with another collation, the...
November 1, 2012 at 3:12 am
craig 81366 (10/31/2012)
GilaMonster (10/31/2012)
You can't insert or delete a row multiple timesI beg to differ
...
that spool is essential to protecting against deleting more rows than expected
"Delete a row multiple times"...
October 31, 2012 at 5:37 am
Thanks for question about the new feature of MSSQL 2012!
Lokesh Vij (10/29/2012)
October 30, 2012 at 12:23 am
wdolby (10/23/2012)
When would a duplicate foreign key be used?
I think there's no practical purpose in such duplicate foreign keys. Some RDBMSs even do not allow these FKs. For example, you'll...
October 23, 2012 at 7:28 am
Viewing 15 posts - 1 through 15 (of 219 total)