Database structure and source control - best practice

前端 未结 10 1762
轻奢々
轻奢々 2020-12-07 10:22

Background

I came from several years working in a company where all the database objects were stored in source control, one file per object. We had

10条回答
  •  不思量自难忘°
    2020-12-07 10:52

    Using a 3rd party SSMS add-in ApexSQL Source Control, database objects can be automatically scripted and pushed to a remote Git repository, or even to a cloned local one, if you prefer working with local repository.

    ApexSQL Source Control support Git source control system out of the box. That means you don’t need any additional Git client installed. Besides this, Branching and Merging are integrated and available through the add-in UI.

提交回复
热议问题