create table randomtable (CustomerItem varchar(100) )
insert randomtable exec(@sql)--proc nameselect * from randomtabledrop table randomtable