Viewing 15 posts - 241 through 255 (of 455 total)
Prassad Dabbada V R (8/21/2012)
August 21, 2012 at 7:02 am
Hugo Kornelis (8/20/2012)
EDIT 2: I also ran a quick test to prove that SQL Server does not even evaluate the * or 1 in both the COUNT and the EXISTS...
August 20, 2012 at 9:26 am
Cliff Jones (8/17/2012)
I had no idea what the correct answer was and still don't.
There is no correct answer. Several terms in the question were vague enough to ensure that. It's...
August 17, 2012 at 11:33 am
Had to double-check the use of IDENTITY in table variables.
Good question -- and good answer choices!
August 16, 2012 at 7:00 am
Hugo Kornelis (8/6/2012)
sknox (8/6/2012)
August 6, 2012 at 8:21 am
Jack Corbett (8/6/2012)
August 6, 2012 at 7:46 am
Of course, the real bug is this:
The string char(13) will break the line.
Char(13) is a Carriage Return, not a Line Feed. It should, therefore, move the cursor to the...
August 3, 2012 at 1:03 am
Luis Cazares (7/19/2012)
coldfusion244 (7/19/2012)
Luis Cazares (7/19/2012)
July 19, 2012 at 9:24 am
bitbucket-25253 (7/19/2012)
Stewart "Arturius" Campbell (7/19/2012)
anthony.green (7/19/2012)
July 19, 2012 at 6:13 am
Sean Lange (7/17/2012)
July 18, 2012 at 9:00 am
Haaico (7/12/2012)
The...
July 13, 2012 at 5:13 am
Bob Razumich (7/2/2012)
For a moment, I thought the correct answer was a trick answer. "sp_refreshview"? It just seemed too cute for a Monday, but I looked it up first, anyway...
+1
I...
July 2, 2012 at 11:34 am
ScottPletcher (6/25/2012)
When read literally, today's question is simple and straightforward.
Quite true. The second part is clearly false, since "When [you are] dealing with table variables, ...", you cannot define...
June 25, 2012 at 1:54 pm
ScottPletcher (6/25/2012)
"A Table Variable can have primary keys and indexes defined." I don't see the word "you" in there. Can indexes be defined on a table variable? Well, they can...
June 25, 2012 at 9:55 am
Gazareth (6/22/2012)
I'd like to start a quick poll: who's updated the most rows in a live table accidentally by not including a where clause in their update statement?
(Doesn't...
June 22, 2012 at 7:24 am
Viewing 15 posts - 241 through 255 (of 455 total)