将a表另外复制一个b表(只复制结构,不含数据)select * into b from a where 1=0
将a表另外复制一个b表(包括制结构和数据)select * into b from a
查看存储过程的内容:
sp_helptext 存储过程名字