>  기사  >  데이터 베이스  >  SQLServer2005 remove log file.

SQLServer2005 remove log file.

WBOY
WBOY원래의
2016-06-07 15:34:541252검색

Issue: SQL server does not work when the log file occupied all the disk space. Resolution: Remove the LOG file data . Step: 1. Backup your database. 2. Detach your database. 3. Check the close connection box. 4. Remove you log file or rena

Issue: SQL server does not work when the log file occupied all the disk space.

Resolution: Remove the LOG file data .

Step:

1. Backup your database.

2. Detach your database.

SQLServer2005 remove log file.

3. Check the close connection box.

4. Remove you log file or rename it from the data path.

5. Attach you DB mdf again.

6. Remove the LDF  item  from the warning dialog list.

7. Attach DB successfully, and there is a new LDF file will created with 500K.

 

 

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.