We are building an ASP.Net MVC 2 multi-tenant application on SQL Server using the \"single database, separate schema\" model discussed, among other places, here and here, where each tenant has one or
We are building a multiuser app that ha开发者_C百科s one database per customer. All customer database structures are identical. Right now we are generating a new mysql user (per client) that only has
I have a webforms application built on top of the standard microsoft stack - asp.net, sqlserver2008, ssis, ssrs.In certain cases I would like to run this entire stack in a multi-tenant type mode such
I am developing a custom CRM solution which will be sold via the Web/SaaS model.I anticipate tens or hundreds of clients using this solution.I will be using MS SQL as the db engine.
We\'re developing a nowadays-fashionable multi-tenanted SaaS app (shared database, shared schema), and there\'s one thing I don\'t like about it:
I need help choosing a CMS product to suit an e-commerce application with some complex unique features. I\'m consideri开发者_Python百科ng using an existing CMS because I don\'t have the budget to buil
I am developing a multi-tenant app. I chose the \"Shared Database/Separate Schemas\" approach. My idea is to h开发者_开发问答ave a default schema (dbo) and when deploying this schema, to do an update
I\'m building a multi-tenant app with ASP.NET MVC and have a problem with validating users. Situation I have:
I\'m building m开发者_如何学Pythonulti tenant application with shared table structure using Microsoft SQL Server.
We have a need to monitor performance of our java web app. We are looking for some tolls which can help us with this task. The major difficulty is that we are SaaS provider with multi-tenant server ar