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

前端 未结 8 548
爱一瞬间的悲伤
爱一瞬间的悲伤 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条回答
  •  情话喂你
    2020-12-29 05:12

    The correct answer as follows: 1.First select your table that you want to change. 2. Then change the name in the script pane. 3.Finally in the upper-left corner of the Table Designer, choose the Update button. Please as shown below:

    enter image description here

提交回复
热议问题