Shrinking the Transaction Log in SQL Server 2000 Posted on January 14, 2010 by Thomas Maurer Use the SQL Query Analyzer BACKUP LOG XXX WITH TRUNCATE_ONLY GO DBCC SHRINKFILE(XXX_log, 10) GO (replace XXX with the database name) Related Posts:Shrinking the Transaction Log in SQL Server 2005Microsoft Server Posterpedia Windows 8 AppSlipstream SQL Server 2008 SP2 for SCCM 2012How to integrate (slipstream) SQL Server 2008 and SP1