Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Temp Table Indexs 1

Status
Not open for further replies.

DotNetBlocks

Programmer
Apr 29, 2004
161
US
Is it possible to add an index to a temp table?

Here is my query:

Code:
select id, name from #tmpNetworks where id = 28
and netplan=33


I would like to put an index on id and netplan.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top