Viewing 9 posts - 1 through 9 (of 9 total)
Thanks - this is a great summary.
January 19, 2012 at 1:23 pm
I just had the same problem and found this - haven't tried it myself yet, but the comments are encouraging:
One of the comments also says:
GRANT EXECUTE ...
November 16, 2011 at 8:48 am
GSquared (9/20/2011)
tim.hulse (9/19/2011)
GSquared (9/19/2011)
tim.hulse (9/19/2011)
kokila.kondasamy (3/23/2011)
Kindly find the sample code...hope this will help u...is there any better way of performing the delete operation, kindly let us know
Declare @count int
set...
September 20, 2011 at 9:08 am
GSquared (9/19/2011)
tim.hulse (9/19/2011)
kokila.kondasamy (3/23/2011)
Kindly find the sample code...hope this will help u...is there any better way of performing the delete operation, kindly let us know
Declare @count int
set @count =0
while...
September 19, 2011 at 2:24 pm
kokila.kondasamy (3/23/2011)
Kindly find the sample code...hope this will help u...is there any better way of performing the delete operation, kindly let us know
Declare @count int
set @count =0
while @count<=2000
begin
delete from...
September 19, 2011 at 12:59 pm
I really needed something that did this - thanks!
July 27, 2011 at 8:10 am
Almost exactly the same reaction here too. I don't understand who this is aimed at - not the beginner, certainly. It serves little purpose for anyone else.
June 30, 2011 at 6:14 am
Viewing 9 posts - 1 through 9 (of 9 total)