Viewing post 16 (of 17 total)
will this work?
create table #tmp (
myfieldname VARCHAR(100)
)
insert #tmp
exec('usp_build_list')
June 11, 2003 at 1:52 pm
#460874