Hello,
I am debating on whether I should use one Db or many for a project I am assigned to. The application is store front application for a 7 online retailers, number of retailers will grow. Each should be able to manage their settings sparately.
Should I design a separate Db for each, which I suspect could be a maintainance nightmare, OR one DB with a Table for Account that holds the identity of each store front and link data accordingly.
From your expereinces I would like to hear feedback on pros and cons.
Thanks
Mike