A new demo has been added in the SQL Server 2000 demo portion.The detail of this demo is
Title: How to Shrink a Database in Microsoft SQL Server 2000
Objective: The objective of this demo is to teach you the process of shrinking a database in Microsoft SQL Server 2000. Microsoft SQL Server 2000 allows each file within a database to be shrunk to remove unused pages. Both data and transaction log files can be shrunk. The database files can be shrunk manually, either as a group or individually. The database can be set to shrink automatically at given intervals. This activity occurs in the background and does not affect any user activity within the database.
If you are a subscriber, then click the Demos link in the navigation menu to view the complete list of demos.