摘要: select a.text,b.name,b.xtype from dbo.syscomments a,dbo.sysobjects b where a.id=b.id and PATINDEX('%tb_blackname%', a.text)0 order by xtype 阅读全文
posted @ 2008-03-04 11:56 Aricc 阅读(303) 评论(0) 推荐(0) 编辑