Re: Incompatible SQL Server version
So it seems why you have the ""An incompatible SQL Server version was detected" issue that is you are using the SQL Server 2016 database engine (which is not even out yet) with the Visual Studio SQL...
View ArticleRe: Incompatible SQL Server version
Could it be that I have both 2016 and 2014 SQL Server installed on my computer?SSMS´s SQL Server version When I executed this query in SSMSSelect @@versionI got this:Microsoft SQL Server 2016 (CTP2.2)...
View ArticleRe: Incompatible SQL Server version
SSMS is "SQL Server Management Studio" (ie the management tool). So if you are SQL Server 2016 you may want to uninstall not only SSMS but also the SQL Server 2016 dataase engine itself.When installing...
View ArticleRe: Incompatible SQL Server version
I did not realize that my SSMS was a technical preview. Hm maybe I better uninstall it, and get a solid one instead. I mainly use it to learn ASP.net.Which version of SSMS would you recommend for an...
View ArticleIncompatible SQL Server version
Hi!Problem1. I get an error message when I try to Open Table Definition in a Database table, in the Server Explorer Window. The error says: "An incompatible SQL Server version was detected."But my web...
View Article