select * from syscomments
where text like '%内容%'
select * from sysobjectswhere id in (id_list)and xtype= 'P'