Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit c1c698c

Browse files
committed
AB#1613507 PR-1 Missing meta descriptions
1 parent eaaedef commit c1c698c

20 files changed

Lines changed: 20 additions & 3 deletions

docs/powershell/download-sql-server-ps-module.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Download SQL Server PowerShell Module
3+
description: Learn how to install the SqlServer PowerShell modules. The SqlServer module provides cmdlets that support the latest SQL features, and the SQLPS module runs agent jobs using PowerShell.
34
ms.prod: sql
45
ms.technology: scripting
56
ms.topic: conceptual

docs/powershell/encode-and-decode-sql-server-identifiers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Encode and Decode SQL Server Identifiers | Microsoft Docs"
3+
description: Some characters that can appear in SQL Server-delimited identifiers are not supported in Windows PowerShell paths. Learn how to include them by representing them with their hexadecimal values.
34
ms.custom: ""
45
ms.date: "03/14/2017"
56
ms.prod: sql

docs/powershell/escape-sql-server-identifiers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Escape SQL Server Identifiers | Microsoft Docs"
3+
description: Some characters that can appear in SQL Server-delimited identifiers are not supported in Windows PowerShell paths. Learn how some of these can be escaped with the back-tick character.
34
ms.custom: ""
45
ms.date: "03/14/2017"
56
ms.prod: sql

docs/powershell/load-the-smo-assemblies-in-windows-powershell.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Load the SMO Assemblies in Windows PowerShell | Microsoft Docs"
3+
description: Learn how to load the SQL Server Management Object (SMO) assemblies in Windows PowerShell scripts that do not use the SQL Server PowerShell provider.
34
ms.custom: ""
45
ms.date: "03/14/2017"
56
ms.prod: sql

docs/powershell/manage-authentication-in-database-engine-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "PowerShell: Manage authentication"
3+
description: Learn how to use SQL Server Authentication rather than Windows Authentication (the default) when connecting to an instance of the Database Engine.
34
titleSuffix: SQL Server on Linux
4-
description: Learn how to use PowerShell to manage Windows and SQL authentication to SQL Server.
55
ms.custom: seo-lt-2019
66
ms.date: "03/14/2017"
77
ms.prod: sql

docs/powershell/manage-tab-completion-sql-server-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Manage Tab Completion (SQL Server PowerShell) | Microsoft Docs"
3+
description: Learn how to control Windows PowerShell tab completion by making proper use of three variables in the SQL Server PowerShell modules.
34
ms.custom: ""
45
ms.date: "03/14/2017"
56
ms.prod: sql
@@ -13,7 +14,6 @@ ms.author: maghan
1314
# Manage Tab Completion (SQL Server PowerShell)
1415
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
1516

16-
1717
The [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] PowerShell snap-ins introduce three variables (**$SqlServerMaximumTabCompletion**, **$SqlServerMaximumChildItems**, and **$SqlServerIncludeSystemObjects**) to control Windows PowerShell tab completion. Tab completion reduces the amount of typing you must do by returning tables of items whose names start with the string you are typing.
1818

1919
> [!NOTE]

docs/powershell/navigate-sql-server-powershell-paths.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Navigate SQL Server PowerShell Paths | Microsoft Docs"
3+
description: Learn how to use PowerShell cmdlets to navigate the path structures that represent the hierarchy of objects supported by a PowerShell provider.
34
ms.custom: ""
45
ms.date: "03/14/2017"
56
ms.prod: sql

docs/powershell/query-expressions-and-uniform-resource-names.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Query Expressions and Uniform Resource Names | Microsoft Docs"
3+
description: Learn about Query Expressions, which enumerate one or more objects in an object model hierarchy, and about Uniform Resource names (URNs), which uniquely identify a single object.
34
ms.custom: ""
45
ms.date: "03/14/2017"
56
ms.prod: sql

docs/powershell/run-windows-powershell-from-sql-server-management-studio.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Run Windows PowerShell from SQL Server Management Studio | Microsoft Docs"
3+
description: Learn how to start a Windows PowerShell session from Object Explorer in SQL Server Management Studio, with the path preset to the location of your choice of objects.
34
ms.custom: ""
45
ms.date: "03/14/2017"
56
ms.prod: sql

docs/powershell/run-windows-powershell-steps-in-sql-server-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: maghan
1515

1616
[!INCLUDE[appliesto-ss-xxxx-asdw-pdw-md](../includes/appliesto-ss-xxxx-asdw-pdw-md.md)]
1717

18-
Use SQL Server Agent to run SQL Server PowerShell scripts at schedule times.
18+
Use SQL Server Agent to run SQL Server PowerShell scripts at scheduled times.
1919

2020
**To run PowerShell from SQL Server Agent, using:** [PowerShell Job Step](#PShellJob), [Command Prompt Job Step](#CmdExecJob)
2121

0 commit comments

Comments
 (0)