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)
 index

Author  Topic 

fmardani
Constraint Violating Yak Guru

433 Posts

Posted - 2004-11-08 : 08:11:28
Trying to optimize this query.
In the ex plan, there are 201 executes for the securities table.
The cost is 0%.
The securities table is only used in an inner join query with itself and another table.
There is a clustered index field and a non-clustered index. The non-clustered index is on the field which is joinning to anoter table.
Should the number of executes be much less tank 201 and the cost be near 100%?
Thanks

nr
SQLTeam MVY

12543 Posts

Posted - 2004-11-08 : 08:30:43
try posting the query for a start.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -