C# – Entity Data Model Wizard Too Slow (SQL Database)

centity-frameworkentity-framework-4entity-framework-5sql-server-2012

Using:
visual studio 2012 Ultimate,
ADO Entity Framework 6,
Database: Sql express 2014 (installed on local PC),
Database tables count: 174 table.

I am trying to create database model using Entity Data Model Wizard but it takes about 8 hours to create the model(Dialog not responding).

I tried to reinstall visual studio & Entity Framework but the same problem.
I need any ideas that can speed up database model creation.

First image
Second image
Third image

Best Answer

What worked for me is I changed my database compatibility back to 2012 before updating the model.

In SQL Management Studio, right-click on Database.

Properties-> Options -> Compatibility Level -> SQL Server 2012 (110)