How to fix Visual Studio's error “This server version is not supported…” for SQL Server 2012

后端 未结 6 1213
予麋鹿
予麋鹿 2021-01-04 10:15

I recently installed Visual Studio 2010 and SQL Server 2012 on a Windows Server 2008 R2 machine - (including all updates/Service Packs).

When attempting to work on a

6条回答
  •  独厮守ぢ
    2021-01-04 10:53

    For me, the error arises whenever I try creating a new database. So after unsuccessfully attempting all methods advised, I bypassed the error by clicking on "Add connection" and putting my server name in the dialog box. After adding the non-existent database name, it notifies that it can't find such database and asks whether to create it. Voila! Database created (even though server version is supposedly unsupported).

提交回复
热议问题