GroupBy – Free SQL Server Training   /     T-SQL Tools: Simplicity for Synchronizing Changes by Martin Perez

Summary

One of most common problems a DBA or database developer may face is finding and syncing data changes efficiently between multiple systems. In this session we will look into different methods focusing on effective use of T-SQL and explore how these methods can mixed and matched in your ETL workflows: Brute Force Log shipping/Read Only standby Rowversion datatype Change Tracking Change Data Capture Temporal Tables

Subtitle
One of most common problems a DBA or database developer may face is finding and syncing data changes efficiently between multiple systems. In this session we will look into different methods focusing on effective use of T-SQL and explore how these...
Duration
01:04:12
Publishing date
2018-10-09 10:00
Link
http://groupby.libsyn.com/t-sql-tools-simplicity-for-synchronizing-changes-by-martin-perez
Contributors
Enclosures
http://traffic.libsyn.com/groupby/GroupBy067.mp3?dest-id=448922
audio/mpeg

Shownotes

One of most common problems a DBA or database developer may face is finding and syncing data changes efficiently between multiple systems.

In this session we will look into different methods focusing on effective use of T-SQL and explore how these methods can mixed and matched in your ETL workflows:

  • Brute Force
  • Log shipping/Read Only standby
  • Rowversion datatype
  • Change Tracking
  • Change Data Capture
  • Temporal Tables