How to copy 200 tables from On-premise SQL Server to Azure SQL?
i copy tables in data warehouse. preferable data, have been changed or inserted.
i have tested 1 sql server table can copied. have create 200 data sets , define rules every single table?
also how define changed or new data copied?
kenny_i
you need data set each table unless fancy. can make python or powershell script generate data sets template , suggest uploading using visual studios azure manager.
you can capture new data looking @ date row modified/created when create sql query. can find more information in these articles
https://docs.microsoft.com/en-us/azure/data-factory/data-factory-scheduling-and-execution
https://docs.microsoft.com/en-us/azure/data-factory/data-factory-functions-variables
Microsoft Azure > Azure Data Factory
Comments
Post a Comment