canuckconsulting
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?
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?
ASKER
David I don't think I understand what you are trying to convey. Would you please elaborate?
Thanks,
Scott
Thanks,
Scott
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Well that was easy...cheers!
"Server=(localdb)\\Test;In