Skip to content

Commit 3979e2c

Browse files
committed
Add ms.custom tags to support Introductory Coverage OKR reporting
1 parent d95ef78 commit 3979e2c

70 files changed

Lines changed: 231 additions & 169 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/relational-databases/security/tutorial-getting-started-with-always-encrypted-enclaves.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
title: "Tutorial: Getting started with Always Encrypted with secure enclaves in SQL Server"
3-
description: This tutorial teaches you how to create a basic environment for Always Encrypted with secure enclaves in SQL Server, using Virtualization Based Security (VBS) enclaves and Host Guardian Service (HGS) for attestation. You will also learn how to encrypt data in-place, and issue rich confidential queries against encrypted columns using SQL Server Management Studio (SSMS).
4-
ms.custom: seo-lt-2019
3+
description: This tutorial teaches you how to create a basic environment for Always Encrypted with secure enclaves in SQL Server, using Virtualization Based Security (VBS) enclaves and Host Guardian Service (HGS) for attestation. You will also learn how to encrypt data in-place, and issue rich confidential queries against encrypted columns using SQL Server Management Studio (SSMS).
4+
ms.custom:
5+
- seo-lt-2019
6+
- intro-get-started
57
ms.date: 01/15/2021
68
ms.prod: sql
79
ms.prod_service: "database-engine, sql-database"

docs/relational-databases/server-management-objects-smo/getting-started-in-smo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
description: "Getting Started in SMO"
33
title: "Getting Started in SMO | Microsoft Docs"
4-
ms.custom: ""
4+
ms.custom:
5+
- intro-get-started
56
ms.date: "08/06/2017"
67
ms.prod: sql
78
ms.prod_service: "database-engine"
89
ms.reviewer: ""
910
ms.technology:
10-
1111
ms.topic: conceptual
12-
helpviewer_keywords:
12+
helpviewer_keywords:
1313
- "SQL Server Management Objects, about SQL Server Management Objects"
1414
- "SMO [SQL Server], about SQL Server Management Objects"
1515
ms.assetid: ecc62702-c0d5-4180-b3c2-16ec5030caa7

docs/relational-databases/server-management-objects-smo/installing-smo.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
---
22
description: "Installing SMO"
33
title: "Installing SMO | Microsoft Docs"
4-
ms.custom: ""
4+
ms.custom:
5+
- intro-installation
56
ms.date: "08/06/2017"
67
ms.prod: sql
78
ms.reviewer: ""
89
ms.prod_service: "database-engine"
910
ms.technology:
10-
1111
ms.topic: "reference"
12-
helpviewer_keywords:
12+
helpviewer_keywords:
1313
- "installing SMO"
1414
- "SMO [SQL Server], installing"
1515
- "SQL Server Management Objects, installing"
1616
ms.assetid: 140e9971-4940-4866-89b9-5cec938e2a16
1717
author: "markingmyname"
1818
ms.author: "maghan"
19-
2019
monikerRange: "=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
2120
---
2221

docs/relational-databases/server-management-objects-smo/smo-programming-getting-started-in-visual-csharp-net.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
description: "SMO Programming - Getting Started in Visual C# .NET"
33
title: "Getting Started in Visual C# .NET | Microsoft Docs"
4-
ms.custom: ""
4+
ms.custom:
5+
- intro-quickstart
56
ms.date: "08/02/2016"
67
ms.prod: sql
78
ms.technology:
89
ms.topic: quickstart
9-
helpviewer_keywords:
10-
- "Visual C# [SMO]"
10+
helpviewer_keywords:
11+
- '"Visual C# [SMO]"'
1112
ms.assetid: 37a22721-546c-453d-bc6f-238c13d7505d
1213
author: "markingmyname"
1314
ms.author: "maghan"

docs/relational-databases/sqlxml/what-s-new-in-sqlxml-4-0-sp1.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
title: "What's New in SQLXML 4.0 SP1"
33
description: View a summary of the updates and enhancements in SQLXML 4.0 SP1 with links to more detailed information.
4-
ms.custom: ""
4+
ms.custom:
5+
- intro-whats-new
56
ms.date: "03/17/2017"
67
ms.prod: sql
78
ms.prod_service: "database-engine, sql-database"
89
ms.reviewer: ""
910
ms.technology: xml
1011
ms.topic: conceptual
11-
helpviewer_keywords:
12+
helpviewer_keywords:
1213
- "registry keys [SQLXML]"
1314
- "SQLNCLI, SQLXML"
1415
- "what's new [SQLXML]"

docs/relational-databases/stored-procedures/create-a-stored-procedure.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: "Create a Stored Procedure | Microsoft Docs"
33
description: Learn how to create a Transact-SQL stored procedure by using SQL Server Management Studio and by using the Transact-SQL CREATE PROCEDURE statement.
4-
ms.custom: ""
4+
ms.custom:
5+
- intro-quickstart
56
ms.date: "03/16/2017"
67
ms.prod: sql
78
ms.reviewer: ""
89
ms.technology: stored-procedures
910
ms.topic: quickstart
10-
helpviewer_keywords:
11+
helpviewer_keywords:
1112
- "new stored procedures"
1213
- "stored procedures [SQL Server], creating"
1314
- "creating stored procedures"

docs/relational-databases/tables/getting-started-with-system-versioned-temporal-tables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
description: "Getting Started with System-Versioned Temporal Tables"
33
title: "Getting Started with System-Versioned Temporal Tables | Microsoft Docs"
4-
ms.custom: ""
4+
ms.custom:
5+
- intro-get-started
56
ms.date: "03/28/2016"
67
ms.prod: sql
78
ms.prod_service: "database-engine, sql-database"

docs/relational-databases/tables/tutorial-using-the-hierarchyid-data-type.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
description: "Tutorial: Using the hierarchyid Data Type"
33
title: "Tutorial: Using the hierarchyid Data Type | Microsoft Docs"
4-
ms.custom: ""
4+
ms.custom:
5+
- intro-quickstart
56
ms.date: "03/14/2017"
67
ms.prod: sql
78
ms.prod_service: "database-engine"
89
ms.reviewer: ""
910
ms.technology: table-view-index
1011
ms.topic: quickstart
11-
helpviewer_keywords:
12+
helpviewer_keywords:
1213
- "tutorials [hierarchyid]"
1314
- "hierarchyid [Database Engine], tutorial"
1415
ms.assetid: 5a7f7cfd-7faf-439f-8085-8fd6bf7db355

docs/relational-databases/track-changes/about-change-data-capture-sql-server.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
description: "Learn about change data capture (CDC), which records insert, update, and delete activity that applies to a SQL Server table. Use with SQL Server, Azure SQL Managed Instance, and Azure SQL Database (preview)"
33
title: "What is change data capture (CDC)?"
4-
ms.custom: seo-dt-2019
4+
ms.custom:
5+
- seo-dt-2019
6+
- intro-overview
57
ms.date: "01/14/2019"
68
ms.prod: sql
79
ms.prod_service: "database-engine"
810
ms.reviewer: "vanto"
911
ms.technology:
1012
ms.topic: conceptual
11-
helpviewer_keywords:
13+
helpviewer_keywords:
1214
- "change data capture, about"
1315
- "change data capture"
1416
- "22832 (Database Engine error)"

docs/relational-databases/tutorial-getting-started-with-the-database-engine.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
description: "Tutorial: Getting Started with the Database Engine"
33
title: "Tutorial: Getting Started with the Database Engine"
4-
ms.custom: seo-dt-2019
4+
ms.custom:
5+
- seo-dt-2019
6+
- intro-quickstart
57
ms.date: "06/21/2017"
68
ms.prod: sql
79
ms.prod_service: "database-engine"
810
ms.reviewer: ""
911
ms.technology:
1012
ms.topic: quickstart
11-
helpviewer_keywords:
13+
helpviewer_keywords:
1214
- "tutorials [connecting]"
1315
- "tutorials [Database Engine]"
1416
- "unable to connect [SQL Server]"

0 commit comments

Comments
 (0)