Settings and activity
1 result found
-
189 votes
While SQL Source Control provides a way to view object history, it does require additional tooling to update your database to a specific version from history.
We currently have documentation on how this works here: https://documentation.red-gate.com/soc/common-tasks/update-to-a-revision-from-source-control
An error occurred while saving the comment Neil Burnett supported this idea ·
This is pretty vital for a revision control system:-) OK, so if there is data in the db then you are screwed, but I work with empty databases to make my changes then add unit tests creating the data for the tests as needed. In this scenario, I really need to be able to switch to another revision quickly and easily. I can use the workaround, but not in long term.