Hi Can any one let me know is it possible to edit the Records using Query Analyser grid.
something like if give the Query Select * From Tablename then the records are displayed on the Grid below. is it possible if we double click on the record and then we can edit the records.
something like Toad for SQL Server. Someone told me it is possible using Object Browers, i Tired but was unsucessful
If you have sql server 2000 , you can update or insert data by using a script directly in query analyser : update ..., Insert ....
or from enterprise manager by right click on the table and return all rows and you can update the data directly.
if u have sql server 2005 you can right click on a specific table and you have a new optios to insert data or to update or delete by scripting method (from sql server managemet studio)