How to export the azure database data to excel from azure portal, Azure query editor does not have export option like to excel. If that is not possible what are the ways I can export the data using azure connect?
1 Answers
3
votes
You can do this directly in Excel using the "Data Connection Wizard".
- In the data connection wizard enter connection details for your database server
Notice that server name has .database.windows.net in the end to provide full name.
- Select one or more tables to get data from
It's pretty intuitive from here on..
On a sidenote, for your client (machine where you're running Excel) to be able to connect to SQL Server, you may need to add the client's IP address following below steps -
Navigate to your Azure SQL Server in Azure Portal
Under Security, select "Firewalls and virtual networks"
- Add your client IP to the list of allowed IP Addresses here -
You can find your public facing client IP address by simply typing "my ip address" in google.