Update Data into Table using Enterprise Manager in SQL Server

In this article I am going to explain how to update data into table using Enterprise Manager in SQL Server.
  • 2179

Introduction

In this article I am going to explain how to update data into table using Enterprise Manager in SQL Server. UPDATE INTO  statement is used to update data into table in SQL server. In SQL server we can update data into table using Enterprise Manager. 

Steps to update data into table using Enterprise Manager in SQL server

Step 1 : Start SQL server :

Clipboard01.jpg

Step 2 : Expend database and select database => Right click on Table => Then click on Edit Top 200 Rows :

Clipboard03.jpg

Step 3 :  A new window appear in right side, we see here all data inserted in table :

Clipboard05.jpg

Step 4 : Now we edit data into table, we edit name in last row, we change it atul to prveen :

Clipboard07.jpg

Step 4 : Now we see data into table :

Clipboard12.jpg


© 2020 DotNetHeaven. All rights reserved.