Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (4k points)
edited by
How can I go about copying Azure SQL Database to another setup entirely? Please help me out.

1 Answer

0 votes
by (9.6k points)
edited by

To execute the copying of the databases you must have the correct permissions and connection to the master database of the destination SQL server. 

You must have a 'dbmanager' permission access on the destination server and 'db_owner' permission on the source server. The same login and password are needed for the source and destination server so as to be able to access the account easily for both of them. 

You can check this document out for the rest of the details :

https://docs.microsoft.com/en-us/azure/sql-database/sql-database-copy?tabs=azure-powershell

Browse Categories

...