Change tracking for SQL Server is a flexible and easy-to-use technology for monitoring tables for inserts, updates, and deletes. In this post, I’ll discuss getting started with change tracking in SQL Server, and will show an example of how to get started with it. Change Tracking Overview Change tracking is a lightweight mechanism for tracking which rows have been inserted,...
The post Getting Started with Change Tracking in SQL Server appeared first on Tim Mitchell.