Skip to content

Commit 68400c9

Browse files
committed
SQL Linux goal to improve visibility and traffic to FAQ
1 parent 4d5f391 commit 68400c9

8 files changed

Lines changed: 38 additions & 28 deletions

docs/includes/sql-linux-quickstart-connect-query.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For other tools that run on Windows but connect to SQL Server on Linux, see:
107107
- [Windows PowerShell](../linux/sql-server-linux-manage-powershell.md)
108108
- [SQL Server Data Tools (SSDT)](../linux/sql-server-linux-develop-use-ssdt.md)
109109

110-
## Next steps
110+
## Additional resources
111111

112112
For other installation scenarios, see the following resources:
113113

@@ -118,6 +118,21 @@ For other installation scenarios, see the following resources:
118118
| [Unattended install](../linux/sql-server-linux-setup.md#unattended) | Learn how to script the installation without prompts |
119119
| [Offline install](../linux/sql-server-linux-setup.md#offline) | Learn how to manually download the packages for offline installation |
120120

121-
To explore other ways to connect and manage SQL Server, see [Visual Studio Code](../linux/sql-server-linux-develop-use-vscode.md) and [SQL Server Management Studio](../linux/sql-server-linux-develop-use-ssms.md).
121+
To explore other ways to connect and manage SQL Server, explore the following tools:
122+
123+
|||
124+
|---|---|
125+
| [Visual Studio Code](../linux/sql-server-linux-develop-use-vscode.md) | A cross-platform GUI code editor that run Transact-SQL statements with the mssql extension. |
126+
| [SQL Server Operations Studio](../sql-operations-studio/index.md) | A cross-platform GUI database management utility. |
127+
| [mssql-cli](https://github.com/dbcli/mssql-cli/tree/master/doc) | A cross-platform command-line interface for running Transact-SQL commands. |
128+
| [SQL Server Management Studio](../linux/sql-server-linux-develop-use-ssms.md) | A Windows-based GUI database management utility that can connect to and manage SQL Server instances on Linux. |
122129

123130
To learn more about writing Transact-SQL statements and queries, see [Tutorial: Writing Transact-SQL Statements](../t-sql/tutorial-writing-transact-sql-statements.md).
131+
132+
> [!TIP]
133+
> For answers to frequently asked questions, see the [SQL Server on Linux FAQ](../linux/sql-server-linux-faq.md).
134+
135+
## Next steps
136+
137+
> [!div class="nextstepaction"]
138+
> [Explore the tutorials for SQL Server on Linux](../linux/sql-server-linux-migrate-restore-database.md)

docs/linux/TOC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
# Overview
44
## [Release notes](sql-server-linux-release-notes.md)
5-
## [What's new in this release?](sql-server-linux-whats-new.md)
5+
## [What's new?](sql-server-linux-whats-new.md)
6+
## [FAQ](sql-server-linux-faq.md)
67
## [New and updated articles](new-updated-linux.md)
78
## [Editions and supported features](sql-server-linux-editions-and-components-2017.md)
89

@@ -102,7 +103,6 @@
102103
### [Ubuntu](sample-unattended-install-ubuntu.md)
103104

104105
# Resources
105-
## [FAQ](sql-server-linux-faq.md)
106106
## [Troubleshoot](sql-server-linux-troubleshooting-guide.md)
107107
## [SQL Server Documentation](../sql-server/sql-server-technical-documentation.md)
108108
## Partners

docs/linux/sql-server-linux-faq.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides answers to frequently asked questions about S
44
author: rothja
55
ms.author: jroth
66
manager: craigg
7-
ms.date: 12/21/2017
7+
ms.date: 02/22/2018
88
ms.topic: article
99
ms.prod: "sql-non-specified"
1010
ms.prod_service: "database-engine"
@@ -126,6 +126,4 @@ The following sections provide common questions and answers for SQL Server runni
126126

127127
We do not support changing the ownership of SQL Server directory and files from the default installation. The mssql account and group is specifically used for SQL Server and has no interactive login access.
128128

129-
## Next steps
130-
131-
For more information about running SQL Server on Linux, see the [Overview of SQL Server on Linux](sql-server-linux-overview.md).
129+
[!INCLUDE[Get Help Options](../includes/paragraph-content/get-help-options.md)]

docs/linux/sql-server-linux-overview.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how SQL Server runs on Linux and provides in
44
author: rothja
55
ms.author: jroth
66
manager: craigg
7-
ms.date: 02/20/2018
7+
ms.date: 02/22/2018
88
ms.topic: article
99
ms.prod: "sql-non-specified"
1010
ms.prod_service: "database-engine"
@@ -49,12 +49,9 @@ After installation, connect to the SQL Server instance on your Linux machine. Yo
4949

5050
SQL Server 2017 has the same underlying database engine on all supported platforms, including Linux. So many existing features and capabilities operate the same way on Linux. This area of the documentation exposes some of these features from a Linux perspective. It also calls out areas that have unique requirements on Linux.
5151

52-
If you are already familiar with SQL Server, review the [Release notes](sql-server-linux-release-notes.md) for general guidelines and known issues for this release. Then look at [what's new for SQL Server on Linux](sql-server-linux-whats-new.md) as well as [what's new for SQL Server 2017 overall](../sql-server/what-s-new-in-sql-server-2017.md). For answers to frequently asked questions, see the [SQL Server on Linux FAQ](sql-server-linux-faq.md).
52+
If you are already familiar with SQL Server, review the [Release notes](sql-server-linux-release-notes.md) for general guidelines and known issues for this release. Then look at [what's new for SQL Server on Linux](sql-server-linux-whats-new.md) as well as [what's new for SQL Server 2017 overall](../sql-server/what-s-new-in-sql-server-2017.md).
5353

54-
## ![info_tip](./media/general/info_tip.png) Engage with the SQL Server engineering team
54+
> [!TIP]
55+
> For answers to frequently asked questions, see the [SQL Server on Linux FAQ](sql-server-linux-faq.md).
5556
56-
- [DBA Stack Exchange](https://dba.stackexchange.com/questions/tagged/sql-server): Ask database administration questions
57-
- [Stack Overflow](http://stackoverflow.com/questions/tagged/sql-server): Ask development questions
58-
- [MSDN Forums](https://social.msdn.microsoft.com/Forums/en-US/home?category=sqlserver): Ask technical questions
59-
- [Submit feedback](https://feedback.azure.com/forums/908035-sql-server): Report bugs and request feature
60-
- [Reddit](https://www.reddit.com/r/SQLServer/): Discuss SQL Server
57+
[!INCLUDE[Get Help Options](../includes/paragraph-content/get-help-options.md)]

docs/linux/sql-server-linux-release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,3 +327,5 @@ To get started, see the following quickstarts:
327327
- [Run on Docker](quickstart-install-connect-ubuntu.md)
328328
- [Provision a SQL VM in Azure](/azure/virtual-machines/linux/sql/provision-sql-server-linux-virtual-machine?toc=%2fsql%2flinux%2ftoc.json)
329329
- [Run & Connect - Cloud](quickstart-install-connect-clouds.md)
330+
331+
For answers to frequently asked questions, see the [SQL Server on Linux FAQ](sql-server-linux-faq.md).

docs/linux/sql-server-linux-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This article explains how to install, update, and uninstall SQL Server 2017 on L
2525
> [!TIP]
2626
> To get started quickly, jump to one of the quickstarts for [RHEL](quickstart-install-connect-red-hat.md), [SLES](quickstart-install-connect-suse.md), [Ubuntu](quickstart-install-connect-ubuntu.md), or [Docker](quickstart-install-connect-docker.md).
2727
28+
For answers to frequently asked questions, see the [SQL Server on Linux FAQ](../linux/sql-server-linux-faq.md).
29+
2830
## <a id="supportedplatforms"></a> Supported platforms
2931

3032
SQL Server 2017 is supported on the following Linux platforms:

docs/linux/sql-server-linux-troubleshooting-guide.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Provides troubleshooting tips for using SQL Server 2017 on Linux.
44
author: annashres
55
ms.author: anshrest
66
manager: craigg
7-
ms.date: 01/18/2018
7+
ms.date: 02/22/2018
88
ms.topic: article
99
ms.prod: "sql-non-specified"
1010
ms.prod_service: "database-engine"
@@ -22,6 +22,9 @@ ms.workload: "On Demand"
2222

2323
This document describes how to troubleshoot Microsoft SQL Server running on Linux or in a Docker container. When troubleshooting SQL Server on Linux, remember to review the supported features and known limitations in the [SQL Server on Linux Release Notes](sql-server-linux-release-notes.md).
2424

25+
> [!TIP]
26+
> For answers to frequently asked questions, see the [SQL Server on Linux FAQ](sql-server-linux-faq.md).
27+
2528
## <a id="connection"></a> Troubleshoot connection failures
2629
If you are having difficulty connecting to your Linux SQL Server, there are a few things to check.
2730

@@ -197,12 +200,4 @@ If you have accidentally started SQL Server with another user, you must change o
197200
[Special characters](http://tldp.org/LDP/abs/html/special-chars.html)
198201
[Escaping](http://tldp.org/LDP/abs/html/escapingsection.html)
199202
200-
## Support
201-
202-
Support is available through the community and monitored by the engineering team. For specific questions, use the following resources:
203-
204-
- [DBA Stack Exchange](https://dba.stackexchange.com/questions/tagged/sql-server): Ask database administration questions
205-
- [Stack Overflow](http://stackoverflow.com/questions/tagged/sql-server): Ask development questions
206-
- [MSDN Forums](https://social.msdn.microsoft.com/Forums/en-US/home?category=sqlserver): Ask technical questions
207-
- [Submit feedback](https://feedback.azure.com/forums/908035-sql-server): Report bugs and request feature
208-
- [Reddit](https://www.reddit.com/r/SQLServer/): Discuss SQL Server
203+
[!INCLUDE[Get Help Options](../includes/paragraph-content/get-help-options.md)]

docs/linux/sql-server-linux-whats-new.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ To install SQL Server on Linux, use one of the following tutorials:
6565
- [Run on Docker](quickstart-install-connect-docker.md)
6666
- [Provision a SQL VM in Azure](/azure/virtual-machines/linux/sql/provision-sql-server-linux-virtual-machine?toc=%2fsql%2flinux%2ftoc.json)
6767

68-
For other information regarding SQL Server on Linux, see the [overview](sql-server-linux-overview.md). For package downloads and a list of unsupported features and known issues, see the [Release notes](sql-server-linux-release-notes.md).
69-
7068
To see other improvements introduced in SQL Server 2017, see [What's New in SQL Server 2017](../sql-server/what-s-new-in-sql-server-2017.md).
7169

70+
> [!TIP]
71+
> For answers to frequently asked questions, see the [SQL Server on Linux FAQ](sql-server-linux-faq.md).
72+
7273
[!INCLUDE[get-help-options](../includes/paragraph-content/get-help-options.md)]

0 commit comments

Comments
 (0)