How to quickly edit values in table in SQL Server Management Studio?

后端 未结 4 678
梦如初夏
梦如初夏 2020-12-02 12:50

Aside from context menu -> \"Edit Top 200 Rows\" from Object Explorer, is there a quick way to open a table in Edit mode where I can just quickly modify the value of a cell?

4条回答
  •  北海茫月
    2020-12-02 13:12

    Go to Tools > Options. In the tree on the left, select SQL Server Object Explorer. Set the option "Value for Edit Top Rows command" to 0. It'll now allow you to view and edit the entire table from the context menu.

提交回复
热议问题