Hi all

I have a multi-tenant model in a single database. Using
SERVER2012R2 and remote licenses.
I need to make a multi-tenant model but with separate databases on the same system.
I need guidance.
1. Is it more practical to create a table like the directory of the tenants and from there connect to the corresponding database?
2. Create a database only for tenants and from there connect to other databases? how to pass the parameters?
3. Another way?

Thanks for the help.

Edgar