Skip to content

Commit 1dcb3e6

Browse files
committed
Update meta descriptions
1 parent 16eaebf commit 1dcb3e6

10 files changed

Lines changed: 20 additions & 11 deletions

docs/connect/jdbc/performing-batch-operations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Performing batch operations | Microsoft Docs"
2+
title: "Performing batch operations"
3+
description: "Learn how to use batch operations to improve performance using the Microsoft JDBC Driver for SQL Server."
34
ms.custom: ""
45
ms.date: "08/12/2019"
56
ms.prod: sql

docs/connect/jdbc/understanding-the-jdbc-driver-data-types.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Understanding the JDBC driver data types | Microsoft Docs"
2+
title: "Understanding the JDBC driver data types"
3+
description: "Learn about JDBC data types and how the Microsoft JDBC Driver for SQL Server converts those types to database types."
34
ms.custom: ""
45
ms.date: "08/12/2019"
56
ms.prod: sql

docs/connect/jdbc/using-statements-with-stored-procedures.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Using statements with stored procedures | Microsoft Docs"
2+
title: "Using statements with stored procedures"
3+
description: "Learn how to execute stored procedures using the Microsoft JDBC Driver for SQL Server and how to use input and output parameters to pass data to and from them."
34
ms.custom: ""
45
ms.date: "08/12/2019"
56
ms.prod: sql

docs/connect/odbc/linux-mac/data-access-tracing-with-the-odbc-driver-on-linux.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Data Access Tracing with the ODBC Driver on Linux and macOS | Microsoft Docs"
2+
title: "Data Access Tracing with the ODBC Driver on Linux and macOS"
3+
description: "Learn how to enable tracing on Linux and macOS with the Microsoft ODBC Driver for SQL Server to output a log file when troubleshooting application behavior."
34
ms.custom: ""
45
ms.date: "01/19/2017"
56
ms.prod: sql

docs/connect/oledb/ole-db/oledb-driver-for-sql-server-programming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "OLE DB Driver for SQL Server Programming | Microsoft Docs"
3-
description: "OLE DB Driver for SQL Server Programming"
2+
title: "OLE DB Driver for SQL Server Programming"
3+
description: "Learn about programming applications using the OLE DB Driver for SQL Server, which implements the OLE DB API to enable applications to connect to the database."
44
ms.custom: ""
55
ms.date: "06/12/2018"
66
ms.prod: sql

docs/connect/php/cursor-types-sqlsrv-driver.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Cursor Types (SQLSRV Driver) | Microsoft Docs"
2+
title: "Cursor Types (SQLSRV Driver)"
3+
description: "Learn how to use cursor types to create a result set that you can access in any order using the Microsoft Drivers for PHP for SQL Server."
34
ms.custom: ""
45
ms.date: "02/11/2019"
56
ms.prod: sql

docs/connect/php/how-to-retrieve-output-parameters-using-the-sqlsrv-driver.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "How to: Retrieve Output Parameters Using the SQLSRV Driver | Microsoft Docs"
2+
title: "How to: Retrieve Output Parameters Using the SQLSRV Driver"
3+
description: "Learn how to use and retrieve output parameters in a stored procedure with the Microsoft SQLSRV Driver for PHP for SQL Server."
34
ms.custom: ""
45
ms.date: "04/11/2018"
56
ms.prod: sql

docs/connect/php/how-to-send-data-as-a-stream.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "How to: Send Data as a Stream | Microsoft Docs"
2+
title: "How to: Send Data as a Stream"
3+
description: "Learn how to use streams to send large objects to the database using the Microsoft SQLSRV and PDO_SQLSRV Drivers for PHP for SQL Server."
34
ms.custom: ""
45
ms.date: "02/28/2019"
56
ms.prod: sql

docs/connect/php/pdo-query.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "PDO::query | Microsoft Docs"
2+
title: "PDO::query"
3+
description: "API reference for the PDO::query function in the Microsoft PDO_SQLSRV Driver for PHP for SQL Server."
34
ms.custom: ""
45
ms.date: "08/01/2018"
56
ms.prod: sql

docs/connect/php/sqlsrv-client-info.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "sqlsrv_client_info | Microsoft Docs"
2+
title: "sqlsrv_client_info"
3+
description: "API reference for the sqlsrv_client_info function in the Microsoft SQLSRV Driver for PHP for SQL Server."
34
ms.custom: ""
45
ms.date: "01/19/2017"
56
ms.prod: sql

0 commit comments

Comments
 (0)