Skip to content

Commit a3f2e9d

Browse files
committed
Formatting fixes
1 parent 7f3f5ec commit a3f2e9d

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/includes/sql-linux-quickstart-connect-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ In addition to **sqlcmd**, you can use the following cross-platform tools to man
110110
|---|---|
111111
| [Azure Data Studio](../azure-data-studio/index.md) | A cross-platform GUI database management utility. |
112112
| [Visual Studio Code](../linux/sql-server-linux-develop-use-vscode.md) | A cross-platform GUI code editor that run Transact-SQL statements with the mssql extension. |
113-
| [PowerShell Core](../linux/sql-server-linux-manage-powershell-core.md) |
113+
| [PowerShell Core](../linux/sql-server-linux-manage-powershell-core.md) | A cross-platform automation and configuration tool based on cmdlets. |
114114
| [mssql-cli](https://github.com/dbcli/mssql-cli/tree/master/doc) | A cross-platform command-line interface for running Transact-SQL commands. |
115115

116116
## Connecting from Windows

docs/linux/sql-server-linux-develop-use-vscode.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,9 @@ Follow these steps to create a connection profile and connect to a SQL Server.
9696
9797
1. Verify your connection in the lower status bar.
9898

99-
![Connection status](./media/sql-server-linux-develop-use-vscode/vscode-connection-status.png)
99+
![Connection status](./media/sql-server-linux-develop-use-vscode/vscode-connection-status.png)
100100

101-
> [!TIP]
102-
> You can also create and edit connection profiles in the User Settings file (*settings.json*). To open the settings file, select **File** > **Preferences** > **Settings**. For more information, see [Manage connection profiles](https://github.com/Microsoft/vscode-mssql/wiki/manage-connection-profiles).
101+
As an alternative to the previous steps, you can also create and edit connection profiles in the User Settings file (*settings.json*). To open the settings file, select **File** > **Preferences** > **Settings**. For more information, see [Manage connection profiles](https://github.com/Microsoft/vscode-mssql/wiki/manage-connection-profiles).
103102

104103
## Create a SQL database
105104

docs/linux/sql-server-linux-manage-powershell-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage SQL Server on Linux with PowerShell Core | Microsoft Docs
3-
description: This article provides an overview of using PowerShell Core with SQL Server on Linux
3+
description: This article provides an overview of using PowerShell Core with SQL Server on Linux.
44
ms.date: "04/22/2019"
55
ms.reviewer: jroth
66
ms.prod: sql

0 commit comments

Comments
 (0)