Viewing 15 posts - 331 through 345 (of 455 total)
Abi Chapagai (2/11/2011)
February 11, 2011 at 8:59 am
Lady Di (2/11/2011)
I saw that in:ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_1devconc/html/72bb62ee-9602-4f71-be51-c466c1670878.htm
That URI indicates to me that you have help set up to use local help first. One of the major pitfalls of doing that is...
February 11, 2011 at 8:50 am
SanDroid (2/7/2011)
RichB (2/7/2011)
What with them being inherently, disgracefully insecure.
Are you talking about the fact that they have to be stored in plain text in connection strings that are at...
February 7, 2011 at 11:39 am
James Stephens (1/31/2011)
Great article. On the same general topic but stepping back to the part about getting the AD data into tables:
It's 2011. Why the heck doesn't Microsoft...
January 31, 2011 at 8:50 am
kenambrose (1/25/2011)
January 25, 2011 at 9:20 am
kenambrose (1/24/2011)
Not been my experience, and I just finished a contract at SLAC...
January 25, 2011 at 5:30 am
mike_walsh (1/18/2011)
January 20, 2011 at 10:56 am
Carlo Romagnano (12/31/2010)
Carlo,
I'm curious as to the context of your code (not included here for brevity and because...
December 31, 2010 at 7:34 am
Gianluca Sartori (12/30/2010)
sknox (12/30/2010)
So you have to evaluate both sides of the XOR.
When first name is null and middle name is not null, the second part of the or expression...
December 30, 2010 at 6:26 pm
SQLkiwi (12/30/2010)
sknox (12/30/2010)
I know how to write an XOR using AND/OR/NOT.
Yes, but Gianluca wasn't to know that. You might have been asking a sensible question, rather than just making...
December 30, 2010 at 6:20 pm
magarity kerns (12/30/2010)
December 30, 2010 at 12:48 pm
Daniel Ruehle (12/30/2010)
... casewhen Age > 90 then 1
when Age < 5 then 0
when Gender =...
December 30, 2010 at 12:39 pm
Gianluca Sartori (12/30/2010)
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...
December 30, 2010 at 10:26 am
This is how it should happen in any version of SQL server or any SQL database system. This is because SQL is declarative, not procedural. The difference is in the...
December 30, 2010 at 8:28 am
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 then...
December 30, 2010 at 7:58 am
Viewing 15 posts - 331 through 345 (of 455 total)