Viewing 6 posts - 1 through 6 (of 6 total)
Found this in my virtual briefcase but I never used it. It is in the script library by Klott
Might be helpful. Main thing is getting a good zipcode database.
Some are fairly...
July 15, 2005 at 7:10 am
I've got a where clause that I am incrementing in a loop to select the primary key.
where t1.objectid >= @lower and t1.objectid <= @upper
The problem is my table is so...
February 22, 2004 at 9:54 pm
The statement you provided only updates 1000 rows out of my table.
I am new at SQL so I am not sure if I need to include anything else.
I do...
February 22, 2004 at 9:22 pm
My trouble seems to be how to do it for every 1000.
Do you put the rowcount inside the loop or is the loop not necessary anymore?
I put the Set Rowcount...
February 22, 2004 at 7:38 pm
Hi Steve,
I am still having trouble with this query. I tried a number of different ways to use the while loop, but it still runs for over 10 hours and...
February 22, 2004 at 3:18 pm
Viewing 6 posts - 1 through 6 (of 6 total)