When I do a select in SQL Server 2008 R2 Management Studio
SELECT * FROM myTable WHERE ID = 5
the results appear in the grid. I’d like edit this record in the grid, change values and save, Is it possible? Other way (other than make an date query)? Other tools?
Thanks
one simple way is to open the object explorer and right click on the table name and select ‘edit top 200 rows’ option.