Skip to content

Commit 4067692

Browse files
committed
https://github.com/MicrosoftDocs/sql-docs/issues/7379
1 parent 8ddeae4 commit 4067692

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

docs/azure-data-studio/quickstart-sql-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- seodec18
1212
- sqlfreshmay19
1313
- intro-quickstart
14-
ms.date: 08/02/2019
14+
ms.date: 07/11/2022
1515
---
1616
# Quickstart: Use Azure Data Studio to connect and query SQL Server
1717

@@ -25,9 +25,9 @@ To complete this quickstart, you need Azure Data Studio, and access to SQL Serve
2525

2626
If you don't have access to a SQL Server, select your platform from the following links (make sure you remember your SQL Login and Password!):
2727

28-
- [Windows - Download SQL Server 2017 Developer Edition](https://www.microsoft.com/sql-server/sql-server-downloads)
29-
- [macOS - Download SQL Server 2017 on Docker](../linux/quickstart-install-connect-docker.md)
30-
- [Linux - Download SQL Server 2017 Developer Edition](../linux/sql-server-linux-overview.md#install) - You only need to follow the steps up to *Create and Query Data*.
28+
- [Windows - Download SQL Server 2019 Developer Edition](https://www.microsoft.com/sql-server/sql-server-downloads)
29+
- [macOS - Download SQL Server 2019 on Docker](../linux/quickstart-install-connect-docker.md)
30+
- [Linux - Download SQL Server 2019 Developer Edition](../linux/sql-server-linux-overview.md#install) - You only need to follow the steps up to *Create and Query Data*.
3131

3232
## Connect to a SQL Server
3333

docs/azure-data-studio/what-is-azure-data-studio.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- seodec18
1212
- sqlfreshmay19
1313
- intro-overview
14-
ms.date: "10/20/2020"
14+
ms.date: 7/11/2022
1515
---
1616

1717
# What is Azure Data Studio?
@@ -162,6 +162,10 @@ To learn about authoring extensions, see [Extension authoring](extensions/extens
162162
|SQL Projects|Preview||
163163
|Schema Compare|Yes||
164164

165+
## SQL Tools Service
166+
167+
Azure Data Studio uses the [SqlToolsService](https://github.com/microsoft/sqltoolsservice) as the SQL API layer to the application. SQL Tools Service is .NET-based and is open source under the MIT license. For SQL connectivity, SQL Tools Service uses [Microsoft.Data.SqlClient](https://github.com/dotnet/SqlClient) as the SQL driver.
168+
165169
## Next steps
166170

167171
- [Download and Install Azure Data Studio](./download-azure-data-studio.md)

0 commit comments

Comments
 (0)