sqlserver查询哪些存储过程使用了某个表

select b.name from syscomments a,sysobjects b where a.id=b.id and a.text LIKE '%f_tblog_kpi_content_new%'

编程技巧