You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dms/howto-sql-server-to-azure-sql-powershell.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,9 @@ Use the `New-AzDataMigrationTask` cmdlet to create and start a migration task. T
176
176
-*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.
177
177
-*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.
178
178
-*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.
179
182
180
183
The following example creates and starts a migration task named myDMSTask:
0 commit comments