SQL Engine - BULK UPDATE command
You can achieve very high performance with the BULK INSERT interfaces in SQL Server 2005, from SSIS, ADO, TSQL or plain old bcp.
Many times you would like to be able to perform bulk updates with the same performance, however there is no command to support this.
If you would like such a feature in a future version of SQL Server then you need to vote on the suggestion at connect
http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=212571
If you want proof connect works look at http://sqlblogcasts.com/blogs/simons/archive/2006/09/24/object_name___to_be_extended_in_SP2.aspx
-