Viewing post 1 (of 2 total)
After every full backup I automatically run these 2 commands to reclaim the space the TLog has allocated:
backup log DBName with truncate_only
DBCC SHRINKDATABASE (N'DBNAME', 0,TRUNCATEONLY)
November 26, 2003 at 6:09 am
#483712