Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.62 KB

change-tracking-tables-transact-sql.md

File metadata and controls

29 lines (23 loc) · 1.62 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic dev_langs
Change Tracking tables (Transact-SQL)
Change Tracking tables (Transact-SQL)
JetterMcTedder
bspendolini
10/20/2022
sql
system-objects
reference
TSQL

Change Tracking tables (Transact-SQL)

[!INCLUDE SQL Server]

Change Tracking is a lightweight solution that provides an efficient data change tracking mechanism for applications, ETL processes, event capture, and auditing. This allows for quick and simple detection of changed data without the need for expensive and complex custom solutions traditionally involving a combination of triggers, timestamp columns, new tables to store tracking information, and cleanup processes.

In This Section

dbo.MSchange_tracking_history
Returns one row for each change made to a captured column in the associated source table.

See Also

About Change Tracking (Transact-SQL)
Change Tracking Cleanup and Troubleshooting (Transact-SQL)
Change Tracking Functions (Transact-SQL)
Change Tracking Stored Procedures (Transact-SQL)