How to automate deployment of changes to database?

  • Thread starter Thread starter g
  • Start date Start date

g

New Member
Currently I use Visual Studio Database Project, so I can deploy changes to database with one click and keep data in database.Now I want to be able to create model in Entity Framework and deploy with one click.So I got sql script to create database from Entity Framework. I can run this script to create database, but I want to keep my data in database. Is there any way to do that ? Any tool that will do that ? Should I generate it on my own with T4 ? I use CI so I need to be able to deploy often. I want something similar to Visual Studio Database Project deployment, but with Entity Framework generated database.
 
Back
Top