Activity overview
Latest activity by Louis_RH
Hi Alex, That works pretty well but still requires a developer to remember to go into SQL Source Control and actually save the changes. Is there any way this can be automated (or potentially better still - save changes triggered programatically?) My concern is that the normal context of the development team is in Visual Studio and Git Kraken (the vast majority of the time the database structure will not change) so am just concerned that if this step is missed that the CI/CD will break due to the db not being updated. / comments
Hi Alex,That works pretty well but still requires a developer to remember to go into SQL Source Control and actually save the changes. Is there any way this can be automated (or potentially better ...
I did find the following which is very close https://documentation.red-gate.com/soc7/linking-to-source-control/other-source-control-systems/link-to-a-working-folder/example-source-controlling-database-schema-and-application-code-together-using-a-working-folder
but again is reliant on devs remembering to first "Commit" from Sql Source Control before commiting with a GIT client...
/ comments
I did find the following which is very close https://documentation.red-gate.com/soc7/linking-to-source-control/other-source-control-systems/link-to-a-working-folder/example-source-controlling-datab...
Source Control without the need to commit (outside of GIT)
Hi all,Firstly I should apologise as I am sure that this question will have been answered somewhere but I have looked and cannot find it!I am currently trialing SQL Source Control - we really like ...