Base solution for your next web application
Open Closed

Single Instance - Single DB & Multiple DB together #1936


User avatar
0
sayas created

Hi,

I need to develop an application which is having a single instance - single database & multiple database at same time. ie, I'm planning to use a single database for all my small clients and will be having multiple databases for the premium clients. But there will be only single instance of the software.

Is that possible? What's your opinion??


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Yes, that is possible. You can store more than one tenant's data in the host database and any tenant's data in a seperate database using database per tenant architecture.

    You need to set "ConnectionString" for tenants you want to store on seperate database when creating tenants.