Skip to content

Commit 5995226

Browse files
committed
Reformatted LP page and tied the main SQL hub
1 parent 7363742 commit 5995226

5 files changed

Lines changed: 66 additions & 23 deletions

File tree

docs/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ additionalContent:
224224
- text: Distributed replay
225225
url: tools/distributed-replay/sql-server-distributed-replay.md
226226
- text: See more tools
227-
url: tools/overview-sql-tools.md
227+
url: tools/sql-tools-hub.yml

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8372,7 +8372,7 @@
83728372
- name: Permissions or Securables page
83738373
href: relational-databases/security/permissions-or-securables-page.md
83748374
- name: Tools
8375-
href: tools/overview-sql-tools.md
8375+
href: tools/sql-tools-lp.yml
83768376
items:
83778377
- name: Azure Data Studio
83788378
href: azure-data-studio/what-is.md

docs/tools/mssql-cli.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
2-
title: "mssql-cli | Microsoft Docs"
2+
title: mssql-cli
33
description: 'mssql-cli is an interactive command line query tool for SQL Server that runs on Windows, macOS, or Linux.'
4-
ms.custom: "tools|mssql-cli"
5-
ms.date: "02/22/2018"
64
ms.prod: sql
7-
ms.reviewer: "alayu; sstein"
85
ms.prod_service: sql-tools
96
ms.topic: conceptual
107
author: markingmyname
118
ms.author: maghan
9+
ms.reviewer: "alayu; sstein; maghan"
10+
ms.custom: "tools|mssql-cli"
11+
ms.date: "02/22/2018"
1212
monikerRange: "=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017"
1313
---
14+
1415
# mssql-cli command-line query tool for SQL Server
16+
1517
[!INCLUDE[appliesto-ss-asdb-asdw-xxx-md](../includes/appliesto-ss-asdb-asdw-xxx-md.md)]
1618

1719
mssql-cli is an interactive command-line tool for querying SQL Server, install it on Windows, macOS, or Linux.

docs/tools/overview-sql-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following are the main command-line tools:
4040

4141
| Tool | Description | Runs on |
4242
|:--|:--|:--|
43-
|[**mssql-cli (preview)**](mssql-cli.md)|**mssql-cli** is an interactive command-line tool for querying SQL Server. | Windows, macOS, and Linux|
43+
|[**mssql-cli**](mssql-cli.md)|**mssql-cli** is an interactive command-line tool for querying SQL Server. | Windows, macOS, and Linux|
4444
| [**sqlpackage**](sqlpackage.md) |**sqlpackage** is a command-line utility that automates several database development tasks. macOS and Linux versions of sqlpackage are currently in preview. | Windows, macOS, and Linux|
4545
|[**SQL Server PowerShell**](../powershell/sql-server-powershell.md)| **SQL Server PowerShell** provides cmdlets for working with SQL| Windows, macOS, and Linux|
4646
| [**sqlcmd**](sqlcmd-utility.md) |**sqlcmd** utility lets you enter Transact-SQL statements, system procedures, and script files at the command prompt. | Windows, macOS, and Linux|

docs/tools/sql-tools-lp.yml

Lines changed: 57 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:Landing
22

3-
title: SQL query and management tools for SQL Server
3+
title: SQL tools and utilities
44
summary: This landing landing-page provides descriptions and pointers to some of the available tools for working with your SQL databases.
55

66
metadata:
@@ -24,24 +24,47 @@ landingContent:
2424
linkLists:
2525
- linkListType: overview
2626
links:
27-
- text: What is SQL Server Management STudio (SSMS)?
27+
- text: SQL query and management tools for SQL Server
28+
url: ../tools/overview-sql-tools.md
29+
30+
- title: SSMS
31+
linkLists:
32+
- linkListType: download
33+
links:
34+
- text: Download SSMS
35+
url: ../ssms/download-sql-server-management-studio-ssms.md
36+
- text: Release Notes
37+
url: ../ssms/release-notes-ssms.md
38+
- linkListType: overview
39+
links:
40+
- text: What is SQL Server Management Studio (SSMS)?
2841
url: ../ssms/sql-server-management-studio-ssms.md
29-
- text: What is Azure Data Studio?
30-
url: ../azure-data-studio/what-is.md
42+
43+
- title: SSDT
44+
linkLists:
45+
- linkListType: download
46+
links:
47+
- text: Download SSDT
48+
url: ../ssdt/download-sql-server-data-tools-ssdt.md
49+
- text: Release Notes
50+
url: ../ssdt/release-notes-ssdt.md
51+
- linkListType: overview
52+
links:
3153
- text: What is SQL Server Data Tools?
3254
url: ../ssdt/sql-server-data-tools.md
3355

34-
# Card (optional)
35-
- title: Download
56+
- title: Azure Data Studio
3657
linkLists:
3758
- linkListType: download
38-
links:
39-
- text: Download SSMS
40-
url: ../ssms/download-sql-server-management-studio-ssms.md
59+
links:
4160
- text: Download Azure Data Studio
4261
url: ../azure-data-studio/download.md
43-
- text: Download SSDT
44-
url: ../ssdt/download-sql-server-data-tools-ssdt.md
62+
- text: Release Notes
63+
url: ../azure-data-studio/release-notes-azure-data-studio.md
64+
- linkListType: overview
65+
links:
66+
- text: What is Azure Data Studio?
67+
url: ../azure-data-studio/what-is.md
4568

4669
# Card
4770
- title: Get Started
@@ -50,23 +73,41 @@ landingContent:
5073
links:
5174
- text: Connect and query SQL Server with SSMS
5275
url: ../ssms/tutorials/connect-query-sql-server.md
53-
- text: Connect and query SQL Server with Azure Data Studio
54-
url: ../azure-data-studio/quickstart-sql-server.md
5576
- text: Project-Oriented Offline Database Development
5677
url: ../ssdt/project-oriented-offline-database-development.md
78+
- text: Connect and query SQL Server with Azure Data Studio
79+
url: ../azure-data-studio/quickstart-sql-server.md
5780

5881
# Card
5982
- title: Command line tools
6083
linkLists:
6184
- linkListType: concept
6285
links:
6386
- text: SQL Server PowerShell
64-
url: ../powershell/sql-server-powershell"
87+
url: ../powershell/sql-server-powershell.md
6588
- text: sqlcmd
6689
url: sqlcmd-utility.md
6790
- text: bcp
6891
url: bcp-utility.md
69-
- text: mssql-conf
70-
url: ../linux/sql-server-linux-configure-mssql-conf.md
7192
- text: mssql-cli
7293
url: mssql-cli.md
94+
- text: Linux with the mssql-conf tool
95+
url: ../linux/sql-server-linux-configure-mssql-conf.md
96+
97+
# Card
98+
- title: Additional tools
99+
linkLists:
100+
- linkListType: concept
101+
links:
102+
- text: Visual Studio Code with the mssql extension
103+
url: https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql
104+
- text: Configuration Manager
105+
url: configuration-manager/sql-server-configuration-manager-help.md
106+
- text: SQL Server Migration Assistant (SSMA)
107+
url: ../ssma/sql-server-migration-assistant.md
108+
- text: Database Experimentation Assistant
109+
url: ../dea/database-experimentation-assistant-overview.md
110+
- text: Distributed Replay
111+
url: distributed-replay/install-distributed-replay-overview.md
112+
- text: ssbdiagnose Utility (Service Broker)
113+
url: ssbdiagnose/ssbdiagnose-utility-service-broker.md

0 commit comments

Comments
 (0)