To modify table data through a view
- In Object Explorer, expand the database that contains the view and then expand Views.
- Right-click the view and select Edit Top 200 Rows.
- You may need to modify the SELECT statement in the SQL pane to return the rows to be modified.
BrindhaPrathaban Answered question July 6, 2023
- In Object Explorer, expand the database that contains the view and then expand Views.
- Right-click the view and select Edit Top 200 Rows.
- You may need to modify the SELECT statement in the SQL pane to return the rows to be modified.
Sandhya Answered question July 6, 2023
To make changes to table data using a view
Expand the database that includes the view in Object Explorer, then Views.
Select Edit Top 200 Rows from the context menu when you right-click the view.
To return the rows to be updated, you may need to edit the SELECT statement in the SQL pane.
Vishalini.R Answered question July 6, 2023
