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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南