How to change the table name in visual studio 2013 in design mode?

前端 未结 8 555
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-29 04:41

I created a SQL database table in Visual Studio 2013. I want to rename it but the name property is disabled. How can I change the table name?

8条回答
  •  梦毁少年i
    2020-12-29 05:16

    As explained here, found through "visual studio server explorer rename table", you can't.

    There is a workaround: add the tables to a database diagram, rename it there and save it.

提交回复
热议问题