Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database Log File TOO LARGE

Status
Not open for further replies.

johng75

IS-IT--Management
Jul 14, 2004
247
US
over time our database log file has grown to 12GB, aparently we never set any caps or purging options, and now the partition made for the log files is full, what is the most effective way to clean up this file?
 
how will that effect the verits software? will it be able to just carry on without the old log file? and just create a new one? or?
 
the log file is the BEDB_log.ldf file that is in the SQL database for the veritas software........
 
Have you tried using OSQL to purge the log files? Seems there is something wrong with the MSDE install.
 
You don't want to just delete the log file. If you do, SQL will mark it Suspect and cause it to become unuseable.

If you go into Enterprise Manager, you can create a maintenance plan that will do a backup of the transaction log. One of the options is to truncate and shrink the log file. That will take care of it for you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top