Posts
Sort by recent activity
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...