把存儲過程的數據寫入table

create  table randomtable (CustomerItem  varchar(100) )

insert randomtable exec(@sql)--proc name
select * from randomtable
drop table randomtable

posted @ 2008-10-21 09:44  Nina  阅读(198)  评论(0编辑  收藏  举报