I am working on an old piece of Software using a SQL Server database (let's call it DB A) with loads of interconnections to other DB. One of this other other DB (DB B) will be removed soon and I have two functions in my DB A who access this DB.
So I would like to know how and where I can get the info whether these functions are still in use. And if yes, who/what uses it ?
Thx in advance for the help.