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)
 Indexes on temp tables

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-07-12 : 13:09:04
Jose writes "If I have one stored procedure that create one temporary table for process a couple of sentences below, and I create one index over this #table in some columns... This help to increment the performance of the stored procedure?

How can do something like this?"
   

- Advertisement -