How to version control SQL Server databases?

后端 未结 10 1096
醉话见心
醉话见心 2020-12-28 19:04

I have SQL Server databases and do changes in them. Some database tables have records that are starting records required my app to run. I would like to do version control ov

10条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-28 19:14

    MS Visual Studio Team System for Database Developers has functionality to easily generate create scripts for the whole schema. Only drawback is the cost!

    Have you considered using SubSonic?

提交回复
热议问题