Entity Data Model Wizard Too Slow (SQL Database)

一个人想着一个人 提交于 2019-11-30 11:39:09

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)

I updated to Cumulative update package 5 for SQL Server 2014 fixes but it doesn't work for me.Finally I solved this issue is update SQL Server 2014 service pack 1

http://www.microsoft.com/en-US/download/details.aspx?id=46694

Building on what PretoriaCoder said Using SQL Server 2016 SP1 and Visual Studio 2017 with Entity Framework 6.2.0

Connecting to a 'our' DB compatibility set to 130, can generate the data model OK Connecting to a third party DB (set at 130) entity model generation fails.

Setting the compatibility of the DB to 110 (in SQL server) and the entity model gets generated.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!