DotNetBlocks
Programmer
Is it possible to add an index to a temp table?
Here is my query:
I would like to put an index on id and netplan.
Thanks
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