Viewing 15 posts - 3,541 through 3,555 (of 5,394 total)
CELKO (12/30/2010)
IF a=b OR Boolean_function_with side_effect (x) THEN ..
If the function is skipped, then there was no side...
December 30, 2010 at 9:01 am
Phil Factor (12/30/2010)
This is a great bit of research, with some timely warnings from Gianluca for anyone who makes assumptions about TSQL based on experience with a procedural language.
Thanks, Phil.
December 30, 2010 at 8:55 am
GSquared (12/30/2010)
I just noticed I hit 10k "points" on SSC today. Good way to end the year, as it were.
Excellent! Well done, Gus!
December 30, 2010 at 8:38 am
sknox (12/30/2010)
Any boolean expression is capable of being short-circuited, in the right circumstances.
So under what circumstances can you short-circuit an XOR? (i.e, if either A or B but not both...
December 30, 2010 at 8:33 am
jcrawf02 (12/30/2010)
Great job on the short-circuit article, Gianluca!
Thank you, Jon! It would have been a hill of crap without the help of Gus, Jeff and Paul (in strict chronological order).
December 30, 2010 at 6:33 am
Chris Morris-439714 (12/30/2010)
Gianluca Sartori (12/30/2010)
...I got three of these today. Mimunna seems to feel veeeery lonely.
It's the financially-evocative tone of your avatar, Gianluca - he/she thinks you're loaded and modest...
December 30, 2010 at 6:29 am
Jack Corbett (12/29/2010)
Hello My New Friend.
Good Day and How are you today.
Please...
December 30, 2010 at 3:51 am
You're right, Paul (as usual ;-)).
From BOL:
Note:
December 30, 2010 at 2:15 am
Toby Harman (12/29/2010)
SYSDATETIME()
Advantages: Returns a DATETIME2
Disadvantages: ?
Personally, I prefer GETDATE() because there is also GETUTCDATE(). I don't believe there...
December 30, 2010 at 12:47 am
GilaMonster (12/29/2010)
I am really struggling for inspiration for a 24hop abstract. Would a session title 'Bad plan! Sit!' intrigue people, or kill them with laughter?
Both. In reverse order. :-):-D:-D
December 29, 2010 at 6:54 am
jcrawf02 (12/28/2010)
December 28, 2010 at 7:25 am
You're welcome.
Glad I could help.
December 27, 2010 at 10:11 am
Have you tried with DAC?
December 27, 2010 at 9:29 am
eyejay (12/26/2010)
December 27, 2010 at 6:15 am
You can revert the value back to 0 (unlimited) connecting with DAC.
Here's a MSDN page that describes how to use the Dedicated Administrator Connection. Basically, you have to connect your...
December 27, 2010 at 6:04 am
Viewing 15 posts - 3,541 through 3,555 (of 5,394 total)