From Enterprise Manager: - Right-click on the Database you wish to shrink
- Select "All Tasks"
- Select "Shrink Database"
From Transact-SQL:
Use the DBCC SHRINKDATABASE statement
For more information on these methods, see the "Shrinking a Database" topic under "Creating and Maintaining Databases" in MS-SQL Server's Books Online.
|
__________________
The only stupid question is the one that goes un-asked.
|