Tag Archives: Microsoft SQL Server
Truncating SQL Server Log Files
SQL Server logs in a circular fashion to its transaction log files. To shrink a transaction log file it is first necessary to backup the log. The following script backs the log up, throwing away the backup in the process … Continue reading