Viewing 15 posts - 1 through 15 (of 48 total)
I came to the discussion before answering in hopes that someone would have said the correct answer, but alas my search was quite unfruitful, so I had to end up...
October 31, 2014 at 8:30 am
Hugo Kornelis (9/5/2014)
September 10, 2014 at 4:38 pm
Toreador (7/7/2014)
BWFC (7/7/2014)
July 7, 2014 at 12:00 pm
Nice question, thanks!
I got lucky with my answer, I thought the error would be trying to insert a duplicate value in an identity column. In retrospect, I see there's no...
March 27, 2014 at 7:19 am
Here's the link to the previous question[/url], for anyone who got curious like me but doesn't want to go through the QotD pages. 😛
February 20, 2014 at 10:33 am
Revenant (1/28/2014)
Thanks for an interesting question, Amit. Nitpicking: if it asks 'select all that apply,' it should have checkboxes, not radio buttons.
I'm guessing it was supposed to have 4 options...
January 29, 2014 at 4:43 am
George M Parker (10/18/2013)
Ed Wagner (10/18/2013)
tabinsc (10/18/2013)
Victor Kirkpatrick (10/18/2013)
Might be an easy one, but I learned something: the WITH VALUES clause. Thanks.Same here
Same for me.
Same here, wasn't familiar with the...
October 18, 2013 at 9:25 am
Stewart "Arturius" Campbell (10/3/2013)
(...)which is, most probably, why the QP stated WEF SQL2012.
(...)
Sorry if it's a stupid question (English is not my native language), but what does WEF stand for?
October 4, 2013 at 11:05 am
paul s-306273 (9/27/2013)
"FILESTREAM, of course" has 11%, so that was a bit sneaky!
I love how sassy that option is, though.
September 27, 2013 at 9:08 am
zerko (8/4/2013)
September 19, 2013 at 2:43 pm
sknox (9/19/2013)
Consider, for example, the following:
DECLARE @Start datetime = getdate();
SELECT * FROM v_SeveralMinutesToExecuteView;
DECLARE @End datetime = getdate();
SELECT DATEDIFF(ms,@Start,@End) as TimeToExecute;
If values were set during parse time, @Start and @End would...
September 19, 2013 at 9:29 am
L' Eomot Inversé (8/1/2012)
Peter Kryszak (2/6/2006)
I think the point of the...
September 17, 2013 at 12:14 pm
L' Eomot Inversé (9/11/2013)
Revenant (9/11/2013)
L' Eomot Inversé (9/11/2013)
Primo Dang (9/11/2013)
L' Eomot Inversé (9/11/2013)
isaquedejair (9/11/2013)
September 11, 2013 at 8:24 pm
L' Eomot Inversé (9/11/2013)
isaquedejair (9/11/2013)
"String or binary data would be truncated.", o...
September 11, 2013 at 10:20 am
Knut Boehnert (8/15/2013)
MikeSpike (8/15/2013)
Does the engine first pick cp.pkey=0 from row 1 and 2 then looks at row 3-4 to check if up.pkey...
August 15, 2013 at 7:54 am
Viewing 15 posts - 1 through 15 (of 48 total)