1。查询某个存储过程有哪些参数:

select b.name
from sysobjects a inner join syscolumns b on a.id=b.id
where a.name='存储过程名称'

 

posted on 2010-11-05 10:56  no-code  阅读(523)  评论(0编辑  收藏  举报