Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Estimated Execution Plan

Author  Topic 

mikebird
Aged Yak Warrior

529 Posts

Posted - 2008-09-15 : 04:08:54
When I run the plan on a query (using SSMS 2005 Express) will ALL the cost percentages shown add up to a total of 100% (I assume it does) or if the costs are minimal will they just show as 0% or 1%, 5% here and there and not necessarily come to a total?

Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-09-15 : 04:15:58
it should approximately sum to 100
also each substeps cost should also sum to 100
Go to Top of Page
   

- Advertisement -