Is there some means of querying the system tables to establish which tables are using what locking schemes? I took a look at the columns in sysobjects but nothing jumped out.
|
|
|
|
|
|
|
aargh, just being an idiot:
|
||
|
|
|
|
take a look at the syslockinfo and syslocks system tables you can also run the sp_lock proc |
||
|
|
|
|
The recommended way is to query the dynamic management view (DMV):
|
||
|
