If all I'm doing is inserting multiple rows of data into a single table in SQL Server 2008, which is faster?
A Table-Valued Parameter or a single insert statement with multiple values?
Where in this simple scenario would you prefer one over the other?