Posts
Sort by recent activity
How to handle SQL deployments to mutliple DBs // Schema Compare
Hi, I'm currently working on an application which has 1 DB per client.. Lets say I've got 100 DBs1. Every time we do a deployment I need to roll the same SQL out to all 100DBs. Whats the best way o...