Checkout
Content Management AI
Personalize your content generation AI and create incredible user experiences for your customers
Start free trial
Question

Change Tracking - How do I know if change tracking is enabled in database?

Answer

To identify the tables with change tracking enabled in a database, you can use the sys.change_tracking_tables catalog view. The following example demonstrates how to deactivate change tracking for a table using the ALTER TABLE command.