Skip to content

Commit 54e82ee

Browse files
authored
Adding validation switch parameters
1 parent fd579a1 commit 54e82ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/dms/howto-sql-server-to-azure-sql-powershell.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ Use the `New-AzDataMigrationTask` cmdlet to create and start a migration task. T
176176
- *SourceCred*. [PSCredential](https://docs.microsoft.com/dotnet/api/system.management.automation.pscredential?redirectedfrom=MSDN&view=powershellsdk-1.1.0) object for connecting to source server.
177177
- *TargetCred*. [PSCredential](https://docs.microsoft.com/dotnet/api/system.management.automation.pscredential?redirectedfrom=MSDN&view=powershellsdk-1.1.0) object for connecting to target server.
178178
- *SelectedDatabase*. AzDataMigrationSelectedDB object representing the source and target database mapping.
179+
- *SchemaValidation*. (optional, switch parameter) Following the migration, performs a comparison of the schema information between source and target.
180+
- *DataIntegrityValidation*. (optional, switch parameter) Following the migration, performs a checksum-based data integrity validation between source and target.
181+
- *QueryAnalysisValidation*. (optional, switch parameter) Following the migration, performs a quick and intelligent query analysis by retrieving queries from the source database and executes them in the target.
179182

180183
The following example creates and starts a migration task named myDMSTask:
181184

0 commit comments

Comments
 (0)