I recently had a problem of transaction logs occupying the entire space on the disk. Every time i run a DTS package it gave me an error "Transaction log full, backup the log and create space for the log".
I did research and came to know that i can reduce it by code
DBCC SHRINKFILE (2) it does clean up the logs but when i run the DTS, it gives me the same error message. Can any one please tell me how to control this ever increasing transaction logs as a best practice rules and also what is the standard log space alloted for a 100 mb datafile. How to overwrite this logs? I am using a simple recovery model.
Thanks for your help.
Dwight
I did research and came to know that i can reduce it by code
DBCC SHRINKFILE (2) it does clean up the logs but when i run the DTS, it gives me the same error message. Can any one please tell me how to control this ever increasing transaction logs as a best practice rules and also what is the standard log space alloted for a 100 mb datafile. How to overwrite this logs? I am using a simple recovery model.
Thanks for your help.
Dwight