8Jan/09
Table Valued Parameter – SQL 2008
New article posted on Table Valued parameter in main website. You can check the article from the link given below.
A new T-SQL feature is available in SQL Server 2008 which allows us to pass a set of rows as a parameter to stored procedures or functions. Table-Valued Parameter (TVP) allows us to send multiple rows of data to a stored procedure or a function without the need to pass so many parameters or creating temp tables.