Hi,

I have a sproc with 5 params that takes about 40 seconds to return.

But when I Create a Temp table and do a

Insert Into #temp
Exec sproc param1, param2, param3, param4, param5

it never returns...

any ideas?

Thanks,
Bill...