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.

gefragt vor 2 Jahren393 Aufrufe
2 Antworten
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
beantwortet vor 2 Jahren
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
beantwortet vor 2 Jahren
  • 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.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen