Print
카테고리: [ Cloud Computing & MSA ]
조회수: 2456

1. 개요

The Start-AzureSqlDatabaseCopy cmdlet starts a one-time copy operation or a continuous copy operation of a specific Azure SQL Database. This cmdlet is not transactional.

 

2. 예제

Start-AzureSqlDatabaseCopy -ServerName DB1 -DatabaseName "Orders" -PartnerServer DB2 -ContinuousCopy

 

3. 옵션

 

4. 참고자료

https://docs.microsoft.com/en-us/powershell/module/azure/start-azuresqldatabasecopy?view=azuresmps-4.0.0