Please review the site disclaimer before downloading or using content found on this site
Written by: Steve Gray 6/22/2009 1:02 PM
Code to compact (truncate) SQL logs
backup log myDatabaseName with truncate_only
DBCC SHRINKDATABASE (myDatabaseName,10)
0 comment(s) so far...