Source control for RDS MS SQL Server

0

Hello, I'm looking for a recommendation for a Source control solution for a team of 5-10 developers that works well with RDS MS SQL Server. Thanks.

已提问 2 年前393 查看次数
2 回答
1

Not sure what do you mean by Source Control for RDS. For example if you are using Visual Studio you can create a DB project and commit the sql files exactly as if you commit the rest of your CS files. As a source control you can use AWS CodeCommit service. It is compatible with Git

AWS
已回答 2 年前
0

Hello , If I understand your question correctly, you are looking to collaborate as a team and push changes to MSSQL infrastructure as a CICD basis. If that is correct AWS CodeCommit would be your best bet. Take a look into below URL for more details. https://aws.amazon.com/getting-started/hands-on/set-up-ci-cd-pipeline/

If otherwise, working with Visual studio Code + GIT based source control would be your options.

AWS
已回答 2 年前
  • Thank you. I have read about limitations of using Visual Studio as a SQL source control method. Ideally I would like to use something similar to Redgate's SQL Source Control product, but it requires more permissions than are available w/ RDS. Is there a way to integrate SSMS with CodeCommit? I didn't see an obvious method in the article.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则