SQL Server Error Log causes the server disk C to be full

Source: Internet
Author: User
Tags server error log

For example, if you limit the Log Size of a database to 500 mb, when the database uses up MB of space, logs will be recorded every time the database is connected.

 

 

The log content is as follows:

2008-07-25 09:50:01. 23 spid104 error: 9002, severity: 17, status: 6
09:50:01. 23 spid104 database 'xx' logs are full. Back up the transaction logs of the database to release some log space ..
2008-07-25 09:50:01. 23 spid160 error: 9002, severity: 17, status: 6
09:50:01. 23 spid160 database 'xx' logs are full. Back up the transaction logs of the database to release some log space ..
.....

 

 

The Log Path is c: \ Program Files \ Microsoft SQL Server \ MSSQL \ log

 

The minimum number of MSSQL log files is 6 (that is, there are at least 6 logs)

 

 

Current solutions:

1. Regularly clean up logs by writing scripts.

2. Set "fault recovery" for all databases on the server to a "simple" model.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.