You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can connect to an instance of [!INCLUDE [ssnoversion-md](ssnoversion-md.md)] using any familiar [!INCLUDE [ssnoversion-md](ssnoversion-md.md)] client tool, such as **[sqlcmd](../tools/sqlcmd/sqlcmd-utility.md)**, [SQL Server Management Studio (SSMS)](/ssms/), or the [MSSQL extension for Visual Studio Code](../tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code.md).
Copy file name to clipboardExpand all lines: docs/linux/includes/quickstart-connect-query.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
author: rwestMSFT
3
3
ms.author: randolphwest
4
-
ms.date: 11/18/2024
4
+
ms.date: 07/11/2025
5
5
ms.service: sql
6
6
ms.subservice: linux
7
7
ms.custom:
@@ -134,16 +134,15 @@ In addition to **sqlcmd**, you can use the following cross-platform tools to man
134
134
135
135
| Tool | Description |
136
136
| --- | --- |
137
-
|[Azure Data Studio](../../azure-data-studio/index.yml)| A cross-platform GUI database management utility. |
138
-
|[Visual Studio Code](../../tools/visual-studio-code/sql-server-develop-use-vscode.md)| A cross-platform GUI code editor that run Transact-SQL statements with the mssql extension. |
139
-
|[PowerShell Core](../sql-server-linux-manage-powershell-core.md)| A cross-platform automation and configuration tool based on cmdlets. |
137
+
|[Visual Studio Code](../../tools/visual-studio-code/sql-server-develop-use-vscode.md)| A cross-platform GUI code editor that runs Transact-SQL statements with the [MSSQL extension](../../tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code.md). |
138
+
|[PowerShell](../sql-server-linux-manage-powershell-core.md)| A cross-platform automation and configuration tool based on cmdlets. |
140
139
|[mssql-cli](https://github.com/dbcli/mssql-cli/tree/master/doc)| A cross-platform command-line interface for running Transact-SQL commands. |
141
140
142
141
## Connect from Windows
143
142
144
143
[!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] tools on Windows connect to [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instances on Linux in the same way they would connect to any remote [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instance.
145
144
146
-
If you have a Windows machine that can connect to your Linux machine, try the same steps in this topic from a Windows command-prompt running **sqlcmd**. You must use the target Linux machine name or IP address rather than `localhost`, and make sure that TCP port 1433 is open on the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] machine. If you have any problems connecting from Windows, see [connection troubleshooting recommendations](../sql-server-linux-troubleshooting-guide.md#connection).
145
+
If you have a Windows machine that can connect to your Linux machine, try the same steps in this article from a Windows command-prompt running **sqlcmd**. You must use the target Linux machine name or IP address rather than `localhost`, and make sure that TCP port 1433 is open on the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] machine. If you have any problems connecting from Windows, see [connection troubleshooting recommendations](../sql-server-linux-troubleshooting-guide.md#connection).
147
146
148
147
For other tools that run on Windows but connect to [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] on Linux, see:
summary: Tutorials, quickstarts, and other educational resources meant to teach you to work with SQL Server on Linux for users who are familiar with SQL Server but new to Linux.
4
+
summary: Tutorials, quickstarts, and other educational resources meant to teach you to work with SQL Server on Linux for users who are familiar with SQL Server but new to Linux.
5
5
6
6
metadata:
7
7
title: "New to Linux: Learning resources"
8
-
description: A collection of resources meant to teach you to use SQL Server on Linux for new-to-Linux users.
8
+
description: A collection of resources meant to teach you to use SQL Server on Linux for new-to-Linux users.
9
9
ms.service: sql
10
10
ms.topic: landing-page
11
11
author: rwestMSFT
12
12
ms.author: randolphwest
13
-
ms.date: 07/15/2024
13
+
ms.date: 07/11/2025
14
14
15
15
landingContent:
16
16
- title: "Module 1: Introduction to SQL Server on Linux"
summary: Tutorials, quickstarts, and other educational resources meant to teach you to work with SQL Server on Linux for users who are familiar with Linux.
4
+
summary: Tutorials, quickstarts, and other educational resources meant to teach you to work with SQL Server on Linux for users who are familiar with Linux.
5
5
6
6
metadata:
7
-
title: "New to SQL Server: Learning resources"
8
-
description: A collection of resources meant to teach you to use SQL Server on Linux for Linux users.
7
+
title: "New to SQL Server: Learning resources"
8
+
description: A collection of resources meant to teach you to use SQL Server on Linux for Linux users.
0 commit comments