找出使用了某个表的视图或存储过程

EXEC sp_depends @objname = N'dbo.Enterprise' ;

 

posted on 2013-02-28 09:55  上校  阅读(192)  评论(0编辑  收藏  举报