摘要:
--1.查询某个表被哪些存储过程使用到 : select distinct object_name(id) from syscomments where id in (select object_id from sys.objects where type ='P') and text like'% 阅读全文
posted @ 2015-01-13 14:38 valeb 阅读(849) 评论(0) 推荐(0)
|
|||
|
摘要:
--1.查询某个表被哪些存储过程使用到 : select distinct object_name(id) from syscomments where id in (select object_id from sys.objects where type ='P') and text like'% 阅读全文
posted @ 2015-01-13 14:38 valeb 阅读(849) 评论(0) 推荐(0) |
|||