ETL from SQL Server into Azure SQL managed instance

Copper Contributor

Normally I use linked servers to connect my datawarehouse database to other databases to do my ETL using stored procedures that were scheduled.  But now, we are moving to Azure managed SQL server.  Is there an easy way to do things like run stored procedures that will pick data from source and move into destination SQL data warehouse database?  If linked servers is not available then that makes it kind of hard to code SP's that pick from source.  I started looking into Azure pipes, but was wondering if there is an easier way that is more compatible with the way I have been doing it in the past....

0 Replies