Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Trying to get an idea how to design a job with the following criteria.
1. Source is MySql
2. Destination is Azure Microsoft Sql Server.
3. Want a nightly job that will only extract changed/new records from source and insert
them to Azure Sql Server.
I was going through 7.1 docs and found a component called tDBCDC and not sure how I can design this.