Visual Studio 2013 incompatibility with MS SQL Server 2014

前端 未结 4 936
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-05 14:29

I downloaded MS SQL Server 2014 Enterprise Edition from MSDN. I want to do a server backend in C# and MS SQL, but the problem is, whenever I want to do something with DB in

4条回答
  •  春和景丽
    2020-12-05 14:52

    You should update SSDT to 2014, you can download it here:http://msdn.microsoft.com/en-us/data/hh297027

    Read more about support for SQL Server 2014 on this blog: SQL Server Data Tools for SQL Server 2014 is available

    From the post:

    For Visual Studio 2013 download check the Visual Studio update channel (Tools –> Extensions and Updates –> Updates) for this update.

    Hope this helps

提交回复
热议问题