hi everyone,
I have a SQL Server 2000 db that is set to Simple logging mode.
But between database shrinks, the T-log file grows to 5 GB (the data file is only 4GB)
I guess I have 2 questions:
1. what kinds of activity cause the T-log to grow? Would a SQL select stmt (using joins) for a very large table use the T-Log? When using Simple mode, is the T-log just used for "workspace"?
2. Is there any way to turn off the use of the transaction log for a particular database?
(As you may have guessed, the server is low on available disk space - I'm looking for a quick-fix until the new disk drives arrive.)
Thanks, John
I have a SQL Server 2000 db that is set to Simple logging mode.
But between database shrinks, the T-log file grows to 5 GB (the data file is only 4GB)
I guess I have 2 questions:
1. what kinds of activity cause the T-log to grow? Would a SQL select stmt (using joins) for a very large table use the T-Log? When using Simple mode, is the T-log just used for "workspace"?
2. Is there any way to turn off the use of the transaction log for a particular database?
(As you may have guessed, the server is low on available disk space - I'm looking for a quick-fix until the new disk drives arrive.)
Thanks, John