
Signature
===============
Jonathan Crawford
01273 440018
07799 068570
fax 01273 380221
jc@jcrawford.co.uk
===============
Yes you use server side temp tables look in the SQL books online for help,
also you can create the #temp tables so that individual users cannot see
other peoples #temp tables.
but to get the best from a temp table on the server you should populate them
from stored procedures on the server as everything is them running locally,
the speed improvement is substantial.

Signature
Regards
Alex White MCDBA MCSE
http://www.intralan.co.uk
> Hi
>
[quoted text clipped - 7 lines]
>
> jonathan