Help!
We've been having nothing but problems with our Transaction logs filling up to the point of completely filling up our 35 GB worth of hard drive. Our vendor that built the server in question (custom build W2k Server with SQL Server 2000) supposedly fixed the problem so that the log files won't grow to the point of filling up the hard drive, and I believe they did this by putting a limit size on the log file. The error message we were getting when the hard drive was full was that the transaction log files were full and to back up the database to free up some log space.
I found on the Microsoft site:
which explains shrinking and truncating the log files, however it doesn't say where to go to issue the following commands:
"Shrinking the Transaction Log
The size of the log files are physically reduced when:
A DBCC SHRINKDATABASE statement is executed.
A DBCC SHRINKFILE statement referencing a log file is executed.
An autoshrink operation occurs."
I am by no means a SQL expert or even a novice, but I need to get this error message fixed ASAP because no one from our vendor is available right now, and no one here can edit any information in our customer database. I tried issueing the DBCC SHRINKFILE command from a DOS prompt and from the RUN menu but it didn't work (obviously). Where do I go to get this done?
The exact error message we are getting right now on any Win9x workstation is:
"The log file for database 'our database' is full.Backup the transaction log for the database to free up some space."
Any help is appreciated!
We've been having nothing but problems with our Transaction logs filling up to the point of completely filling up our 35 GB worth of hard drive. Our vendor that built the server in question (custom build W2k Server with SQL Server 2000) supposedly fixed the problem so that the log files won't grow to the point of filling up the hard drive, and I believe they did this by putting a limit size on the log file. The error message we were getting when the hard drive was full was that the transaction log files were full and to back up the database to free up some log space.
I found on the Microsoft site:
which explains shrinking and truncating the log files, however it doesn't say where to go to issue the following commands:
"Shrinking the Transaction Log
The size of the log files are physically reduced when:
A DBCC SHRINKDATABASE statement is executed.
A DBCC SHRINKFILE statement referencing a log file is executed.
An autoshrink operation occurs."
I am by no means a SQL expert or even a novice, but I need to get this error message fixed ASAP because no one from our vendor is available right now, and no one here can edit any information in our customer database. I tried issueing the DBCC SHRINKFILE command from a DOS prompt and from the RUN menu but it didn't work (obviously). Where do I go to get this done?
The exact error message we are getting right now on any Win9x workstation is:
"The log file for database 'our database' is full.Backup the transaction log for the database to free up some space."
Any help is appreciated!