How to view SQL Server transaction log-http://xu20cn.blog.51cto.com/274020/74126

Source: Internet
Author: User
In SQL Server 7.0 and SQL Server, run the following command:

DBCC log ({dbid | dbname}, [, type = {0 | 1 | 2 | 3 | 4}])
Example: DBCC log (master, 0) Parameters:Dbid or dbname-ID or name of any database type-type of the output result: 0-minimum information (operation, context, transaction ID) 1-more information (plus flags, tags, row length) 2-very detailed information (plus Object Name, index name, page ID, slot ID) 3-all information of each operation 4-all information of each operation plus hexadecimal information of the transaction default type = 0 ViewRun the following command to view the transaction logs of the msater database:
DBCC log (master)
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.