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

php - multilevel menu with multilevel array -

c# - TypeConverter in propertygrid only converts from string, not to -

jQuery UI: Datepicker month format -