Dedicated database model and data
DwayneC
Posts: 2 New member
When working with the dedicated database model, you are working with a local database but what about the data. Does the local database contain schema information and a small subset of data?
Tagged:
Best Answer
-
David Atkinson Posts: 1,458 Rose Gold 2If the rest of the team want to have the same data the simplest option is to restore backups of the first database for each developer. This way everyone will have the same starting point.David Atkinson
Product Manager
Redgate Software
Answers
Product Manager
Redgate Software
Then others who want to work with the same database will have to create a empty database, link to the repo in Git, and then do a get latest. Now, the database will be in sync with the original but does not contain any data. Is this correct?