Click here to Skip to main content
15,898,222 members
Articles / Database Development / SQL Server / SQL Server 2008

Beware of empty Table-valued Parameters

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
5 Mar 2010CPOL1 min read 30.2K   4  
The possibility to build stored procedures with table-valued parameters is a great new feature in SQL Server 2008, especially if utilized with the also newly implemented MERGE-command. Alas, there are some restrictions (TVPs have to be bound to a User-defined Table Type, have to be passed as...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Database Developer
Ireland Ireland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions