Is it possible in any way to just update the database schema from entity model..? So that all the information in the database stays in the database? When you generate database from model the information will get lost.. I work against SQL Azure, and I have not found any tool to manage the tables and realations in the SQL Azure database in a proper way.. It would be soo nice if it could be done by the Entity Framework designer.
相关问题
- SQL join to get the cartesian product of 2 columns
- sql execution latency when assign to a variable
- Difference between Types.INTEGER and Types.NULL in
- running headless chrome in an microsoft azure web
- Docker task in Azure devops won't accept "$(pw
I think this will be resolved (from an entity framework point of view) in the next EF release. From an azure point of view you can use SQL Azure Migration Wizard.