Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.63 KB

File metadata and controls

30 lines (22 loc) · 1.63 KB
title Table-Valued Parameters (OLE DB Driver for SQL Server)
description OLE DB Driver for SQL Server supports table-valued parameters, which provide an efficient way to pass multiple rows of data to the server.
author David-Engel
ms.author davidengel
ms.date 06/12/2018
ms.service sql
ms.subservice connectivity
ms.topic reference
ms.custom
ignite-2025
helpviewer_keywords
OLE DB Driver for SQL Server, table-valued parameters
table-valued parameters (OLE DB Driver for SQL Server)

Table-Valued Parameters (OLE DB Driver for SQL Server)

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics PDW FabricSQLDB]

[!INCLUDEDriver_OLEDB_Download]

Table-valued parameters were introduced in [!INCLUDEsql2008-md], and provide an efficient way to pass multiple rows of data to the server. Table-valued parameters provide functionality similar to parameter arrays, but they offer more flexibility and closer integration with [!INCLUDEtsql], and can frequently improve performance. Table-valued parameters can also participate in set-based operations, whereas parameter arrays cannot.

For information about table-valued parameters and OLE DB, see Table-Valued Parameters (OLE DB).

See Also

OLE DB Driver for SQL Server Features