In this article we will look at the steps involved in copying the data between two Azure databases using Azure Data Factory (ADF). Below are the steps involved in copying the data between two SQL databases using ADF. Create the linked service connections for the source and destination databasesCreate the input and output datasets from … Continue reading Copying data between Azure SQL databases using Azure Data Factory
Category: Azure SQL
How to copy an Azure SQL database from one subscription to another subscription using PowerShell
Below instructions are useful when you would like to copy the database from one Azure subscription to another subscription using PowerShell. Install PowerShell on your computer. For requirements and installation, refer to the url: https://docs.microsoft.com/en-us/powershell/azure/install-az-ps?view=azps-2.2.0After the installation, open the “Windows PowerShell ISE” as an administrator.Install the Azure PowerShell module using the command below (press ‘Y’ … Continue reading How to copy an Azure SQL database from one subscription to another subscription using PowerShell