sqlserver查询哪些存储过程使用了某个表 2015/06/09 15583 select b.name from syscomments a,sysobjects b where a.id=b.id and a.text LIKE '%f_tblog_kpi_content_new%'