SQL Server 2008 emptying the delete log file

Source: Internet
Author: User

SQL2005 Empty Delete log:

Backup Log  with no_log   ' The dnname here is the name of the database you want to shrink, and notice that you modify the database name below and I'm not commenting anymore. Godump transaction dnname with no_log gouse dnnamedbcc shrinkfile (2) Go

SQL2008 Empty Delete log:

 Use [Master]GOALTER DATABASEDnnameSETRECOVERY Simple withno_waitGOALTER DATABASEDnnameSETRECOVERY Simple--Simple ModeGO UseDnnameGODBCCShrinkfile (N'Dnname_log', One, Truncateonly)GO 'Here's Dnname_log if you don't know what the name is in sys.database_files, you can query it with the following annotated statement' UseDnname'GO'SELECT file_id, Namefrom sys.database_files;'gouse [master]goalter database Dnname set RECOVERY full with No_waitgoalter database Dnname SET RECOVERY Total--Revert to complete mode -Style Go

SQL Server 2008 emptying the delete log file

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.