Sql server takes too long time for update query to execute for few rows -


UPDATE table1 SET col1 = 'True'
This query takes more than 30 secs for approximately 6000 records. Why is it very slow?

Do you have a trigger?

See more here also my answer is here:


Comments

Popular posts from this blog

Indexing in SQL -

multithreading - Do lock objects in Java need to be static? -

objective c - iPhone and it's wireless area -