Microsoft Azure move SQL database from and to elastic database pool

New-AzureRmSqlDatabaseCopy -ResourceGroupName “source” -ServerName “source” -DatabaseName “source” -CopyResourceGroupName “target” -CopyServerName “target” -CopyDatabaseName “target” -ElasticPoolName “target”

The source ElasticPoolName is not needed!

Leave a Reply

Your email address will not be published. Required fields are marked *

*