Viewing 15 posts - 1,756 through 1,770 (of 3,348 total)
Good question, thanks for submitting, Honza! I agree that it was clear enough that the code was supposed to be run as a single batch.
To the person posting that "select...
May 6, 2013 at 2:26 am
Rune Bivrin (5/2/2013)
Hugo Kornelis (5/2/2013)
1. If I were to try this code on my system, I would get five errors. All system table (*) names are...
May 2, 2013 at 6:12 am
EDIT: Double post removed.
(I got an error message when posting, so I assumed the post didn't go through. Should have checked before reposting)
May 2, 2013 at 1:24 am
Good question, though I'm surprised that, apparently, people are doing this wrong. Since you'll be rewarded by an error message when you try, I don't understand how people could not...
May 2, 2013 at 1:24 am
flangoo (5/1/2013)
When ist row is being inserted and the trigger fires and there is sucessful insertion and in second insert when...
May 1, 2013 at 7:50 am
Raghavendra Mudugal (5/1/2013)
- Replicate is replicating as needed (the expression is 5 chars and and @s-2 is also 5...
May 1, 2013 at 2:03 am
Miles Neale (4/30/2013)
Hugo,Question if you have time.
<furthernitpicking>
Not NULL - Unknown. Is unknown also called uninitialized?
</furthernitpicking>
Just wondering?
This will cost you more time than it'll cost me! 😛
Short answer: no.
Long answer:
April 30, 2013 at 11:17 am
Sean Lange (4/30/2013)
I understand the way NULL is evaluated when doing comparisons.
select * from table where MyNullColumn = MyNonColumn.
I understand that returns NULL.
<nitpicking>
Not NULL - Unknown. Quite different concepts!...
April 30, 2013 at 8:25 am
Sean Lange (4/30/2013)
April 30, 2013 at 7:32 am
Don't feel too bad about it, Steven. It happens to all of us.
It was a great effort, and I hope you'll submit more questions in the future.
April 29, 2013 at 12:09 pm
call.copse (4/29/2013)
April 29, 2013 at 4:02 am
Too bad the question author somewhere switched the two options in his head and marked the wrong answers as right and the right answers as wrong. Fortunately, I did the...
April 29, 2013 at 2:35 am
I first focused on the reference to a unique constraint rather than the primary key, thinking that was the issue of the question. I almost got it wrong because of...
April 26, 2013 at 3:49 am
L' Eomot Inversé (4/25/2013)
April 25, 2013 at 4:02 am
Viewing 15 posts - 1,756 through 1,770 (of 3,348 total)