Edit selected rows manually in SQL Server

后端 未结 4 938
Happy的楠姐
Happy的楠姐 2021-02-04 01:02

I have a database in which some editing operations have to be done manually on some rows. I have the SQL Server Management Studio Express. In SSMS, to edit the rows, normally th

4条回答
  •  一整个雨季
    2021-02-04 01:21

    After you have your 200 rows displayed for editing, you can also click on the "SQL" icon which will now be available above the Object Explorer. This is another way to have the SQL displayed which you can now edit as needed in order to change the desired rows.

提交回复
热议问题