Comments and notes on SQL Server 2000, 2005, and T-SQL
Browse by Tags
All Tags »
SQL 2000 »
SQL 2005 »
truncate log (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
This is a combination of logic from 2 previous posts - this piece of code will truncate the log file size for all the databases in a SQL Server. It has been tested against SQL 2000 and 2005 --delcare variables declare @vchrTable varchar(200), @vchrMsg...
|