How to edit data in result grid in SQL Server Management Studio

后端 未结 14 2252
广开言路
广开言路 2020-12-23 14:32

I want to edit some row values once I get a query output in the result grid. Its true that we can right click the table and say open table to get an editable table output, b

相关标签:
14条回答
  • 2020-12-23 15:01

    Yes, This is possible. Right click on the table and Click on Edit Top 200 Rows as show in image below

    enter image description here

    Then click anywhere inside the result grid, to enable SQL Icon "Show Sql Pane". This will open sql editor for the table you opted to edit, here you can write your own sql query and then you can directly edit the result set of the query.

    enter image description here

    0 讨论(0)
  • 2020-12-23 15:03

    If you need to frequently perform in-cell edits on SQL databases, HeidiSQL works a treat, couldn't be simpler to use, and is free / open source (donations accepted).

    Originally written for MySQL, it can now handle SQL Server, and has experimental (as of Aug 2014) PostgreSQL support as well.

    0 讨论(0)
提交回复
热议问题