Viewing post 1 (of 1 total)
Hi, Nandy
Perhaps you should modify your cursor query into this.
declare test_cursor cursor for
select * from test WITH(NOLOCK)
to be able to make alteration to the table
January 17, 2013 at 1:06 am
#1578127