'Incorrect SET Options' Error When Building Database Project

后端 未结 6 1497
长情又很酷
长情又很酷 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:30

    I found the solution for this problem:

    1. Go to the Server Properties.
    2. Select the Connections tab.
    3. Check if the ansi_padding option is unchecked.

提交回复
热议问题