Change Tracking Functions (Transact-SQL)
Change tracking records insert, update, and delete activity applied to tracked tables, supplying the details of the changes in an easily consumed relational format. The following functions return information about the changes.
Function |
Description |
---|---|
Returns tracking information for all changes to a table that have occurred since a specified version. |
|
Returns the latest change tracking information for a specified row. |
|
Returns the minimum version that is valid for use in obtaining change tracking information from the specified table when you are using the CHANGETABLE function. |
|
Obtains a version that is associated with the last committed transaction. You can use this version the next time you enumerate changes by using CHANGETABLE. |
|
Interprets the SYS_CHANGE_COLUMNS value that is returned by the CHANGETABLE(CHANGES …) function. |
|
Enables the specification of a change context, such as an originator ID, when an application changes data. |