Skip to content

Commit bcf773f

Browse files
committed
acrolinx
1 parent 056596e commit bcf773f

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/ssma/mysql/executing-the-ssma-console-mysqltosql.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The Database Connection commands help connect to the database.
139139

140140
connect-source-database
141141

142-
- Performs connection to the source database and loads high level metadata of the source database but not all of the metadata.
142+
- Performs connection to the source database and loads high-level metadata of the source database but not all of the metadata.
143143

144144
- If the connection to the source cannot be established, an error is generated and the console application stops further execution
145145

@@ -164,7 +164,7 @@ force-load-source/target-database
164164

165165
**Script**
166166

167-
Requires one or several metabase nodes as command line parameter.
167+
Requires one or several metabase nodes as command-line parameter.
168168

169169
**Syntax Example:**
170170

@@ -194,7 +194,7 @@ reconnect-source-database
194194

195195
connect-target-database
196196

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.
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.
198198

199199
2. If the connection to the target cannot be established, an error is generated and the console application stops further execution.
200200

@@ -238,7 +238,7 @@ generate-assessment-report
238238

239239
**Script**
240240

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)
242242

243243
2. `object-name:` Specifies the object(s) considered for assessment report generation (It can have individual object names or a group object name).
244244

@@ -250,7 +250,7 @@ generate-assessment-report
250250

251251
5. `write-summary-report-to:` Specifies the path where the summary report will be generated.
252252

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)
254254

255255
Report creation has two further sub-categories:
256256

@@ -312,7 +312,7 @@ convert-schema
312312

313313
**Script**
314314

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)
316316

317317
2. `object-name:` Specifies the object(s) considered for converting schema (It can have individual object names or a group object name).
318318

@@ -324,7 +324,7 @@ convert-schema
324324

325325
5. `write-summary-report-to:` Specifies the path where the summary report will be generated.
326326

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)
328328

329329
Summary report creation has two further sub-categories:
330330

@@ -547,7 +547,7 @@ refresh-from-database
547547

548548
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.
549549

550-
Requires one or several metabase nodes as command line parameter.
550+
Requires one or several metabase nodes as command-line parameter.
551551

552552
**Syntax Example:**
553553

@@ -596,7 +596,7 @@ Used to save the Scripts of the objects to a file mentioned when metabase=target
596596

597597
**Script**
598598

599-
Requires one or several metabase nodes as command line parameter.
599+
Requires one or several metabase nodes as command-line parameter.
600600

601601
1. `object-name:` Specifies the object(s) whose scripts are to be saved . (It can have individual object names or a group object name)
602602

@@ -650,7 +650,7 @@ convert-sql-statement
650650

651651
If this attribute is not specified, then the converted T-SQL statement is displayed on the console. (optional attribute)
652652

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)
654654

655655
4. `conversion-report-overwrite` specifies whether to overwrite the assessment report folder if it already exists.
656656

@@ -672,7 +672,7 @@ convert-sql-statement
672672

673673
**Script**
674674

675-
Requires one or several metabase nodes as command line parameter.
675+
Requires one or several metabase nodes as command-line parameter.
676676

677677
**Syntax Example:**
678678

@@ -743,7 +743,7 @@ or
743743
```
744744

745745
## Next Step
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) .
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) .
747747

748748
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)
749749

0 commit comments

Comments
 (0)