Passing a number of rows into a stored proc is always a problem. This article talks about the new Table Valued Parameters that is a new feature of SQL Server 2008.
Interesting what you could do with this. Can help create more performant applications...


Comments