Viewing 5 posts - 1 through 6 (of 6 total)
Thanks. That answers my question.
So, if I understand correctly, the execution plan costs should be used as a good indication of which parts of a query are ripe for optimisation...
March 23, 2011 at 4:20 am
Thanks for the response.
How can the costs be estimates in the actual execution plan?
I thought the actual plan was the plan it used for the query?
March 22, 2011 at 10:04 am
I did some further testing last night and the delay in the alter table alter column statement only occurs when a non-clustered primary key exists on the table.
It completes in...
November 4, 2010 at 4:05 am
....but when it's just the clustered index with no non-clustered indexes it's mili-seconds rather than 10s of minutes? This would suggest it's just updating the meta data.
November 3, 2010 at 9:58 am
Hi,
Thanks for your response.
I now understand the reason for the time taken to drop a clustered index.
I am still confused regarding the answer to Q2. If there are no non-clustered...
November 3, 2010 at 7:14 am
Viewing 5 posts - 1 through 6 (of 6 total)