Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.8 KB

File metadata and controls

29 lines (23 loc) · 1.8 KB
title Table-Valued Parameters, Native Client SQL
ms.custom
ms.date 03/14/2017
ms.prod sql
ms.reviewer
ms.technology native-client
ms.topic reference
helpviewer_keywords
SQL Server Native Client, table-valued parameters
table-valued parameters (SQL Server Native Client)
ms.assetid 5ee6bdcd-0309-4a20-b5c2-0e6b6839f34f
author markingmyname
ms.author maghan
monikerRange >=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

Table-Valued Parameters (SQL Server Native Client)

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md]

Table-valued parameters were introduced in [!INCLUDEssKatmai], 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 ODBC, see Table-Valued Parameters (ODBC).

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

See Also

SQL Server Native Client Features