Skip to content

Commit 62435f1

Browse files
author
stevestein
committed
incorporate review feedback
1 parent 349d2a9 commit 62435f1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/tools/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# [mssql-cli (command-line query tool)](mssql-cli.md)
1212

1313
# [Configuration Manager](../tools/configuration-manager/sql-server-configuration-manager-help.md)
14+
# [mssql-conf (Linux)](../linux/sql-server-linux-configure-mssql-conf.md)
1415
# [Distributed Replay](../tools/distributed-replay/install-distributed-replay-overview.md)
1516
# [Database Engine Tuning Advisor (dta)](../tools/dta/dta-utility.md)
1617
# [SQL Server Profiler](../tools/sql-server-profiler/sql-server-profiler.md)

docs/tools/overview-sql-tools.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.workload: "On Demand"
2222
# SQL Tools and Utilities for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse
2323
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
2424

25-
To manage (query, monitor, etc.) your database you need a tool. There are several database tools available. While your databases can be running in the cloud, on Windows, or even [SQL Server on Linux](../linux/sql-server-linux-overview.md) - your tool doesn't need to run on the same platform as the database.
25+
To manage (query, monitor, etc.) your database you need a tool. There are several database tools available. While your databases can be running in the cloud, on Windows, or on [Linux](../linux/sql-server-linux-overview.md, your tool doesn't need to run on the same platform as the database.
2626

2727
This article provides information about the available tools for working with your SQL databases.
2828

@@ -49,7 +49,8 @@ This article provides information about the available tools for working with you
4949

5050
| Tool | Description |
5151
|:--|:--|
52-
| [Configuration Manager](../tools/configuration-manager/sql-server-configuration-manager-help.md) | Use SQL Server Configuration Manager to configure SQL Server services and configure network connectivity.|
52+
| [Configuration Manager](../tools/configuration-manager/sql-server-configuration-manager-help.md) | Use SQL Server Configuration Manager to configure SQL Server services and configure network connectivity. Configuration Manager runs on Windows|
53+
|[mssql-conf](../linux/sql-server-linux-configure-mssql-conf.md)|Use mssql-conf to configure SQL Server running on Linux.|
5354
| [SQL Server Migration Assistant](../ssma/sql-server-migration-assistant.md) | Use SQL Server Migration Assistant to automate database migration to SQL Server from Microsoft Access, DB2, MySQL, Oracle, and Sybase.|
5455
| [Distributed Replay](../tools/distributed-replay/install-distributed-replay-overview.md) | Use the Distributed Replay feature to help you assess the impact of future SQL Server upgrades. Also use Distributed Replay to help assess the impact of hardware and operating system upgrades, and SQL Server tuning. |
5556
| [ssbdiagnose](../tools/ssbdiagnose/ssbdiagnose-utility-service-broker.md) | The ssbdiagnose utility reports issues in Service Broker conversations or the configuration of Service Broker services. |

0 commit comments

Comments
 (0)