
I am using ON-premise SQL server and successfuly build app to release. Gateway in my case is my machine. In next Couple week or so, my organisation is moving to Azure Sql. So if anyone can give me guide to how to migrate it from Sql server (on premises) to Azure Sql DB with all connection details intact to repective tables(from azure DB). Alos we are moving current Company1 O365 to Company2 O365.
Thanks for your time. Have a good Day.
Hi @sanrajbhar,
Do you want to migrate data from your On-Premise SQL Server to your Azure SQL Server with all connection details (these connections within PowerApps app) intact to respective tables?
When you created a connection to your On-Premise SQL Server from your PowerApps app, it used the On-Premise Data Gateway to create this connection. But when you created a connection to your Azure SQL Server (cloud service), it don't need the On-Premise Data Gateway. The two types of connection contains different connection infomation (Username, Password, Authentication type, Server name,etc.)
If you want to migrate data from your On-Premise SQL Server to your Azure SQL Server with all connection details intact to respective tables, I afraid that there is no way to achieve your needs in PowerApps currently.
If you would like this feature to be added in PowerApps, please submit an idea to PowerApps Ideas Forum:
https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas
Best regards,
Kris