1.存储过程 exec sp_help '存储过程名' 2.Sql语句查询 select 参数名=a.name,类型=b.name from syscolumns a join systypes b on a.xtype=b.xusertype where object_id('存储过程名')=id