Database Dependency Chart?
0
votes
1
answer
140
views
I have several SQL Server (2008 forward) and Oracle (12c forward) legacy databases running on a server... I know for a fact that various stored procedures point to other databases, like
select * from OtherDB.mySchema.Products
, which makes a database dependent on OtherDB
...
Is there a easy way to map this "interdependencies", ideally generating a chart?
Asked by Leonardo
(237 rep)
Mar 14, 2023, 01:41 PM
Last activity: Mar 14, 2023, 10:11 PM
Last activity: Mar 14, 2023, 10:11 PM