0
kicks
Passing Table Value parameters to Stored Procedures from C#
Article explaining how to pass tabular data directly to SQL Server 2008 from C# without using XML using the new Temporary Table Variable Parameters in SQL Server 2008 (and R2). A much faster and more robust solution