.NET/SQL Server 2008 - Using Table-Valued Parameters with .NET(syedarizvi.blogspot.com)
submitted by
ahmer75(120) 3 years, 7 months ago
With the release of SQL Server 2008, Microsoft introduced a new parameter type called 'Table-Valued Parameters', which provided the flexibility for the SQL developers to send multiple rows of data to a stored procedure/function or inline T-SQL code.
Table-Valued parameters can be used to transfer multiple rows of data without requiring the developer to construct custom string parsing routines, temporary table or multiple parameters which for a complex stored procedure can become difficult to maintain.
read more...
|category: ASP.NET
|Views: 76
tags:
ASP.NET SQL Database ADO.NET another
Everyones tags:
Your Tags: