In order to truncate the logs you just need to run an incremental backup, no need for the -T option.
When running incremental backup with the nsrsqlsv command, and set level to incremental then only TLogs will be backed up and, if you have the SQL DB's in Full recovery mode then the logs will be automatically truncated after a successful incremental backup.
Please let me know if you need any further information.
CarlosRojas
1.7K Posts
0
August 27th, 2012 00:00
Hi Danny,
In order to truncate the logs you just need to run an incremental backup, no need for the -T option.
When running incremental backup with the nsrsqlsv command, and set level to incremental then only TLogs will be backed up and, if you have the SQL DB's in Full recovery mode then the logs will be automatically truncated after a successful incremental backup.
Please let me know if you need any further information.
Thank you.
Carlos.
Vincent01011
15 Posts
0
August 27th, 2012 02:00
Dear Carlos:
Thanks for your kindly reply and give more informations for me.
I follow your tip to setup the backup job,and will monitor it for a few days.
Thanks a lot.
BR
Danny
ble1
4 Operator
•
14.4K Posts
1
September 2nd, 2012 23:00
Truncate calls in SQL are actually not recommended by MS. Having normal TLOG backup will address your issue.