Hey,
There are multiple ways to sync data between tables between 2 Azure SQL databases:
- Create external tables( Elastic queries) to read data from another database and use SP to copy from 1 database to another. https://learn.microsoft.com/en-us/azure/azure-sql/database/elastic-query-overview?view=azuresql ANyhow you would need an orchestrator to trigger the SP and also the performance is not great w.r.t elastic query with large amount of data
- You can use ADF/SYnapse pipelines/Fabric pipelines to sync data between 2 tables
- You can use data sync : https://learn.microsoft.com/en-us/azure/azure-sql/database/sql-data-sync-data-sql-server-sql-database?view=azuresql