How can you incorporate/sync specific table details from Azure database for Postgres into SQL Server?

73 Views Asked by At

It is for an asp.net core project following microservice architecture.

1

There are 1 best solutions below

1
Pratik Lad On

Unfortunately, sync feature isn't available for your requirement. Though Azure provides Data Sync services, but this only supports Azure SQL database. It is not available for Azure PostgreSQL database.