Reputation: 917
I am using Visual Studio 2013 and have installed MS SQL Server 2014. I am trying to generate my database from a model (edmx) but I get the following error (screenshot attached):
In the edmx.sql file, is written:
-- Entity Designer DDL Script for SQL Server 2005, 2008, 2012 and Azure
I can see that 2014 version is missing from this generated file, and seems that the program tries to connect to the 2012 version .. how can I avoid this and manage visual studio tu use the 2014 version of MS SQL Server? Thanks in advance
Upvotes: 0
Views: 680
Reputation: 10566
What Sql Server data tools are you using? Have you tried newer version of it: Microsoft® SQL Server Data Tools for SQL Server® 2014 CTP2
Upvotes: 1