You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Good Day!
Just want to check if it is possible to deploy SQL Server repository to Live. I have found video showing pushing changes from SQL Server to bitbucket (https://www.youtube.com/watch?v=FWAx0pdMLfQ) But not able to find pushing the changes to existing database to apply changes to an existing SQL Server Database. Thanks
Regards,
Louie
Hi Louie and welcome to the community!
If you're looking for an automated solution, Bitbucket Pipelines allow you to run builds in order to deploy your code. Builds can run on Atlassian infrastructure or with a runner on your own machine.
During a Pipelines build you can use several tools to deploy all or some of your repo's source code, e.g.
You can deploy code to a server, as long as this server is accessible from the internet (or at least from the IPs used by Pipelines environments if the build runs on Atlassian infrastructure).
After you deploy your code, you can use the ssh-run pipe in order to run a command or script on that server. For the exact command or script you need to run, you'll need to check SQL Server's documentation.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.