Viewing post 1 (of 1 total)
While updating use hint: with (ROWLOCK)
e.g.
UPDATE Test with (ROWLOCK) SET F2 = 'Ant' WHERE F1 = 'A'
Regards,
Salman
April 24, 2005 at 10:31 pm
#554510