Skip to content

Commit 949bbdf

Browse files
authored
Merge pull request #16247 from jameshkramer/1613507-jameshkramer-04
AB#1613507 PR-4 Missing meta descriptions
2 parents 7537b6c + 87311bc commit 949bbdf

20 files changed

Lines changed: 22 additions & 2 deletions

docs/ssms/scripting/specify-a-hit-count.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Specify a Hit Count
3+
description: Learn how to set a hit count for a breakpoint, so that the debugger won't break at that breakpoint until the hit count is reached.
34
titleSuffix: T-SQL debugger
45
ms.prod: sql
56
ms.technology: scripting

docs/ssms/scripting/sqlcmd-connect-to-the-database-engine.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Connect to the Database Engine With sqlcmd"
3+
description: "Learn how to select which protocol sqlcmd uses to communicate with SQL Server. The choices are: TCP/IP, named pipes, and shared memory."
34
ms.custom: seo-lt-2019
45
ms.date: "03/14/2017"
56
ms.prod: sql

docs/ssms/scripting/sqlcmd-run-transact-sql-script-files.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Run Transact-SQL Script Files Using sqlcmd"
3+
description: Learn how to use sqlcmd to run a Transact-SQL script file. It can contain Transact-SQL statements, sqlcmd commands, and scripting variables.
34
ms.custom: seo-lt-2019
45
ms.date: "07/15/2016"
56
ms.prod: sql

docs/ssms/scripting/sqlcmd-start-the-utility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Start the sqlcmd Utility"
3+
description: Learn how to start the sqlcmd utility, which lets you enter Transact-SQL statements, system procedures, and script files, in SQLCMD mode or in scripts and jobs.
34
ms.custom: seo-lt-2019
45
ms.date: "03/14/2017"
56
ms.prod: sql

docs/ssms/scripting/sqlcmd-use-the-utility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Use the sqlcmd Utility"
3+
description: Learn how to use the sqlcmd utility for ad hoc interactive execution of Transact-SQL statements and scripts, and for automating Transact-SQL scripting tasks.
34
ms.custom: seo-lt-2019
45
ms.date: "06/06/2017"
56
ms.prod: sql

docs/ssms/scripting/sqlcmd-use-with-scripting-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Use sqlcmd with Scripting Variables"
3+
description: Learn how to use scripting variables to make a script that that can be used in multiple scenarios.
34
ms.custom: seo-lt-2019
45
ms.date: "08/09/2016"
56
ms.prod: sql

docs/ssms/scripting/status-bar-database-engine-query-editor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Status Bar (Database Engine Query Editor)
3+
description: Learn how to color code the status bar of a Database Engine Query Editor window to indicate which instance of the DataBase engine the window is connected to.
34
titleSuffix: T-SQL debugger
45
ms.prod: sql
56
ms.technology: scripting

docs/ssms/scripting/step-through-transact-sql-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Step Through Transact-SQL Code
3+
description: Learn how to use the Transact-SQL debugger to control which Transact-SQL statements are run in a Database Engine Query Editor window.
34
ms.prod: sql
45
ms.technology: scripting
56
ms.topic: conceptual

docs/ssms/scripting/toggle-a-breakpoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Toggle a Breakpoint
3+
description: Learn how to toggle a breakpoint to highlight the associated Transact-SQL statement, and to perform various actions on the statement (such as editing).
34
titleSuffix: T-SQL debugger
45
ms.prod: sql
56
ms.technology: scripting

docs/ssms/scripting/transact-sql-breakpoints.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Transact-SQL Breakpoints
2+
title: Transact-SQL Breakpointsthe
3+
description: When you debug you can use breakpoints to pause execution as needed. Look here for a list of breakpoint tasks with links to articles that describe them.
34
titleSuffix: T-SQL debugger
45
ms.prod: sql
56
ms.technology: scripting

0 commit comments

Comments
 (0)