Hi @pmscorca
Welcome to Microsoft Q&A Platform. Thank you for posting your query.
Adding to @Nandan Hegde To manage a database project for a Synapse dedicated SQL pool in a team, you can use Azure DevOps to collaborate with your team members. Azure DevOps provides a set of services for managing your project's lifecycle, including version control, continuous integration, and continuous deployment.
Here's how you can use Azure DevOps to manage your database project:
- Create a new project in Azure DevOps and add your team members to the project.
- Create a new Git repository in the project to store your database project.
- Each developer can clone the repository to their local machine and create a new branch for their changes.
- Each developer can make their changes to the database project in their branch and commit their changes to the repository.
- Once the changes are complete, the developer can create a pull request to merge their changes into the main branch.
- Another team member can review the pull request and approve or reject the changes.
- Once the changes are approved, they can be merged into the main branch.
- You can use Azure DevOps pipelines to automate the build and deployment of your database project.
Regarding your question about whether one developer can create the team_db_project on their own dev machine and another developer can create the same team_db_project on their own dev machine, the answer is yes. Each developer can create their own copy of the database project on their local machine and make changes to it. However, it's important to ensure that changes are merged into the main branch regularly to avoid conflicts.
Reference:
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.