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
This article provides a list of available tools for working with SQL Server, Azure SQL Database, SQL Data Warehouse, and SQL Server-based applications.
24
-
25
-
If you want to jump right in and start creating tables, running queries, basically design and manage your database, then [**SQL Server Management Studio (SSMS)**](../ssms/download-sql-server-management-studio-ssms.md) is most likely your go-to tool. SSMS is free, and runs on Windows.
26
-
27
-
28
23
29
24
## Tools to run queries and manage databases
30
-
25
+
31
26
| Tool | Description |
32
27
|:--|:--|
33
-
|[[!INCLUDE[name-sos](../includes/name-sos.md)]](../sql-operations-studio/download.md)|[!INCLUDE[name-sos](../includes/name-sos.md)] is a free, light-weight tool that runs on Windows, macOS, and Linux. This preview release provides database management features, including an extended Transact-SQL editor and customizable insights into the operational state of your databases. |
34
-
|[SQL Server Management Studio (SSMS)](../ssms/download-sql-server-management-studio-ssms.md)| Use SQL Server Management Studio (SSMS) to query, design, and manage your SQL Server, Azure SQL Database, and Azure SQL Data Warehouse. |
35
-
|[SQL Server Data Tools (SSDT)](../ssdt/download-sql-server-data-tools-ssdt.md)| Turn Visual Studio into a powerful development environment for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse. |
36
-
|[Visual Studio Code](https://code.visualstudio.com/)|Visual Studio Code works on Linux, macOS, and Windows. After installing Visual Studio Code, install the [mssql extension](https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql) for developing Microsoft SQL Server, Azure SQL Database, and SQL Data Warehouse. |
28
+
|[[!INCLUDE[name-sos](../includes/name-sos.md)]](../sql-operations-studio/download.md)|[!INCLUDE[name-sos](../includes/name-sos-short.md)] is a free, light-weight tool, for managing databases wherever they're running. This preview release provides database management features, including an extended Transact-SQL editor and customizable insights into the operational state of your databases. **[!INCLUDE[name-sos](../includes/name-sos-short.md)] runs on Windows, macOS, and Linux**.|
29
+
|[SQL Server Management Studio (SSMS)](../ssms/download-sql-server-management-studio-ssms.md)| Use SQL Server Management Studio (SSMS) to query, design, and manage your SQL Server, Azure SQL Database, and Azure SQL Data Warehouse. **SSMS runs on Windows**.|
30
+
|[SQL Server Data Tools (SSDT)](../ssdt/download-sql-server-data-tools-ssdt.md)| Turn Visual Studio into a powerful development environment for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse. **SSDT runs on Windows**.|
31
+
|[Visual Studio Code](https://code.visualstudio.com/)| After installing Visual Studio Code, install the [mssql extension](https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql) for developing Microsoft SQL Server, Azure SQL Database, and SQL Data Warehouse. **Visual Studio Code runs on Windows, macOS, and Linux**.|
0 commit comments