In this article we will discuss how to copy an Azure SQL database using the Azure Portal. Before starting this article please go through the previous article How to rename the Azure SQL Database using command Line(TSQL) or using GUI(SSMS).
➥ Login your Azure portal with the Microsoft Azure credentials.
➥ Select the Existing database then go to Overview section then click the Copy tag as like below.
Fig-1 : Like the above image click on Copy |
➥ After clicking the tag Copy as highlighted in Fig-1, it navigate to you new page.
- You can see that database name is automatically set as employee_copy as our original database name is employee.
- Then target the server, when you click the target server it open a new pop up window where you can create a new server name, if you have already created the server it should shows. If you want to create a new server then please follow the link. In our case we have already a server, then we use this.
- Click the highlighted server.
Fig-2 |
➥ After selecting the server it looks like below;
Fig-3 |
Fig-4 |
➥ Yeah ! We are all set now the database is copied in the specified resource group as expected.
Fig-5 |
➥ You can see the table that we are created our original database employee is copied.
Fig-6 |
Summary
You May Also Like...
- Introduction to Azure Cloud
- How to sign-up for an Azure free account
- How to create an SQL database in Microsoft Azure
- Client with IP address is not allowed to access the server Azure Error
- How to connect Microsoft Azure database in SQL Server
- How to rename the Azure SQL Database using TSQL or using SSMS
Post a Comment