I've two different SQL database servers: one on my Local server and the other is on Microsoft Azure. I want to Copy data from SQL Server on Azure into my local database.
My considerations:
- Both database servers are with SQL server authentication.
- The size of Azure SQL database is 2.4GB (Only one or two tables have most of data(90% data))
Note: I want to perform this in SQL Server Management Studio.
How can I do it?