Hello,
I'm new to this and need some help. I have 8 DTS packages that run every night. They truncate the previous nights data, for separate tables and reload the DB. None are running right now and the Error is "The log file for database FACSQL is full. Back up the transaction log for the database to free up some log space." I know this happens often enough that I have to fix it. I couldn't get my answers from online sites, so I'm hoping someone can help me. I think I need the following:
Code to Backup
Code to the Shrink Logs
Code to Change Virtual Log file size
I'm just guessing on these. Also, once I do all this, should I create a DTS package that performs this regularly so I don't run into the issu in the future?
Thank you!
I'm new to this and need some help. I have 8 DTS packages that run every night. They truncate the previous nights data, for separate tables and reload the DB. None are running right now and the Error is "The log file for database FACSQL is full. Back up the transaction log for the database to free up some log space." I know this happens often enough that I have to fix it. I couldn't get my answers from online sites, so I'm hoping someone can help me. I think I need the following:
Code to Backup
Code to the Shrink Logs
Code to Change Virtual Log file size
I'm just guessing on these. Also, once I do all this, should I create a DTS package that performs this regularly so I don't run into the issu in the future?
Thank you!