InterviewSolution
Saved Bookmarks
| 1. |
_____________ obtains tracking information for all changes to a table that have occurred since a specific version.(a) CHANGETABLE_CONTEXT(b) CHANGETABLE(c) CHANGE_TRACKING_IS_COLUMN_IN_MASK(d) All of the mentionedThe question was asked during a job interview.Asked question is from Change Tracking in portion Monitoring and Auditing of SQL Server |
|
Answer» RIGHT choice is (b) CHANGETABLE Easy explanation: CHANGETABLE OBTAINS LATEST CHANGE tracking information for a specified row. |
|