Edit selected rows manually in SQL Server

后端 未结 4 984
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条回答
  •  萌比男神i
    2021-02-04 01:19

    To expand on other answers, once you open the SQL pane and have edited the SQL, you can click Ctrl-R or click the "Execute SQL" button to actually execute the SQL

提交回复
热议问题