Before any sync: back up the target, generate the script, and review it in SSMS. Compare does not auto-execute scripts against production.

Typical Workflows

Deploy Development Changes to Staging

  1. Connect Dev as Source, Staging as Target
  2. Run Schema Compare
  3. Select only the objects you intend to deploy
  4. Generate, review, and execute the sync script on Staging

Audit Production vs DR

  1. Connect Production as Source, DR as Target
  2. Run Schema Compare, then Discover + Data Compare on critical tables
  3. Investigate any Modified / Source Only / Target Only results

Post-Deployment Validation

  1. Before deployment: compare and note outstanding differences
  2. After deployment: re-run Compare and confirm differences are resolved