Update target button is disabled after schema comparison

后端 未结 11 1208
一向
一向 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:08

    In SSDT I had the case where the update button was enabled but the generate script was not enabled. This was because my destination schema was my local solution (the *.sqlproj vs project).

    It took a few minutes to dawn on me that the destination needed to be a real database to correctly generate the script.

提交回复
热议问题