1.

Which of the following is a catalog view used for change tracking?(a) sys.change_tracking_tables(b) sys.change_tracking_views(c) sys.change_tracking_columns(d) none of the mentionedI got this question during a job interview.This interesting question is from Change Tracking topic in chapter Monitoring and Auditing of SQL Server

Answer» RIGHT ANSWER is (a) sys.change_tracking_tables

Best EXPLANATION: sys.change_tracking_tables RETURNS one row for each database in the instance of SQL Server that has change TRACKING enabled.


Discussion

No Comment Found

Related InterviewSolutions