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

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -