--用戶存儲過程列表 select * from sysobjects where type='P' AND category=0 --某個存儲過程參數信息 select * from syscolumns where id =(select id from sysobjects where name='NET_PW_ModifyLogonPass') and isoutparam=0