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)
 performance tuning for stored proc.

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-02-25 : 11:13:49
Sang writes "I'm using a temp table to capture all necessary id's and then using a cursor to update the rest of the information. Using the query analyzer, I found out that much of time is spent on table scan of this temp table. Is there a way to prevent table scan on the temp table by building temp index?

Thank you."
   

- Advertisement -