Update target button is disabled after schema comparison

后端 未结 11 1187
一向
一向 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条回答
  •  Happy的楠姐
    2020-12-09 15:23

    And after all, when you have the available Update Target button and the disabled Generate Script button.

    See if your source is a database and your target is your SSDT project.

    If so then click "Switch source and target" button.

    The Generate Script button will become available.
    I.e. a SSDT project must be the source and a database must be the target in the Schema Compare window.

提交回复
热议问题