Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
pvandermn
Starting Member
8 Posts |
Posted - 2008-12-26 : 08:23:51
|
I have an overnight report run which creates a large reporting table within each of the 100 databases on the server. During this run the transaction logs balloon, and I run out of disk space. Can I suspend logging during the run of this stored procedure. I tried setting the recovery model to Simple during the run and then back to bulk-logged afterwards, but that didn't do it. |
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2008-12-26 : 09:26:46
|
No, transactions are always logged.CODO ERGO SUM |
 |
|
|
|
|