google code prettify

2014年6月12日 星期四

[SQL Server] 找哪個SP在其它的SP中,有沒有被引用。

找哪個SP在其它的SP中,有沒有被引用。


Select object_name(object_id), definition
From sys.sql_modules
Where definition like '%SearchKeyWord%'

沒有留言:

張貼留言