Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:
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 basic 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.
Stored procedures
- sys.sp_flush_commit_table (Transact-SQL)
- sys.sp_flush_commit_table_on_demand (Transact-SQL)
- sys.sp_flush_CT_internal_table_on_demand (Transact-SQL)