question

Venkataraman avatar image
Venkataraman asked

How to export data from SQL Azure database to On-Premises File Share

I want to export data as a Tab delimited Text file from SQL Azure database to on-premises File share. What will be the best approach to do it ?
export-datasql-azureon-premises
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Grant Fritchey avatar image
Grant Fritchey answered
You can connect directly to Azure SQL Database from SSIS or even sqlcmd.exe and run any process you would normally run to do that same export. You will have to make sure that your firewall in Azure allows for a connection from the location that you're doing the export from. That's all.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.