Table-valued types and parameters
are among the many exciting new features of the recently released SQL Server
2008. These table-valued types allow you to pass table data to stored
procedures and functions.
But why is this useful? In previous
Read More