Edit Table Rows/Records in SQL Server Management Studio (SSMS) – SQL Server / TSQL Tutorial Part 18



Edit Table Rows/Records in SQL Server Management Studio (SSMS) – SQL Server / TSQL Tutorial Part 18

Edit Table Rows/Records in SQL Server Management Studio  (SSMS) - SQL Server / TSQL Tutorial Part 18

Edit Table Rows/Records in SQL Server Management Studio (SSMS) – SQL Server / T- SQL Tutorial

Scenario:

I know that we can write update statements to update records in a table in SQL Server Management Studio(SSMS), Is there a way to update record visually?

Solution:

Yes, SQL Server Management Studio(SSMS) let you update records by using Visual Editor. To update value in a table , follow below steps.

Step 1:
Right click on table and then go to Edit Top 200 rows.

Step 2:
Go ahead and make changes to the records as you like. I changed first name from M to Mohammed. Once done, you can close the windows and changes will be saved. If you would like to insert new record, go to last line and type all the required values.

Check out our website for Different SQL Server, MSBI tutorials and interview questions
such as SQL Server Reporting Services(SSRS) Tutorial
SQL Server Integration Services(SSIS) Tutorial
SQL Server DBA Tutorial
SQL Server / TSQL Tutorial ( Beginner to Advance)
http://www.techbrothersit.com/

Comments are closed.