we have an old legacy application with an old Access 2003 DB sitting on an onprem server. There is currently no way to recompile the application so it stays as is. I would like to know how I can do a daily extract of the data from that Access MDB (certain tables) and load them into our Azure SQL DB so that we can use the data in BI reports and other applications.
The data load only needs to happen once at night and its a complete flush and load from access into Azure SQL table. Both source and destination will have the same schema.
I understand that currently Azure SQL doesnt have linked server capabilities.
We have experimented with using a local onprem SQL server and created a linked server (to azure) and SSIS package to load the data but I feel that there must be a simpler and better way.