Activity overview
Latest activity by CMTietgen
Unfortunately, we're locked into a database per tenant. It came about mainly due to the fact that developed the application about 15 years ago and didn't really know any better, but also due to having a certain level of data isolation. It also made on-boarding new customers quicker at the time. Script deployment is a pain now, though, since it they have to be deployed on 200+ customers. I'll take a look at your video and see what you guys did, but if I can ask, were you using the database per tenant and did you switch up to something else? / comments
Unfortunately, we're locked into a database per tenant. It came about mainly due to the fact that developed the application about 15 years ago and didn't really know any better, but also due to hav...
Source Control and Database Per Tenant
We have a website that uses a database per tenant (almost 200 in total) and 99% of the database objects between all tenants are the same, but some tenants have custom stored procedures.What would b...