SQL: Understanding Change Data Capture for Azure SQL Database - Part 1 - Why?
I often need to capture the changes from one database into another. The most common reason is that I’m wanting to bring changes from a transactional system across into a data warehouse that’s part of a BI setup.
So which technology is best to use for this?
That’s not a trivial question to answer but here are some thoughts:
Replication? Unfortunately, this one’s not available for Azure SQL DB as yet.
2023-02-26