Avatar of canuckconsulting
canuckconsulting
Flag for United Kingdom of Great Britain and Northern Ireland

asked on 

How to deploy LocalDB to SQL Server 2012

I've created a .net mvc solution using code-first entity framework v6.  I'm ready to deploy this solution to SQL Server 2012.  How can I deploy my LocalDB schema and seeds to the production server?  

Future updates will no doubt also modify the schema (new tables, new columns, new seed data).  How can I sync the changes I make to LocalDB to SQL Server 2012?
.NET ProgrammingASP.NETC#

Avatar of undefined
Last Comment
canuckconsulting

8/22/2022 - Mon