Skip to content

Commit 4011b62

Browse files
authored
Merge pull request #18725 from julieMSFT/20210304_fixbuildsuggestion
20210304 fixbuildsuggestion
2 parents 4926be8 + 9719c6c commit 4011b62

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

docs/relational-databases/system-catalog-views/sys-pdw-permanent-table-mappings-transact-sql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "sys.pdw_permanent_table_mappings (Transact-SQL)"
3+
description: Ties permanent user tables to internal object names by **object_id**.
34
ms.custom: ""
45
ms.date: "07/24/2020"
56
ms.prod: sql
@@ -15,7 +16,7 @@ monikerRange: "= azure-sqldw-latest"
1516
# sys.pdw_permanent_table_mappings (Transact-SQL)
1617
[!INCLUDE [applies-to-version/asa](../../includes/applies-to-version/asa.md)]
1718

18-
Ties permanent user tables to internal object names by **object_id**.
19+
Ties permanent user tables to internal object names by **object_id**.
1920

2021
> [!NOTE]
2122
> **sys.pdw_permanent_table_mappings** holds mappings to permanent tables and does not include temporary or external table mappings.

docs/relational-databases/system-stored-procedures/sp-pdw-database-encryption-regenerate-system-keys-sql-data-warehouse.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "sp_pdw_database_encryption_regenerate_system_keys (Azure Synapse Analytics) | Microsoft Docs"
2+
title: sp_pdw_database_encryption_regenerate_system_keys (Azure Synapse Analytics)
3+
description: Use **sp_pdw_database_encryption_regenerate_system_keys** to rotate the certificate and database encryption key for internal databases that are encrypted when TDE is enabled on the appliance.
34
ms.custom: ""
45
ms.date: "03/03/2017"
56
# ms.service: sql-data-warehouse
@@ -18,7 +19,7 @@ monikerRange: ">= aps-pdw-2016 || = azure-sqldw-latest"
1819

1920
[!INCLUDE[applies-to-version/asa-pdw](../../includes/applies-to-version/asa-pdw.md)]
2021

21-
Use **sp_pdw_database_encryption_regenerate_system_keys** to rotate the certificate and database encryption key for internal databases that are encrypted when TDE is enabled on the appliance. This includes `tempdb`. This will succeed only if TDE is enabled.
22+
Use **sp_pdw_database_encryption_regenerate_system_keys** to rotate the certificate and database encryption key for internal databases that are encrypted when TDE is enabled on the appliance. This includes `tempdb`. This will succeed only if TDE is enabled.
2223

2324
## Syntax
2425

docs/relational-databases/system-stored-procedures/sp-rxpredict-transact-sql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "sp_rxPredict | Microsoft Docs"
2+
title: "sp_rxPredict"
3+
description: sp_rxPredict generates a predicted value for a given input consisting of a machine learning model stored in a binary format in a SQL Server database.
34
ms.date: "03/31/2020"
45
ms.prod: sql
56
ms.prod_service: "database-engine"

docs/sql-server/applies-to-includes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "SQL Server documentation include files | Microsoft Docs"
2+
title: "SQL Server documentation include files"
3+
description: Explanation of SQL Server includes files for versioning and applies-to.
34
ms.custom: ""
45
ms.date: 01/19/2019
56
ms.prod: sql

0 commit comments

Comments
 (0)