Skip to content

Commit 8a3a4f7

Browse files
committed
tocs breadcrumbs
1 parent c1ff649 commit 8a3a4f7

23 files changed

Lines changed: 465 additions & 448 deletions

docs/TOC.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# [SQL Server Data Tools (SSDT)](./ssdt/TOC.md)
44
# [ActiveX Data Objects](./ado/TOC.md)
55
# [ODBC](./odbc/TOC.md)
6-
# [SQL Server Drivers](./connect/TOC.md)
6+
# [SQL Server Data Drivers](./connect/TOC.md)
77
# [SQL Server Samples](./sample/TOC.md)
8-
# [SQL Server Migration Assistant (SSMA)](./ssma/TOC.md)
9-
8+
# [SQL Server Migration Assistant (SSMA)](./ssma/TOC.md)

docs/breadcrumb/toc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- name: ActiveX Data Objects
66
href: /sql/ado/
77
homepage: /sql/ado
8-
- name: SQL Drivers
8+
- name: SQL Data Drivers
99
href: /sql/connect/
1010
homepage: /sql/connect
1111
- name: SQL Server on Linux
@@ -26,3 +26,7 @@
2626
- name: SQL Server Management Studio
2727
href: /sql/ssms/
2828
homepage: /sql/ssms
29+
items:
30+
- name: SQL Server Agent
31+
href: /sql/ssms/agent
32+
homepage: /sql/ssms/agent

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- [SQL Server on Linux](./linux/)
44
- [Active Data Objects](./ado/)
55
- [ODBC](./odbc/)
6-
- [SQL Server Drivers](./connect/)
6+
- [SQL Server Data Drivers](./connect/)
77
- [SQL Server Samples](./sample/)
88
- [SQL Server Data Tools (SSDT)](./ssdt/)
99
- [SQL Server Migration Assistant (SSMA)](./ssma/)

docs/ssdt/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Download SSSDT)](download-sql-server-data-tools-ssdt.md)
1+
# [Download SSSDT](download-sql-server-data-tools-ssdt.md)
22
# [Changelog for SSDT](changelog-for-sql-server-data-tools-ssdt.md)
33
# [Data-Tier Application Framework - License Terms](data-tier-application-framework-license-terms.md)
44
# [Previous releases of SSDT and SSDT-BI)](previous-releases-of-sql-server-data-tools-ssdt-and-ssdt-bi.md)

docs/ssma/access/creating-script-files-accesstosql.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
---
2-
title: "Creating Script Files (AccessToSQL) | 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-
ms.assetid: 64dfe192-965c-49d4-a3ea-848fbc5f619f
15-
caps.latest.revision: 21
16-
author: "sabotta"
17-
ms.author: "carlasab"
18-
manager: "lonnyb"
19-
---
20-
# Creating Script Files (AccessToSQL)
1+
---
2+
title: "Creating Script Files (AccessToSQL) | 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+
ms.assetid: 64dfe192-965c-49d4-a3ea-848fbc5f619f
15+
caps.latest.revision: 21
16+
author: "sabotta"
17+
ms.author: "carlasab"
18+
manager: "lonnyb"
19+
---
20+
# Creating Script Files (AccessToSQL)
2121
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.
2222

2323
The script file can be divided into three sections, viz..,:
@@ -84,9 +84,9 @@ The user-configurable options include:
8484

8585
Only one or the other specified attribute can be used i.e.:
8686

87-
- source-use-last-used="true" (default) or source-server="source_servername"
87+
- source-use-last-used="true" (default) or source-server="source_servername"
8888

89-
- target-use-last-used="true" (default) or target-server="target_servername"
89+
- target-use-last-used="true" (default) or target-server="target_servername"
9090

9191
**Example:**
9292

@@ -159,9 +159,9 @@ The user-configurable options include:
159159
```xml
160160
<output-providers>
161161

162-
<reconnect-manager on-source-reconnect="<reconnect-to-last-used-server/generate-an-error>"
162+
<reconnect-manager on-source-reconnect="<reconnect-to-last-used-server/generate-an-error>"
163163

164-
on-target-reconnect="<reconnect-to-last-used-server/generate-an-error>"/>
164+
on-target-reconnect="<reconnect-to-last-used-server/generate-an-error>"/>
165165

166166
</output-providers>
167167
```
@@ -256,11 +256,11 @@ The user-configurable options include:
256256
```xml
257257
<output-providers>
258258

259-
<progress-reporting enable="<true|false>" (optional)
259+
<progress-reporting enable="<true|false>" (optional)
260260

261-
report-messages="<true|false>" (optional)
261+
report-messages="<true|false>" (optional)
262262

263-
report-progress="every-1%|every-2%|every-5%|every-10%|every-20%|off" (optional)/>
263+
report-progress="every-1%|every-2%|every-5%|every-10%|every-20%|off" (optional)/>
264264

265265
</output-providers>
266266
```

docs/ssma/db2/creating-script-files-db2tosql.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
---
2-
title: "Creating Script Files (DB2ToSQL) | 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-
ms.assetid: ec23d188-b890-49b8-9a88-446df96269e4
15-
caps.latest.revision: 5
16-
author: "sabotta"
17-
ms.author: "carlasab"
18-
manager: "lonnyb"
19-
---
20-
# Creating Script Files (DB2ToSQL)
1+
---
2+
title: "Creating Script Files (DB2ToSQL) | 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+
ms.assetid: ec23d188-b890-49b8-9a88-446df96269e4
15+
caps.latest.revision: 5
16+
author: "sabotta"
17+
ms.author: "carlasab"
18+
manager: "lonnyb"
19+
---
20+
# Creating Script Files (DB2ToSQL)
2121
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.
2222

2323
The script file can be divided into three sections, viz..,:
@@ -256,11 +256,11 @@ The user-configurable options include:
256256
```xml
257257
<output-providers>
258258

259-
<progress-reporting enable="<true/false>" (optional)
259+
progress-reporting enable="<true/false>" (optional)
260260

261-
report-messages="<true/false>" (optional)
261+
report-messages="<true/false>" (optional)
262262

263-
report-progress="every-1%/every-2%/every-5%/every-10%/every-20%/off" (optional)/>
263+
report-progress="every-1%/every-2%/every-5%/every-10%/every-20%/off" (optional)/>
264264

265265
</output-providers>
266266
```

docs/ssma/mysql/creating-script-files-mysqltosql.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
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)
2626
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.
2727

2828
The script file can be divided into three sections, viz..,:
@@ -89,18 +89,18 @@ The user-configurable options include:
8989

9090
Only one or the other specified attribute can be used i.e.:
9191

92-
- source-use-last-used="true" (default) or source-server="source_servername"
92+
- source-use-last-used="true" (default) or source-server="source_servername"
9393

94-
- target-use-last-used="true" (default) or target-server="target_servername"
94+
- target-use-last-used="true" (default) or target-server="target_servername"
9595

9696
**Example:**
9797

9898
```xml
9999
<output-providers>
100100

101-
<data-migration-connection source-use-last-used="true"
101+
<data-migration-connection source-use-last-used="true"
102102

103-
target-server="<target-server-unique-name>"/>
103+
target-server="<target-server-unique-name>"/>
104104

105105
</output-providers>
106106
```
@@ -164,9 +164,9 @@ The user-configurable options include:
164164
```xml
165165
<output-providers>
166166

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>"
168168

169-
on-target-reconnect="<reconnect-to-last-used-server/generate-an-error>"/>
169+
on-target-reconnect="<reconnect-to-last-used-server/generate-an-error>"/>
170170

171171
</output-providers>
172172
```
@@ -261,11 +261,11 @@ The user-configurable options include:
261261
```xml
262262
<output-providers>
263263

264-
<progress-reporting enable="<true/false>" (optional)
264+
<progress-reporting enable="<true/false>" (optional)
265265

266-
report-messages="<true/false>" (optional)
266+
report-messages="<true/false>" (optional)
267267

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)/>
269269

270270
</output-providers>
271271
```

docs/ssma/oracle/creating-script-files-oracletosql.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
---
2-
title: "Creating Script Files (OracleToSQL) | 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-
helpviewer_keywords:
12-
- "Script File Creation, Configuring Oracle Console Settings"
13-
- "Script File Creation, Non-Configurable option"
14-
- "Script File Creation, Script File Validation"
15-
ms.assetid: 55e5bc68-3040-4f07-bb00-0408a17c9821
16-
caps.latest.revision: 37
17-
author: "sabotta"
18-
ms.author: "carlasab"
19-
manager: "v-thobro"
20-
---
21-
# Creating Script Files (OracleToSQL)
1+
---
2+
title: "Creating Script Files (OracleToSQL) | 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+
helpviewer_keywords:
12+
- "Script File Creation, Configuring Oracle Console Settings"
13+
- "Script File Creation, Non-Configurable option"
14+
- "Script File Creation, Script File Validation"
15+
ms.assetid: 55e5bc68-3040-4f07-bb00-0408a17c9821
16+
caps.latest.revision: 37
17+
author: "sabotta"
18+
ms.author: "carlasab"
19+
manager: "v-thobro"
20+
---
21+
# Creating Script Files (OracleToSQL)
2222
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.
2323

2424
The script file can be divided into three sections, viz..,:
@@ -94,9 +94,9 @@ The user-configurable options include:
9494
```xml
9595
<output-providers>
9696

97-
<data-migration-connection source-use-last-used="true"
97+
<data-migration-connection source-use-last-used="true"
9898

99-
target-server="<target-server-unique-name>"/>
99+
target-server="<target-server-unique-name>"/>
100100

101101
</output-providers>
102102
```
@@ -160,9 +160,9 @@ The user-configurable options include:
160160
```xml
161161
<output-providers>
162162

163-
<reconnect-manager on-source-reconnect="<reconnect-to-last-used-server/generate-an-error>"
163+
<reconnect-manager on-source-reconnect="<reconnect-to-last-used-server/generate-an-error>"
164164

165-
on-target-reconnect="<reconnect-to-last-used-server/generate-an-error>"/>
165+
on-target-reconnect="<reconnect-to-last-used-server/generate-an-error>"/>
166166

167167
</output-providers>
168168
```
@@ -257,11 +257,11 @@ The user-configurable options include:
257257
```xml
258258
<output-providers>
259259

260-
<progress-reporting enable="<true/false>" (optional)
260+
<progress-reporting enable="<true/false>" (optional)
261261

262-
report-messages="<true/false>" (optional)
262+
report-messages="<true/false>" (optional)
263263

264-
report-progress="every-1%/every-2%/every-5%/every-10%/every-20%/off" (optional)/>
264+
report-progress="every-1%/every-2%/every-5%/every-10%/every-20%/off" (optional)/>
265265

266266
</output-providers>
267267
```
@@ -272,9 +272,9 @@ The user-configurable options include:
272272

273273
<progress-reporting
274274

275-
enable="<true/false>" (optional)
275+
enable="<true/false>" (optional)
276276

277-
report-messages="<true/false>" (optional)
277+
report-messages="<true/false>" (optional)
278278

279279
report-progress="every-1%/every-2%/every-5%/every-10%/every-20%/off" (optional)/>
280280

0 commit comments

Comments
 (0)