Auto Commit in SQL Source Control
kjmcsd
Posts: 29 Bronze 2
I would like to submit a product suggestion. Please add an auto commit option in SQL Source Control. I have to routinely commit things to source control. If there was an auto commit feature I would not have to worry about it.
Tagged:
Comments
Thank you for your suggestion!
How are you currently using SQL Source Control? What is your current workflow? Are you using the product as part of a team or individually?
I am interested to understand in more details your environment and how an auto commit feature might benefits you.
Best Regards,
Andrea
Lead Software Engineer | Red Gate
Website: www.productivecsharp.com
Twitter: @angella_andrea
I know this is an old post of mine but I wanted to see if this was a possible future feature?
We don't migrate database stored procedure changes from Dev, Test, Prod. Because of our environment we may make a change directly to a production procedure and then check-in that change using SQL Source control. This would just eliminate the second step. So basically, ON ALTER, COMMIT TO TFS.