create table1(.........)
insert into table1
exec yourSP --table1 的結構要與你 SP的返回記錄集合結構相匹配
--注意,SP 中如果有多記錄集合返回,請加上 SET NOCOUNT ON