Viewing 4 posts - 1 through 4 (of 4 total)
thank u everyone
raiserror wrks!!!!!!
alzdba select @cnt doesnt wrk
August 24, 2006 at 7:29 am
thank u for replying
my query is some thin g like this
declare @cnt int
set @cnt = 1
while (@cnt <220)
BEGIN
begin transaction
update D_outlet
set OUTLET_sid=OUTLET_sid
commit transaction
set rowcount 1
print @cnt
set @cnt = @cnt+1
end
The update...
August 24, 2006 at 6:19 am
please help meee!!!!!!
August 24, 2006 at 5:05 am
Hey use this piece of code
EXEC sp_dboption gl_rnd, 'trunc. log on chkpt.', 'True'
Checkpoint ...
August 24, 2006 at 5:03 am
Viewing 4 posts - 1 through 4 (of 4 total)