SQL log file viewing tool (Log Explorer for SQL Server v4.2)

Source: Internet
Author: User

:Http://download.csdn.net/source/2284248

 

1. Log Explorer for SQL Server v4.2.1

I recommend this software.

After installation, register the program (the compressed file has a registration machine)

Open Log Explorer File => attach log file-> Select Server and logon mode-> connect->

Select database> attach> browse> view log> In the left-side dialog box to view the log record.

Click View DDL commands. There are many drop table commands.

Click the "undo" button below to generate the table structure Statement (Create Table ....)

Click the "Salvage" button below to generate the insert Statement (insert into... values ....)

To restore the file, right-click the log record undo transation and choose Save file name and path> open the file and run it in the query analyzer.

T-SQL code.

For example, if log is delete table where..., the generated file code is Insert table ....

Several Problems in Log Explorer

Complete database difference and log backup

Deleted non-active entries in the transaction log are selected during Backup.

When I try to view logs with Log Explorer

Prompt NO log recorders found that match the filter, wocould you like to view unfiltered data

Select Yes and you will not be able to see the record.

If you do not select to delete non-active entries in the transaction log

Log Explorer can be used to view logs.

Detailed method can refer to: http://blog.163.com/liushui19860112@126/blog/static/132373046201052841232492/

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.