|
1 | | ---- |
2 | | -title: "Creating Script Files (MySQLToSQL) | Microsoft Docs" |
3 | | -ms.custom: "" |
4 | | -ms.date: "01/19/2017" |
5 | | -ms.reviewer: "" |
6 | | -ms.suite: "" |
7 | | -ms.technology: |
8 | | - - "sql-ssma" |
9 | | -ms.tgt_pltfrm: "" |
10 | | -ms.topic: "article" |
11 | | -applies_to: |
12 | | - - "Azure SQL Database" |
13 | | - - "SQL Server" |
14 | | -helpviewer_keywords: |
15 | | - - "Creating script files, configuring console settings" |
16 | | - - "Creating script files, Script commands" |
17 | | - - "Creating script files, script file validation" |
18 | | - - "Creating script files, server connection parameters" |
19 | | -ms.assetid: b4608fe7-c777-4ba5-b853-4402f02109e3 |
20 | | -caps.latest.revision: 22 |
21 | | -author: "sabotta" |
22 | | -ms.author: "carlasab" |
23 | | -manager: "lonnyb" |
24 | | ---- |
25 | | -# Creating Script Files (MySQLToSQL) |
| 1 | +--- |
| 2 | +title: "Creating Script Files (MySQLToSQL) | Microsoft Docs" |
| 3 | +ms.custom: "" |
| 4 | +ms.date: "01/19/2017" |
| 5 | +ms.reviewer: "" |
| 6 | +ms.suite: "" |
| 7 | +ms.technology: |
| 8 | + - "sql-ssma" |
| 9 | +ms.tgt_pltfrm: "" |
| 10 | +ms.topic: "article" |
| 11 | +applies_to: |
| 12 | + - "Azure SQL Database" |
| 13 | + - "SQL Server" |
| 14 | +helpviewer_keywords: |
| 15 | + - "Creating script files, configuring console settings" |
| 16 | + - "Creating script files, Script commands" |
| 17 | + - "Creating script files, script file validation" |
| 18 | + - "Creating script files, server connection parameters" |
| 19 | +ms.assetid: b4608fe7-c777-4ba5-b853-4402f02109e3 |
| 20 | +caps.latest.revision: 22 |
| 21 | +author: "sabotta" |
| 22 | +ms.author: "carlasab" |
| 23 | +manager: "lonnyb" |
| 24 | +--- |
| 25 | +# Creating Script Files (MySQLToSQL) |
26 | 26 | The first step before launching the SSMA console application is to create the script file and if required creating the variable value file and the server connection file. |
27 | 27 |
|
28 | 28 | The script file can be divided into three sections, viz..,: |
@@ -89,18 +89,18 @@ The user-configurable options include: |
89 | 89 |
|
90 | 90 | Only one or the other specified attribute can be used i.e.: |
91 | 91 |
|
92 | | - - source-use-last-used="true" (default) or source-server="source_servername" |
| 92 | + - source-use-last-used="true" (default) or source-server="source_servername" |
93 | 93 |
|
94 | | - - target-use-last-used="true" (default) or target-server="target_servername" |
| 94 | + - target-use-last-used="true" (default) or target-server="target_servername" |
95 | 95 |
|
96 | 96 | **Example:** |
97 | 97 |
|
98 | 98 | ```xml |
99 | 99 | <output-providers> |
100 | 100 |
|
101 | | - <data-migration-connection source-use-last-used="true" |
| 101 | + <data-migration-connection source-use-last-used="true" |
102 | 102 |
|
103 | | - target-server="<target-server-unique-name>"/> |
| 103 | + target-server="<target-server-unique-name>"/> |
104 | 104 |
|
105 | 105 | </output-providers> |
106 | 106 | ``` |
@@ -164,9 +164,9 @@ The user-configurable options include: |
164 | 164 | ```xml |
165 | 165 | <output-providers> |
166 | 166 |
|
167 | | - <reconnect-manager on-source-reconnect="<reconnect-to-last-used-server/generate-an-error>" |
| 167 | + <reconnect-manager on-source-reconnect="<reconnect-to-last-used-server/generate-an-error>" |
168 | 168 |
|
169 | | - on-target-reconnect="<reconnect-to-last-used-server/generate-an-error>"/> |
| 169 | + on-target-reconnect="<reconnect-to-last-used-server/generate-an-error>"/> |
170 | 170 |
|
171 | 171 | </output-providers> |
172 | 172 | ``` |
@@ -261,11 +261,11 @@ The user-configurable options include: |
261 | 261 | ```xml |
262 | 262 | <output-providers> |
263 | 263 |
|
264 | | - <progress-reporting enable="<true/false>" (optional) |
| 264 | + <progress-reporting enable="<true/false>" (optional) |
265 | 265 |
|
266 | | - report-messages="<true/false>" (optional) |
| 266 | + report-messages="<true/false>" (optional) |
267 | 267 |
|
268 | | - report-progress="<every-1%/every-2%/every-5%/every-10%/every-20%/off>" (optional)/> |
| 268 | + report-progress="<every-1%/every-2%/every-5%/every-10%/every-20%/off>" (optional)/> |
269 | 269 |
|
270 | 270 | </output-providers> |
271 | 271 | ``` |
|
0 commit comments