I have multiple databases running on a single SQL Server 2005 machine. I need to have a master database with master tables that all other databases/applications use. How do I setup my BO connections so that within the project/application which is using tables from one database I can access the master tables residing in the master database?
Thanks,
jjp