One Database vs. Multiple Databases
Posted
by Ricardo
on Server Fault
See other posts from Server Fault
or by Ricardo
Published on 2010-01-29T23:07:23Z
Indexed on
2010/03/22
12:51 UTC
Read the original article
Hit count: 449
I need to design a system which represents multiple "projects", one per client in SQL Server , something similar to StackExchange... same data model, different sites (one per customer). Each project has the same data model, but is independent of all others. My inclination is to use one database to store all projects. What is your recommendation?
© Server Fault or respective owner