Auto/Scheduled Commits?
MrTCS
Posts: 2
Is there a way of scheduling commits for database changes from SQL Source Control? We have yet to find a way but I was listening to a podcast the other day that made it sound possible. This would be extremely handy as we have too many databases to keep track of and manually commit changes every time.
Tagged:
Comments
SQL Source Control only allows interactive commits as it's meant to be used on development databases.
We do however have a DLM Automation solution that allows automatic deployment from the scripts folder managed by SQL Source Control.
For further information please read/see:
https://www.red-gate.com/products/dlm/dlm-automation/
https://www.youtube.com/watch?v=9lhBi2mkXrs
Thank you,
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools
Thank you,
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools
In terms of dealing with a volume of changes. The person that makes the change should commit it when they think it's done. Auto committing is bad because the work might not be done. You want there to be some decision to do this. If you can't keep up, then perhaps you have other development chaos.