I have 2 servers, presumably identical but I suspect not.
One one server, a certain update statement takes about 15 minutes... on the other other server the same update never finishes. It can run for several hours without ever finishing.
I ran an execution plan on the query. 35% of the cost is spent updating a clustered index as a result of the update statement. So I dropped the index on the problematic server. However, the query still ran for 7 hours and never finished.
Is there a way for me to determine what differences exist between these two servers? And what differences might be contributing to the slowness of the query on one of them?
Thanks
One one server, a certain update statement takes about 15 minutes... on the other other server the same update never finishes. It can run for several hours without ever finishing.
I ran an execution plan on the query. 35% of the cost is spent updating a clustered index as a result of the update statement. So I dropped the index on the problematic server. However, the query still ran for 7 hours and never finished.
Is there a way for me to determine what differences exist between these two servers? And what differences might be contributing to the slowness of the query on one of them?
Thanks