Update target button is disabled after schema comparison

后端 未结 11 1207
一向
一向 2020-12-09 14:37

I have created database project using VS 2012. Once the schema comparison is done, the update target button should be enabled to sync with target.

But it\'s not get

11条回答
  •  感动是毒
    2020-12-09 15:22

    Typically the update button is grayed out when the database objects are available in the separate sql files physically inside the database project but are not included in the database project itself. I simply added those sql scripts into the project and the update button got enabled after comparing the schema.

提交回复
热议问题