Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
issammansour
Yak Posting Veteran
51 Posts |
Posted - 2007-04-16 : 11:43:59
|
| Hi,Any one can help me with the following requirement:-. Checking the record if its lock before issues any statementAny sample will be helpfulBest Regards |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
issammansour
Yak Posting Veteran
51 Posts |
Posted - 2007-04-16 : 13:35:45
|
| 1. waiting for long time for user B to release the record this situations not allow on the application. 2. We need to check the record status before starting a long operation on the database.3. SQL Server handles the locking strategy that’s fine to me, but what I need to check the status of the record before stating.4. I try to use sp_lock NO STATUS For the record. |
 |
|
|
|
|
|