Attention Valued Customers: We have been closely monitoring Tropical Storm Elsa as it approaches our area and have all backup power systems available to ensure that should we lose power we are able to generate our own. Emergency staff will be on standby and ready to perform the necessary actions required to bring any services back online should interruptions occur.

Clearing a transaction log

To clear the transaction log of a SQL2000 database:

BACKUP LOG [databasename] WITH NO_LOG

This will break the log, and reduce the size of the log file.  This is a dangerous operation, and should not be part of a maintenance routine.  SQL Server has better mechanisms to manage log file size in almost every case.

For more detail, see: