Comments
1 comment
-
Hi,
I'm afraid that the only way to commit using SQL Source Control is interactively in SSMS, it's not possible to automate commits.
Depending on your Version Control System it might be possible to commit to a Working Folder (this part would need to be done manually) and then use that Version Control System's command-line tool to do an automated commit.
You might be able to automate further, using the SQL Compare Pro command line: this could allow you to automatically update the Working Folder (you'd still need a third-party tool to interact with the Version Control System). Please note that this option might require a SQL Change Automation license.
Kind Regards,
Add comment
Please sign in to leave a comment.
Thank you for your help.