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

Commit 969cc81

Browse files
authored
Merge pull request #13255 from stevestein/sql-seo-12-11.1
SQL SEO OKR - update long titles
2 parents 7067bbb + 0f16dbb commit 969cc81

29 files changed

Lines changed: 101 additions & 56 deletions

File tree

docs/relational-databases/clr-integration-data-access-in-process-ado-net/sql-server-in-process-specific-extensions-to-ado-net.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "SQL Server In-Process Specific Extensions to ADO.NET | Microsoft Docs"
3-
ms.custom: ""
2+
title: "SQL Server In-Process Extensions to ADO.NET"
3+
description: Links to articles about the four main functional extensions to ADO.NET that are specifically for in-process use.
4+
ms.custom: "seo-lt-2019"
45
ms.date: "03/06/2017"
56
ms.prod: sql
67
ms.prod_service: "database-engine"

docs/relational-databases/clr-integration-security-host-protection-attributes/disallowed-types-and-members-in-microsoft-visualbasic-dll.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Disallowed Types and Members in Microsoft.VisualBasic.dll | Microsoft Docs"
3-
ms.custom: ""
2+
title: "Types and Members in Microsoft.VisualBasic.dll"
3+
description: Lists the members and types of the Microsoft.VisualBasic.dll assembly whose Host Protection Attribute (HPA) values are disallowed.
4+
ms.custom: "seo-lt-2019"
45
ms.date: "03/14/2017"
56
ms.prod: sql
67
ms.reviewer: ""

docs/relational-databases/clr-integration-security-host-protection-attributes/host-protection-attributes-and-clr-integration-programming.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Host Protection Attributes and CLR Integration Programming | Microsoft Docs"
3-
ms.custom: ""
2+
title: "Common Language Runtime (CLR) Host Protection Attributes"
3+
description: The common language runtime (CLR) provides a mechanism to annotate managed application programming interfaces (APIs) that are part of the .NET Framework with certain attributes.
4+
ms.custom: "seo-lt-2019"
45
ms.date: "03/17/2017"
56
ms.prod: sql
67
ms.reviewer: ""

docs/relational-databases/clr-integration/common-language-runtime-clr-integration-programming-concepts.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Common Language Runtime (CLR) Integration Programming Concepts | Microsoft Docs"
3-
ms.custom: ""
2+
title: "Common Language Runtime (CLR) Programming"
3+
description: Links to Common Language Runtime (CLR) programming articles
4+
ms.custom: "seo-lt-2019"
45
ms.date: "03/16/2017"
56
ms.prod: sql
67
ms.reviewer: ""

docs/relational-databases/clr-integration/common-language-runtime-integration-overview.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Common Language Runtime (CLR) Integration Overview | Microsoft Docs"
3-
ms.custom: ""
2+
title: "Common Language Runtime (CLR) Overview"
3+
description: SQL Server and Azure SQL Database Managed Instance enable you to implement some of the functionalities using .Net languages using the native common language runtime (CLR) integration as SQL Server server-side modules (procedures, functions and triggers).
4+
ms.custom: "seo-lt-2019"
45
ms.date: "06/20/2017"
56
ms.prod: sql
67
ms.reviewer: ""
@@ -21,7 +22,7 @@ ms.author: "jroth"
2122
# Common Language Runtime Integration
2223
[!INCLUDE[appliesto-ss-asdbmi-xxxx-xxx-md](../../includes/appliesto-ss-asdbmi-xxxx-xxx-md.md)]
2324

24-
[!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and [Azure SQL Database Managed Instance](https://docs.microsoft.com/azure/sql-database/sql-database-managed-instance-index) enable you to implement some of the functionalities using .Net languages using the native common language runtime (CLR) integration as SQL Server Server-side modules (procedures, functions and triggers). The CLR supplies managed code with services such as cross-language integration, code access security, object lifetime management, and debugging and profiling support. For [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] users and application developers, CLR integration means that you can now write stored procedures, triggers, user-defined types, user-defined functions (scalar and table-valued), and user-defined aggregate functions using any .NET Framework language, including [!INCLUDE[msCoName](../../includes/msconame-md.md)] Visual Basic .NET and [!INCLUDE[msCoName](../../includes/msconame-md.md)] Visual C#. [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] includes the .NET Framework version 4 pre-installed.
25+
[!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and [Azure SQL Database Managed Instance](https://docs.microsoft.com/azure/sql-database/sql-database-managed-instance-index) enable you to implement some of the functionalities using .Net languages using the native common language runtime (CLR) integration as SQL Server server-side modules (procedures, functions and triggers). The CLR supplies managed code with services such as cross-language integration, code access security, object lifetime management, and debugging and profiling support. For [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] users and application developers, CLR integration means that you can now write stored procedures, triggers, user-defined types, user-defined functions (scalar and table-valued), and user-defined aggregate functions using any .NET Framework language, including [!INCLUDE[msCoName](../../includes/msconame-md.md)] Visual Basic .NET and [!INCLUDE[msCoName](../../includes/msconame-md.md)] Visual C#. [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] includes the .NET Framework version 4 pre-installed.
2526

2627
> [!WARNING]
2728
> CLR uses Code Access Security (CAS) in the .NET Framework, which is no longer supported as a security boundary. A CLR assembly created with `PERMISSION_SET = SAFE` may be able to access external system resources, call unmanaged code, and acquire sysadmin privileges. Beginning with [!INCLUDE[sssqlv14](../../includes/sssqlv14-md.md)], an `sp_configure` option called `clr strict security` is introduced to enhance the security of CLR assemblies. `clr strict security` is enabled by default, and treats `SAFE` and `EXTERNAL_ACCESS` assemblies as if they were marked `UNSAFE`. The `clr strict security` option can be disabled for backward compatibility, but this is not recommended. Microsoft recommends that all assemblies be signed by a certificate or asymmetric key with a corresponding login that has been granted `UNSAFE ASSEMBLY` permission in the master database. For more information, see [CLR strict security](../../database-engine/configure-windows/clr-strict-security.md). [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] administrators can also add assemblies to a list of assemblies, which the Database Engine should trust. For more information, see [sys.sp_add_trusted_assembly](../../relational-databases/system-stored-procedures/sys-sp-add-trusted-assembly-transact-sql.md).

docs/relational-databases/clr-integration/database-objects/building-database-objects-with-common-language-runtime-clr-integration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Building Database Objects with Common Language Runtime (CLR) Integration | Microsoft Docs"
3-
ms.custom: ""
2+
title: "Common Language Runtime (CLR) build database objects"
3+
description: Build database objects using the SQL Server integration with the .NET Framework common language runtime (CLR).
4+
ms.custom: "seo-lt-2019"
45
ms.date: "03/17/2017"
56
ms.prod: sql
67
ms.reviewer: ""

docs/relational-databases/clr-integration/monitoring-and-troubleshooting-managed-database-objects.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Monitoring and Troubleshooting Managed Database Objects | Microsoft Docs"
3-
ms.custom: ""
2+
title: "Monitor and Troubleshoot Managed Database Objects"
3+
description: Information about the tools that can be used to monitor and troubleshoot managed database objects and assemblies (CLR).
4+
ms.custom: "seo-lt-2019"
45
ms.date: "03/17/2017"
56
ms.prod: sql
67
ms.reviewer: ""

docs/t-sql/functions/date-and-time-data-types-and-functions-transact-sql.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2-
title: "Date and Time Data Types and Functions (Transact-SQL) | Microsoft Docs"
3-
ms.custom: ""
2+
title: "Date and Time Data Types and Functions"
3+
description: Links to Date and Time data types and functions articles.
4+
titleSuffix: SQL Server (Transact-SQL)
5+
ms.custom: "seo-lt-2019"
46
ms.date: "09/01/2017"
57
ms.prod: sql
68
ms.prod_service: "sql-database"

docs/t-sql/language-elements/bitwise-exclusive-or-equals-transact-sql.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2-
title: "^= (Bitwise Exclusive OR Assignment) (Transact-SQL) | Microsoft Docs"
3-
ms.custom: ""
2+
title: "^= Bitwise Exclusive OR Assignment"
3+
description: Bitwise exclusive OR operation between two integer values, and sets a value to the result of the operation.
4+
titleSuffix: SQL Server (Transact-SQL)
5+
ms.custom: "seo-lt-2019"
46
ms.date: "01/10/2017"
57
ms.prod: sql
68
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"

docs/t-sql/language-elements/bitwise-or-equals-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "|= (Bitwise OR)"
3-
titleSuffix: Transact-SQL
3+
titleSuffix: SQL Server (Transact-SQL)
44
ms.custom: "seo-lt-2019"
55
ms.date: "01/10/2017"
66
ms.prod: sql

0 commit comments

Comments
 (0)