I have inherited a app that uses multiple sqlserver databases through one connection. Is there a way to document which database each entity comes from?
example:
Customers come from Customer database
Items come from items database
users come from the user database
All using the same connection DB
You can use the outdoc component. It does more than what you ask for.