Viewing 15 posts - 721 through 735 (of 2,469 total)
hmm - I wonder if Saravanan and Gogula are working on the same project..
November 16, 2005 at 6:31 am
Just to illustrate Frank's methods..
declare @string varchar(50) set @string = 'Frank and John are back' if charindex('Jo', @string) > 1 print 'exists' else print...
November 16, 2005 at 6:24 am
oh I'm used to the fact that you're "rarely wrong"...AND since I'm not one of the "guys"..hopefully whoever you're addressing in your post will come along and respond before you...
November 15, 2005 at 1:35 pm
moral of the story - "search" all you want and "argue" all you want...remi's solution is ALWAYS the only right one...I only said "left" for that play on words that...
November 15, 2005 at 1:19 pm
It's certainly been a looooooooooong while - almost feels like another lifetime - the "good old days"...
remi - I'll let the original poster...
November 15, 2005 at 12:52 pm
wow - remi and noel online at the same time - this hasn't happened for a long time..
here're some more - "just for the fun of it"..
November 15, 2005 at 11:06 am
Hi noel - thanks for being "translator & interpreter" of my post...
November 15, 2005 at 10:43 am
You don't say if you enabled this or not...did you try with ANSI_NULLS and ANSI_WARNINGS ON ?!?! Did you get a different error message ?!
November 15, 2005 at 10:06 am
IF LEFT('Letter', 1) = 'L' PRINT 'Correct' ELSE PRINT 'Wrong'
November 15, 2005 at 9:41 am
I "resisted" this thread only because Steve moved away from "Anything that is not SQL" - (wisely so, I may add) - & I wasn't even aware of the new...
November 15, 2005 at 9:27 am
Dan - I couldn't help smiling as I read through your rant...Just as an FYI, here's what I personally do when I'm reading something that is work-related - be it...
November 15, 2005 at 9:12 am
Because women have been so ill-represented, I'll have to make mine an all-female list!
Again, not in order of importance or influence - or necessarily global...
November 15, 2005 at 8:50 am
Sivakumar...it'd help immensely if you outline your ultimate goal...
Here's one way of doing it dynamically but I'm +ve that you'd get several different non-dynamic/non-cursor solutions if you posted your objective...
November 15, 2005 at 8:09 am
Hi Gogula...you could capture @@error in a variable and then use it to query the sysmessages table in the master db..something like this...
select description from master.dbo.sysmessages where error = @errNum...
November 15, 2005 at 7:28 am
Viewing 15 posts - 721 through 735 (of 2,469 total)