I hope I am posting this in the right area. I have multiple databases on the same server that are exactly the same, but they are for different 'companies'. I need to share several tables for some companies. These tables must be able to be changed from each database too.
I though of creating a new database with these tables, but that would mean changing the code in my program.
I was also thinking of creating a new database with these tables, but creating views in the databases that would share thee tables to trick it to be a table (would that work?)
What is the best route to go to achieve this.
Thanks in advance
Rob
Rob
I though of creating a new database with these tables, but that would mean changing the code in my program.
I was also thinking of creating a new database with these tables, but creating views in the databases that would share thee tables to trick it to be a table (would that work?)
What is the best route to go to achieve this.
Thanks in advance
Rob
Rob