select [name]
,[xtype]
from sysobjects o
,syscomments s
where o.id = s.id
and text LIKE '关键字'
order by name asc
参与评论
您还未登录,请先
登录
后发表或查看评论
select [name]
,[xtype]
from sysobjects o
,syscomments s
where o.id = s.id
and text LIKE '关键字'
order by name asc