Viewing 15 posts - 1 through 15 (of 28 total)
I got that to work but wht I need now is to Drop the original column (not a problem) but then rename one of the new column back to the...
July 17, 2007 at 3:46 pm
I am adding 4 new column into an already existing table then updating them.
July 17, 2007 at 3:32 pm
So what do you suggest?
I need the Select Top 10 ... line to set the @@ROWCOUNT because it check the temp table to see if it has a record in...
July 16, 2007 at 3:11 pm
Yes, there will be multiple records in #SPs and from that I need the min and max encounter date which will be returned to the #log table.
This code just checks...
July 9, 2007 at 12:40 pm
Sorry, it should have read:
IF @@ROWCOUNT > 0
BEGIN
-- Update #Log
INSERT
July 9, 2007 at 12:24 pm
I took Jeff idea and ran with it. Its working fine now.
Thanks for all the input.
June 21, 2007 at 8:11 am
Thanks for everybodies input. I went with Lynn original code and it worked great. Thanks you all.
June 5, 2007 at 8:17 am
When I run the following code I get this error:
Msg 170, Level 15, State 1, Line 3
Line 3: Incorrect syntax near '<'.
update
dbo.RespondentProperties...
June 4, 2007 at 12:03 pm
So this was onging for a few days then I take it? Can you give me more detail on the exact implmentation you used to do this. This sounds like...
March 1, 2007 at 9:12 am
That seems to be a lengthy way to do it. What would you consider the right size for the batches?
March 1, 2007 at 7:14 am
You guys rock!!! PW's script worked like a champ. Although John's did return any thing. Not sure why. But thanks a lot.
February 28, 2007 at 6:35 pm
Viewing 15 posts - 1 through 15 (of 28 total)