How to update multiple rows in single update query.
i want to Improve performance by using single update statement. already i hit multiple times for update data in table i want to avoid this. i want to use like BCP Command.
Note - Using VB.net 2.0 Code