How can I resolve the “Table 'dbo.Foo' already exists.” error when the table does not exist?

前端 未结 7 1390
长情又很酷
长情又很酷 2020-12-29 18:03

I\'ve created a table and then realised I made a mistake. SSMS wouldn\'t let me update the table without recreating it, so I\'ve deleted the table and then tried to create i

7条回答
  •  一向
    一向 (楼主)
    2020-12-29 18:32

    Make sure that you have no non-saved table changes (better to close all tabulators and try it again)

提交回复
热议问题