The information in this article applies to:
SUMMARYIssuing an "sp_lock" while a database or transaction log is being dumped will always show that there is an "Ex_table" (exclusive table) lock on the object with table_id of 8. Object 8 refers to the syslogs table, which is the transaction log and is present in every database. The exclusive table lock that is seen on syslogs is a special case, and unlike exclusive table locks on all other tables, it allows updates to be made to the log. MORE INFORMATION
When a table has been locked with an exclusive table lock, no users
(except for the user holding the lock) are allowed to select, insert,
delete, or update any row in that table until the exclusive lock is
dropped. The syslogs table is a special case and does not follow this
behavior.
Additional query words: Windows NT
Keywords : kbother SSrvServer SSrvWinNT |
Last Reviewed: March 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |