Q : Are all SQL Server events captured in the SQL Server Transaction Logs ?

A : The start and end of each transaction is saved in transaction logs

– Every data modification (insert, update, or delete). This includes changes by system stored procedures or data definition language (DDL) statements to any table, including system tables .

– Every extent and page allocation or deallocation .

– Creating or dropping a table or index.

– Rollback operations .

– Transaction SID .

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.