Skip to content

Commit c52ac71

Browse files
authored
Merge pull request #16525 from TimShererWithAquent/us1612974g
Edit descriptions for SEO. (6 of 9)
2 parents 15625cd + c9ba363 commit c52ac71

20 files changed

Lines changed: 20 additions & 20 deletions

docs/connect/oledb/features/filestream-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "FILESTREAM Support | Microsoft Docs"
3-
description: "FILESTREAM support in OLE DB Driver for SQL Server"
3+
description: SQL Server supports the enhanced FILESTREAM feature, which lets you store and access large binary values, either through SQL Server or the file system.
44
ms.custom: ""
55
ms.date: "09/13/2019"
66
ms.prod: sql

docs/connect/oledb/features/performing-asynchronous-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Performing Asynchronous Operations | Microsoft Docs"
3-
description: "Performing asynchronous operations with OLE DB Driver for SQL Server"
3+
description: OLE DB Driver for SQL Server supports asynchronous database operations, which enables methods to return without blocking on the calling thread.
44
ms.custom: ""
55
ms.date: "06/12/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-date-time/comparability-for-irowsetfind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Comparability for IRowsetFind | Microsoft Docs"
3-
description: "Comparability for IRowsetFind"
3+
description: Learn about the comparisons that IRowsetFind supports for date/time types in OLE DB Driver for SQL Server. DB_E_BADCOMPAREOP is returned for other comparisons.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-date-time/data-type-support-for-ole-db-date-and-time-improvements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Data type support for date and time improvements (OLE DB driver) | Microsoft Docs"
3-
description: "Data type support for OLE DB date and time improvements"
3+
description: Learn about OLE DB types that support SQL Server date/time data types in OLE DB Driver for SQL Server.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-how-to/filestream/send-data-to-a-filestream-column-using-irowsetfastupload-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Send Data to a FILESTREAM Column Using IRowsetFastUpload (OLE DB) | Microsoft Docs"
3-
description: "Send data to a FILESTREAM column using IRowsetFastUpload (OLE DB)"
3+
description: Learn how to use the IRowsetFastUpload interface to send between 4MB and 4GB of data to a FILESTREAM column in OLE DB Driver for SQL Server with this example.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-how-to/results/execute-a-user-defined-function-and-process-return-code-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Execute a User-Defined Function and Process Return Code (OLE DB) | Microsoft Docs"
3-
description: "Execute a User-Defined function and process return code using OLE DB Driver for SQL Server"
3+
description: See how to run user-defined function and print a return code using OLE DB Driver for SQL Server. This example uses the AdventureWorks sample database.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-how-to/send-blob-data-to-sql-server-using-irowsetfastload-and-isequentialstream-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Send BLOB Data to SQL Server Using IROWSETFASTLOAD and ISEQUENTIALSTREAM | Microsoft Docs"
3-
description: "Send BLOB data to SQL Server using IROWSETFASTLOAD and ISEQUENTIALSTREAM"
3+
description: Learn how to use IRowsetFastLoad to stream varying length BLOB data per row to SQL Server. This example also demonstrates ISequentialStream.
44
ms.custom: ""
55
ms.date: "05/25/2020"
66
ms.prod: sql

docs/connect/oledb/ole-db-how-to/use-large-clr-udts-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use large CLR UDTs (OLE DB driver)
3-
description: "Use large CLR UDTs (OLE DB)"
3+
description: Learn how to fetch rows with large user-defined types from a result set in OLE DB Driver for SQL Server with this example.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-interfaces/ibcpsession-bcpdone-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "IBCPSession::BCPDone (OLE DB driver) | Microsoft Docs"
3-
description: "IBCPSession::BCPDone (OLE DB)"
3+
description: Learn how the IBCPSession::BCPDone method commits the remaining rows to be sent to SQL Server in OLE DB Driver for SQL Server.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

docs/connect/oledb/ole-db-interfaces/ibcpsession2-bcpsetbulkmode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "IBCPSession2::BCPSetBulkMode (OLE DB driver) | Microsoft Docs"
3-
description: "Using IBCPSession2::BCPSetBulkMode to create bulk copy out of either a query or a table"
3+
description: Learn how to use the IBCPSession2::BCPSetBulkMode method to create bulk copy out of either a query or a table in OLE DB Driver for SQL Server.
44
ms.custom: ""
55
ms.date: "06/14/2018"
66
ms.prod: sql

0 commit comments

Comments
 (0)