Our Transaction log file is growing very fast (2G per 5minutes) and fill up the disk. I have already set the database to be in simple recovery mode. Also I have schedule a job to run 'backup log ... with truncate_only' and 'dbcc shrinffile (...)' every 5 minutes, but it does not work because the transaction is still in progress. I talked to my friend, he gave me two suggestions:
1. Set max size for the transaction file (now it is set to unlimited), but I am not sure if this works or not. Does anybody know it?
2. He said there is a stored procedure to turn off logging completely, but he forget what that is and he said 99% of DBAs won't do it.
Any suggestions?
Thanks in advance.
1. Set max size for the transaction file (now it is set to unlimited), but I am not sure if this works or not. Does anybody know it?
2. He said there is a stored procedure to turn off logging completely, but he forget what that is and he said 99% of DBAs won't do it.
Any suggestions?
Thanks in advance.