Skip to content

Commit 853c313

Browse files
Edit descriptions for SEO.
1 parent a54f80a commit 853c313

20 files changed

Lines changed: 20 additions & 20 deletions

docs/connect/oledb/features/using-user-defined-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Using User-Defined Types | Microsoft Docs"
3-
description: "Using User-Defined Types with OLE DB Driver for SQL Server"
3+
description: The OLE DB Driver for SQL Server supports user-defined types as binary types with metadata information, which allows you to manage them as objects.
44
ms.custom: ""
55
ms.date: "06/12/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-commands/command-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Command Parameters (OLE DB driver) | Microsoft Docs"
3-
description: "Command parameters"
3+
description: Learn about command parameters, including which types the OLE DB Driver for SQL Server supports for SQL statement and procedure-call commands.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-commands/preparing-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Preparing commands (OLE DB driver)
3-
description: "Preparing commands using OLE DB Driver for SQL Server"
3+
description: For a single command that is run multiple times, the OLE DB Driver for SQL Server supports command preparation to improve performance.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-data-source-objects/sessions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Sessions (OLE DB driver)
3-
description: "Sessions in OLE DB Driver for SQL Server"
3+
description: Learn how to use the OLE DB Driver for SQL Server to connect to a SQL Server database. A session represents a single connection to an instance of SQL Server.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-date-time/conversions-performed-from-client-to-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Conversions Performed from Client to Server | Microsoft Docs"
3-
description: "Conversions performed from client to server"
3+
description: Learn about date/time conversions performed between a client application written with OLE DB Driver for SQL Server and SQL Server.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-date-time/date-and-time-improvements-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Date and Time Improvements (OLE DB) | Microsoft Docs"
3-
description: "Date and time improvements (OLE DB)"
3+
description: These articles describe how OLE DB Driver for SQL Server supports new date and time data types. See an overview and samples.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-driver/executing-a-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Executing a command (OLE DB driver) | Microsoft Docs"
3-
description: "Executing a command"
3+
description: Learn how a consumer in OLE DB Driver for SQL Server executes a command by first creating a session, getting a rowset, and using Execute.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-errors/sql-server-error-detail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: SQL Server error detail (OLE DB driver)
3-
description: "SQL Server error detail"
3+
description: Learn about the provider-specific error interface ISQLServerErrorInfo in OLE DB Driver for SQL Server, which returns details about a SQL Server error.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-how-to/fetch-columns-using-irow-getcolumns-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Fetch columns using IRow::GetColumns (OLE DB driver) | Microsoft Docs"
3-
description: "Fetch columns using IRow::GetColumns (OLE DB)"
3+
description: Learn to fetch columns using the IRow::GetColumns method in OLE DB Driver for SQL Server. This example gets one column at a time from a row.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-how-to/filestream/read-a-filestream-column-to-file-using-ibcpsession-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Read a FILESTREAM Column to File Using IBCPSession (OLE DB) | Microsoft Docs"
3-
description: "Read a FILESTREAM column to file using IBCPSession (OLE DB)"
3+
description: Learn how to read a FILESTREAM column to a file using the IBCPSession interface in OLE DB Driver for SQL Server and write a format file with this example.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

0 commit comments

Comments
 (0)