Quote:
Originally Posted by mike_bike_kite
I still can't see why my previous answer doesn't fix your problem.
|
Hi Mike,
Yes, your answer is very helpful!
As I mentained above, the "trunc log on chkpt" option was turned off on our producation environment. Hence, I thought the log would not clean up regularly.
However, I have confirmed it with our DBA yesterday. They told us the trans log would backup automatically every one hour. Therefore, we can check log space usage by "sp_spaceused syslogs" behind every delete statement, then wait for one hour as your recommended if the free space less than 10 MB.
I think this post can be closed. Thanks for your help!