Skip to content

Commit b2dd838

Browse files
committed
[Tools] New SQL hub page
1 parent 68aa711 commit b2dd838

6 files changed

Lines changed: 177 additions & 3 deletions

File tree

Lines changed: 12 additions & 0 deletions
Loading
Lines changed: 38 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

docs/tools/overview-sql-tools.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: markingmyname
1010
ms.author: maghan
1111
ms.reviewer: ""
1212
ms.custom: ""
13-
ms.date: "09/11/2019"
13+
ms.date: 11/04/2019
1414
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017"
1515
---
1616

@@ -19,10 +19,9 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
1919
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
2020

2121
To manage (query, monitor, etc.) your database you need a tool. 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.
22-
2322
There are many database tools available, so this article provides descriptions and pointers to some of the available tools for working with your SQL databases. If you need help deciding which tool you need, see [Which tool should I use?](#which-tool-should-i-choose).
2423

25-
For additional information, and to download a tool, select the links in the Tool column in the following tables. To download SQL Server, see [Install SQL Server](../database-engine/install-windows/install-sql-server.md).
24+
The [SQL Server tools hub page](index.yml) provides an overview for finding relevant SQL tools content. For additional information, you can also view the links in the Tool column in the following tables. To download SQL Server, see [Install SQL Server](../database-engine/install-windows/install-sql-server.md).
2625

2726
## GUI tools to manage databases
2827

docs/tools/sql-tools-hub.yml

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
### YamlMime:Hub
2+
3+
title: SQL tools and utilities documentation
4+
summary: This hub-page provides descriptions and pointers to some of the available tools for working with your SQL databases.
5+
brand: sql
6+
7+
metadata:
8+
title: SQL tools and utilities documentation
9+
description: Landing page for all SQL tools working with managing data and AI
10+
ms.prod: sql
11+
ms.prod_service: sql-tools
12+
ms.topic: SQL tools hub-page
13+
ms.collection: collection
14+
author: markingmyname
15+
ms.author: maghan
16+
ms.date: 11/04/2019
17+
18+
# productDirectory section (optional)
19+
productDirectory:
20+
title: SQL tools
21+
summary: The following tools provide a graphical user interface (GUI).
22+
items:
23+
# Card
24+
- title: SQl Server Management Studio (SSMS)
25+
# imageSrc should be square in ratio with no whitespace
26+
imageSrc: media/sql-tools-hub/ssms.svg
27+
links:
28+
- url: "/sql/ssms/sql-server-management-studio-ssms"
29+
text: What is SSMS?
30+
- url: "/sql/ssms/download-sql-server-management-studio-ssms"
31+
text: Download
32+
- url: "/sql/ssms/release-notes-ssms"
33+
text: Release notes
34+
# Card
35+
- title: Azure Data Studio
36+
# imageSrc should be square in ratio with no whitespace
37+
imageSrc: media/sql-tools-hub/azure-data-studio.svg
38+
links:
39+
- url: "/sql/azure-data-studio/what-is"
40+
text: What is Azure Data Studio?
41+
- url: "/sql/azure-data-studio/download"
42+
text: Download
43+
- url: "/sql/azure-data-studio/release-notes-azure-data-studio"
44+
text: Release notes
45+
# Card
46+
- title: SQL Server Data Tools (SSDT) for Visual Studio 2017
47+
imageSrc: media/sql-tools-hub/ssdt.svg
48+
links:
49+
- url: "/sql/ssdt/sql-server-data-tools"
50+
text: What is SSDT?
51+
- url: "/sql/ssdt/download-sql-server-data-tools-ssdt"
52+
text: Download
53+
- url: "/sql/ssdt/release-notes-ssdt"
54+
text: Release notes
55+
# Card
56+
- title: Visual Studio Code
57+
imageSrc: media/sql-tools-hub/visual-studio-code.svg
58+
links:
59+
- url: "/sql/linux/sql-server-linux-develop-use-vscode?view=sql-server-2017"
60+
text: Create and run Transact-SQL scripts
61+
- url: https://code.visualstudio.com/
62+
text: Download
63+
- url: https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql
64+
text: Install the mssql extension
65+
# additionalContent section (optional)
66+
# Card with links style
67+
additionalContent:
68+
# Supports up to 3 sections
69+
# first section
70+
sections:
71+
- title: Command-line tools
72+
items:
73+
- title: mssql-cli command-line query tool for SQL Server
74+
summary: mssql-cli is an interactive command-line tool for querying SQL Server.
75+
url: "/sql/tools/mssql-cli"
76+
- title: sqlpackage
77+
summary: sqlpackage is a command-line utility that automates several database development tasks. macOS and Linux versions of sqlpackage are currently in preview.
78+
url: "/sql/tools/sqlpackage"
79+
- title: SQL Server PowerShell
80+
summary: SQL Server PowerShell provides cmdlets for working with SQL.
81+
url: "/sql/powershell/sql-server-powershell"
82+
- title: sqlcmd utility
83+
summary: The sqlcmd utility lets you enter Transact-SQL statements, system procedures, and script files at the command prompt.
84+
url: "/sql/tools/sqlcmd-utility"
85+
- title: bcp utility
86+
summary: The bulk copy program utility (bcp) bulk copies data between an instance of Microsoft SQL Server and a data file in a user-specified format.
87+
url: "/sql/tools/bcp-utility"
88+
- title: Configure SQL Server on Linux with the mssql-conf tool
89+
url: "/sql/linux/sql-server-linux-configure-mssql-conf"
90+
summary: mssql-conf configures SQL Server running on Linux.
91+
- title: mssql-scripter
92+
url: "https://github.com/Microsoft/mssql-scripter"
93+
summary: mssql-scripter is a multi-platform command-line experience for scripting SQL Server databases.
94+
- title: SQL Command Prompt Utilities
95+
summary: Command prompt utilities enable you to script SQL Server operations.
96+
url: "/sql/tools/command-prompt-utility-reference-database-engine"
97+
# second section
98+
- title: Migration and other tools
99+
items:
100+
# Card
101+
- title: SQL Server Configuration Manager
102+
summary: Use SQL Server Configuration Manager to configure SQL Server services and configure network connectivity. Configuration Manager runs on Windows.
103+
url: "/sql/tools/configuration-manager/sql-server-configuration-manager-help"
104+
# Card
105+
- title: SQL Server Migration Assistant
106+
summary: Use SQL Server Migration Assistant to automate database migration to SQL Server from Microsoft Access, DB2, MySQL, Oracle, and Sybase.
107+
url: "/sql/ssma/sql-server-migration-assistant"
108+
# Card
109+
- title: Database Experimentation Assistant
110+
summary: Use Database Experimentation Assistant to evaluate a targeted version of SQL for a given workload.
111+
url: "/sql/dea/database-experimentation-assistant-overview"
112+
# Card
113+
- title: Distributed Replay
114+
summary: Use the Distributed Replay feature to help you assess the impact of future SQL Server upgrades.
115+
url: "/sql/tools/distributed-replay/install-distributed-replay-overview"
116+
# Card
117+
- title: ssbdiagnose utility (Service Broker)
118+
summary: The ssbdiagnose utility reports issues in Service Broker conversations or the configuration of Service Broker services.
119+
url: "/sql/tools/ssbdiagnose/ssbdiagnose-utility-service-broker"

0 commit comments

Comments
 (0)