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: docs/ssma/db2/executing-the-ssma-console-db2tosql.md
+29-30Lines changed: 29 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -637,23 +637,19 @@ Or
637
637
sql-files="<folder-name>\*.sql" />
638
638
```
639
639
640
-
## Executing SSMA Console in parallel
640
+
## Execute SSMA console in parallel
641
641
642
-
The SSMA Console utility can be executed in parallel through scripting by specifying the database name and corresponding folder path as input parameters. In the example provided below, the databases SAMPLE1, SAMPLE2, and SAMPLE3 with their respective folder paths are supplied as input to the script.
643
-
644
-
**Input to the script:**
642
+
The SSMA console utility can be executed in parallel through scripting, by specifying the database name and corresponding folder path as input parameters. In the following example, the databases `SAMPLE1`, `SAMPLE2`, and `SAMPLE3`, with their respective folder paths, are supplied as input to the script.
645
643
646
644
```txt
647
645
SAMPLE1,C:\folder path\SSMA Project1
648
646
SAMPLE2,C:\folder path\SSMA Project2
649
647
SAMPLE3,C:\folder path\SSMA Project3
650
648
```
651
649
652
-
The following sample PowerShell script enables parallel execution of the SSMA Console command.
653
-
654
-
**Sample script:**
650
+
The following sample PowerShell script enables parallel execution of the SSMA console.
0 commit comments