A new demo has been added in the SQL Server 2000 demo portion.The detail of this demo is
Title: How to View the Current Locks in Microsoft SQL Server 2000
Objective: The objective of this demo is to teach you the process of viewing current locks in Microsoft SQL Server 2000. The Locks object in Microsoft SQL Server provides information about SQL Server locks on individual resource types. Locks are held on SQL Server resources, such as rows read or modified during a transaction, to prevent concurrent use of resources by multiple transactions.
If you are a subscriber, then click the Demos link in the navigation menu to view the complete list of demos.