Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Transaction Log Backup

    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)

Viewing post 1 (of 2 total)