I have SQL Command task in SQL Server which is updating only 20 rows per second, but I need to update more than 200,000 rows which is taking time. When I am using SCD (Type 2) it is neither inserting or updating any records. (Not even giving any error)
Some batch of rows are getting transfered and SQL command task is becoming yellow.. though it is updating the columns but very slow (20 rows per second).
How can I increase the speed of update?