Hi all,
I wanted to run a script which is located in in the BBS, when the change is committed to the bbs the bamboo plan will get trigger and the script need to be executed in the MS SQL server??
please guide me for the same. Any other info i can provide regarding the problem statement please comment here,
Thanx in advance.
if your bamboo installed on windows, use sqlcmd. You can run batch file as task job in bamboo
refer https://msdn.microsoft.com/en-us/library/ms180944.aspx
if linux: refer this page https://msdn.microsoft.com/en-us/library/hh568454(v=sql.110).aspx
Best approach use some python or java with JDBC driver to connect to sql server.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.