Table valued parameters along with MERGE are in my view the two killer features and the two that I believe will get most uptake when people start to use SQL 2008. Table valued parameters enable you to send a set of data as a single parameter to your code whether it be adhoc SQL, a stored procedure or...