How to backup SQL transaction logs?
Hi,
I've got some question where after backing up the transaction log, it doesn't clear/truncate the transaction log. Now my customer disk space is low and need a way to prevent it form hanging the SQL. Have any of you guys know how to deal with it?
Thank you
Log truncation happens within the log file, with the file size staying the same. To actually give the file system back this "empty space" within the log file, the DBA can manually or automatically perform a shrink operation.
Please refer to the following links for further details.
The first two were written for Backup Exec, but the topic is just as applicable to NetBackup, as well as any other backup software.http://www.symantec.com/docs/TECH33654
http://www.symantec.com/docs/TECH82950
http://msdn.microsoft.com/en-us/library/ms178037%28v=sql.105%29.aspx