存储过程相关

--用户存储过程列表
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
相关文章
相关标签/搜索