Ggg
Дата: 09.10.2003 16:41:08
При удалении Хранимой процедуры из EM, EM показывает, какие процедуры зависят от данной ХП (вызывают ее). Каким образом можно програмно (скриптом/ХП) можно получит подобный результат?
Спасибо.
Berg
Дата: 09.10.2003 16:44:24
Это?
sp_depends
Displays information about database object dependencies (for example, the views and procedures that depend on a table or view, and the tables and views that are depended on by the view or procedure). References to objects outside the current database are not reported.