Viewing 6 posts - 1 through 6 (of 6 total)
Does the WITH (NOLOCK) option work with sql server 2005 ?
Or is it depricated ?
I was facing some serious deadlock issues in a high transaction table, i was not...
March 31, 2009 at 12:30 pm
GSquared (3/31/2009)
March 31, 2009 at 8:35 am
Also,
Since i am using the ROWLOCK for updates : what is the effect of say 50 row level locks in a table at a time ?
March 30, 2009 at 2:38 pm
GSquared (3/30/2009)
Santa Ana (3/27/2009)
If i place a NOLOCK for an update on a row (Update triggered by the background process) Say Transaction 1
If there is a ROWLOCK...
March 30, 2009 at 12:42 pm
A question gents :
If i place a NOLOCK for an update on a row (Update triggered by the background process) Say Transaction 1
If there is a ROWLOCK for another update...
March 27, 2009 at 2:57 pm
GSquared (3/27/2009)
For example, user A takes a look at row 3 of table X. Meanwhile,...
March 27, 2009 at 1:24 pm
Viewing 6 posts - 1 through 6 (of 6 total)