Viewing 6 posts - 16 through 22 (of 22 total)
ARRRGGGHHHH
You are the man. It was the use of char that was screwing it up.
thanks!
April 30, 2008 at 12:31 pm
Close but it only returns the first character in the string: A
April 30, 2008 at 11:47 am
That worked like a charm! I am using SQL 2000 so I used the NEWID() function but basically the same concept and I eliminated my locking problems.
thanks!
April 11, 2008 at 9:38 am
ROCK ON!
Now that is what I'm talking about. I'll give that a whirl!
April 9, 2008 at 8:34 am
Thanks for the input! I have my temp tables built at the very beginning of all sp code and not later on in the code for that reason. ...
April 8, 2008 at 8:21 am
I've been meaning to come back and post my solution but never got around to it.
I couldn't get the previous suggestions to work.
So.
I inserted the data into a temp table...
April 2, 2008 at 6:12 am
Viewing 6 posts - 16 through 22 (of 22 total)