We use TFS and are considering using the GDR VSTS Database Edition. I would like to know how to best structure our projects, and I wondered if anyone had any experience with this.
Let me explain our environment.
We have 3 environments, DEV, TST and PROD.
Each of them has several databases.
Currently, we have a solution file for each logical group (Cluster, Readonly1, Readonly2, Reporting) with a project for each database in each group. Then we have configurations for each environment.
In the new GDR world, we want to use the partial functions of the project, so we do not need to duplicate the changes in the scheme if the objects are the same for all projects, and we also want to create server projects (servers) (or several?) To allow permissions, logins, workstations and etc.
Does anyone know a good way to structure the solutions (s) projects in this scenario?
source
share