Viewing 9 posts - 46 through 54 (of 54 total)
SQAPro (8/25/2009)
...snip...
ISNULL is your friend!
Or the ANSI standard COALESCE for the ANSI pedants among us :o) Has the added advantage of being able to take more than two operands. It...
August 26, 2009 at 1:42 am
Indeed. ANSI NULLS disabling is just a workaround I think for backwards compatibility with something.
Essentially an 'IF A = B' statement is saying that is (A = B) returns...
August 14, 2009 at 2:25 am
True - quite difficult to extract the actual content. Spose we could have waited for it on email...
I mistakenly interpreted 'not @i = 1' as being the same as '@i...
August 13, 2009 at 1:45 am
Tags DID make me choose the wrong option. I assumed it was asking about some subtlety of how sqlserver deals with unexpected xml elements. As such, I too reckon I...
July 29, 2009 at 2:04 am
I wouldn't have had a clue, except that the question category gave it away somewhat :o)
May 21, 2009 at 4:15 am
Knut Boehnert (5/2/2008)
That was a very nice question for a Friday morning.
I'd have to disagree. I think these ones about working out pointless conditions to satisfy one off special cases...
May 2, 2008 at 2:12 am
Mikebyrne000 (3/7/2008)
1) I'm not clear as too what SET w.col1 = i.col1,
w.col2 = i.col2, does and how to apply same to my table
2) How to I actually write...
March 7, 2008 at 4:59 am
Mikebyrne000 (3/6/2008)
Im forced to just use the TRIGGER for the question im being asked
TRIGGER is fine - that's both types. You declare it as a TRIGGER usually 'FOR UPDATE, INSERT,...
March 7, 2008 at 3:52 am
I have lots of photographs that I have taken, and presumably own. And if they were of interest to people and I wanted to sell them, would I be allowed?...
December 18, 2007 at 2:00 am
Viewing 9 posts - 46 through 54 (of 54 total)