Is anyone running multiple companies in the same database? We are looking at sharing data and it seems to have common tables updateable they need to be in the same database, but then you end up with a huge number of tables, and problems backing up and restoring a single company.
We are using the SQL Server option.
The primary goal is to have a common set of contacts between all companies.
0
Comments
* Company1$Contact
* Company2$Contact
there is an attribute on the table DataPerCompany, set this to No
this will create the table without the company prefix
* Contact
and will be available to all companies.
Yes this does put less strain on your back up process you just will not have company specific data - so use carefully.[/list]
Are there some areas like contacts that are safe to handle this way?
Are there any companies out there that have several Navision companies in one database, and if yes - are they happy with performance and manageability, etc.?
http://mibuso.com/blogs/davidmachanick/
Instead, they suggested synchronising the company's tables to make sure they have the same values.
http://www.mbsonline.org/forum/topic.asp?TOPIC_ID=9491
Alastair