Skip to content

Commit 0f24926

Browse files
authored
Merge pull request #14622 from David-Engel/descriptions
Adding meta descriptions
2 parents ae2d3fa + 5b6752f commit 0f24926

10 files changed

Lines changed: 19 additions & 9 deletions

docs/connect/jdbc/configuring-the-client-for-ssl-encryption.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Configuring the client for encryption | Microsoft Docs"
2+
title: "Configuring the client for encryption"
3+
description: "Learn about client side encryption and certificate trust to ensure the security of clients using the Microsoft JDBC Driver for SQL Server."
34
ms.custom: ""
45
ms.date: "09/12/2019"
56
ms.prod: sql

docs/connect/jdbc/data-source-sample.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Data source sample | Microsoft Docs"
2+
title: "Data source sample"
3+
description: "This sample demonstrates how to connect to SQL Server and retrieve data by using a stored procedure."
34
ms.custom: ""
45
ms.date: "08/12/2019"
56
ms.prod: sql

docs/connect/jdbc/frequently-asked-questions-faq-for-jdbc-driver.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Frequently asked questions (FAQ) for JDBC driver"
3+
description: "This page provides answers to frequently asked questions about the Microsoft JDBC Driver for SQL Server."
34
ms.custom: ""
45
ms.date: "03/24/2020"
56
ms.prod: sql

docs/connect/jdbc/improving-performance-and-reliability-with-the-jdbc-driver.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Improving performance and reliability with the JDBC driver | Microsoft Docs"
2+
title: "Improving performance and reliability with the JDBC driver"
3+
description: "Learn about various techniques for improving application performance and reliability when using the Microsoft JDBC driver for SQL Server."
34
ms.custom: ""
45
ms.date: "08/12/2019"
56
ms.prod: sql

docs/connect/jdbc/securing-jdbc-driver-applications.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Securing JDBC driver applications | Microsoft Docs"
2+
title: "Securing JDBC driver applications"
3+
description: "The topics in this section describe some common security concerns including connection strings, validating user input, and general application security."
34
ms.custom: ""
45
ms.date: "08/12/2019"
56
ms.prod: sql

docs/connect/jdbc/understanding-data-type-differences.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Understanding data type differences | Microsoft Docs"
2+
title: "Understanding data type differences"
3+
description: "Learn the differences between Java programming language data types and SQL Server data types and how the JDBC Driver for SQL Server helps with conversions."
34
ms.custom: ""
45
ms.date: "08/12/2019"
56
ms.prod: sql

docs/connect/oledb/release-notes-for-oledb-driver-for-sql-server.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Release notes (OLE DB Driver for SQL Server)"
2+
title: "Release notes for OLE DB Driver"
3+
description: "This release notes article describes the changes in each release of the Microsoft OLE DB Driver for SQL Server."
34
ms.date: "02/27/2020"
45
ms.prod: sql
56
ms.technology: connectivity

docs/connect/php/configuring-iis-for-php-sql-driver.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Configuring IIS for the Microsoft Drivers for PHP for SQL Server | Microsoft Docs"
2+
title: "Configuring IIS for the Drivers for PHP"
3+
description: "Learn how to configure IIS to host PHP applications that use the Drivers for PHP for SQL Server. The resources listed here are specific to using FastCGI with IIS."
34
ms.custom: ""
45
ms.date: "03/26/2018"
56
ms.prod: sql

docs/connect/php/example-application-sqlsrv-driver.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Example Application (SQLSRV Driver) | Microsoft Docs"
2+
title: "Example Application (SQLSRV Driver)"
3+
description: "The AdventureWorks Product Reviews example is a Web application that uses the SQLSRV driver to demonstrate how to interact with a SQL Server database from PHP."
34
ms.custom: ""
45
ms.date: "03/26/2018"
56
ms.prod: sql

docs/connect/php/how-to-connect-using-sql-server-authentication.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "How to: Connect Using SQL Server Authentication | Microsoft Docs"
2+
title: "How to: Connect Using SQL Server Authentication"
3+
description: "Learn important considerations when using SQL Server Authentication to connect to your database."
34
ms.custom: ""
45
ms.date: "03/26/2018"
56
ms.prod: sql

0 commit comments

Comments
 (0)