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
Requires one or several metabase nodes as commandline parameter.
167
+
Requires one or several metabase nodes as command-line parameter.
168
168
169
169
**Syntax Example:**
170
170
@@ -194,7 +194,7 @@ reconnect-source-database
194
194
195
195
connect-target-database
196
196
197
-
1. Connects to the target SQL Server or Azure SQL Database and loads highlevel metadata of the target database but not the metadata entirely.
197
+
1. Connects to the target SQL Server or Azure SQL Database and loads high-level metadata of the target database but not the metadata entirely.
198
198
199
199
2. If the connection to the target cannot be established, an error is generated and the console application stops further execution.
200
200
@@ -238,7 +238,7 @@ generate-assessment-report
238
238
239
239
**Script**
240
240
241
-
1.`assessment-report-folder:` Specifies folder where the assessment report can to be stored.(optional attribute)
241
+
1.`assessment-report-folder:` Specifies folder where the assessment report is stored.(optional attribute)
242
242
243
243
2.`object-name:` Specifies the object(s) considered for assessment report generation (It can have individual object names or a group object name).
244
244
@@ -250,7 +250,7 @@ generate-assessment-report
250
250
251
251
5.`write-summary-report-to:` Specifies the path where the summary report will be generated.
252
252
253
-
If only the folder path is mentioned,then file by name **AssessmentReport<n>.XML** is created. (optional attribute)
253
+
If only the folder path is mentioned,then file by name **AssessmentReport<n>.XML** is created. (optional attribute)
254
254
255
255
Report creation has two further sub-categories:
256
256
@@ -312,7 +312,7 @@ convert-schema
312
312
313
313
**Script**
314
314
315
-
1.`conversion-report-folder:` Specifies folder where the assessment report can to be stored.(optional attribute)
315
+
1.`conversion-report-folder:` Specifies folder where the assessment report is stored.(optional attribute)
316
316
317
317
2.`object-name:` Specifies the object(s) considered for converting schema (It can have individual object names or a group object name).
318
318
@@ -324,7 +324,7 @@ convert-schema
324
324
325
325
5.`write-summary-report-to:` Specifies the path where the summary report will be generated.
326
326
327
-
If only the folder path is mentioned,then file by name **SchemaConversionReport<n>.XML** is created. (optional attribute)
327
+
If only the folder path is mentioned,then file by name **SchemaConversionReport<n>.XML** is created. (optional attribute)
328
328
329
329
Summary report creation has two further sub-categories:
330
330
@@ -547,7 +547,7 @@ refresh-from-database
547
547
548
548
4.`report-errors-to:` Specifies location of error report for the synchronization operation (optional attribute) if only folder path is given, then file by name **SourceDBRefreshReport.XML** is created.
549
549
550
-
Requires one or several metabase nodes as commandline parameter.
550
+
Requires one or several metabase nodes as command-line parameter.
551
551
552
552
**Syntax Example:**
553
553
@@ -596,7 +596,7 @@ Used to save the Scripts of the objects to a file mentioned when metabase=target
596
596
597
597
**Script**
598
598
599
-
Requires one or several metabase nodes as commandline parameter.
599
+
Requires one or several metabase nodes as command-line parameter.
600
600
601
601
1.`object-name:` Specifies the object(s) whose scripts are to be saved . (It can have individual object names or a group object name)
602
602
@@ -650,7 +650,7 @@ convert-sql-statement
650
650
651
651
If this attribute is not specified, then the converted T-SQL statement is displayed on the console. (optional attribute)
652
652
653
-
3.`conversion-report-folder` specifies folder where the assessment report can to be stored.(optional attribute)
653
+
3.`conversion-report-folder` specifies folder where the assessment report is stored.(optional attribute)
654
654
655
655
4.`conversion-report-overwrite` specifies whether to overwrite the assessment report folder if it already exists.
656
656
@@ -672,7 +672,7 @@ convert-sql-statement
672
672
673
673
**Script**
674
674
675
-
Requires one or several metabase nodes as commandline parameter.
675
+
Requires one or several metabase nodes as command-line parameter.
676
676
677
677
**Syntax Example:**
678
678
@@ -743,7 +743,7 @@ or
743
743
```
744
744
745
745
## Next Step
746
-
For information on commandline options, see [Command Line Options in SSMA Console (MySQLToSQL)](../../ssma/mysql/command-line-options-in-ssma-console-mysqltosql.md) .
746
+
For information on command-line options, see [command-line Options in SSMA Console (MySQLToSQL)](../../ssma/mysql/command-line-options-in-ssma-console-mysqltosql.md) .
747
747
748
748
For more information on Sample console script files, see [Working with the Sample Console Script Files (MySQLToSQL)](../../ssma/mysql/working-with-the-sample-console-script-files-mysqltosql.md)
0 commit comments