Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A project which specifies sql server 2016 as the target platform cannot be published to sql server 2014

I tried publishing a database in Visual Studio, and I get this error:

A project which specifies sql server 2016 as the target platform cannot be published to sql server 2014

How do I select to publish to SQL Server 2016, in Visual Studio? Is there an option that I missed? Or do I have no other choice but to target SQL Server 2014?

like image 311
Santiago Diaz Avatar asked Aug 15 '26 21:08

Santiago Diaz


1 Answers

The Target SQL Version is part of the Project Properties.

SQL Project Properties for Target

like image 170
Sql Surfer Avatar answered Aug 18 '26 12:08

Sql Surfer