Categories
SQL Server

Using SSDT to Detect Schema and Data Drift

Schema drift is an inevitable part of environments where database changes are applied manually. Sometimes it’s dev-ing in production, other times it’s lax change control. Either way you’ve got a problem, and SSDT comparisons may be the solution. In this post I want to look at how using the Schema Compare and Data Compare features […]