'Incorrect SET Options' Error When Building Database Project

后端 未结 6 1512
长情又很酷
长情又很酷 2020-12-03 01:02

We are using Visual Studio and a database project to generate our database.

I just made a number of database changes (including adding a new table named Corres

6条回答
  •  醉话见心
    2020-12-03 01:42

    For me, just setting the compatibility level to higher level works fine. To see C.Level :

    select compatibility_level from sys.databases where name = [your_database]
    

提交回复
热议问题