Truncate SQL transaction logs

Very easy way to truncate Transaction logs

In SQL Server

backup log [database name] with truncate_only
(run this in query analyzer)

(open enterprise manager and expand the server tree)
–right click on the database
–all task
–shrink database
–bottom button (on right side of form) for files
–select sql log file (default is data file so make sure and change it)
–click ok

 

Be the first to comment

Leave a Reply