Posted on: 2/1/2013 3:22:39 AM | Views : 410

Hello,
A very basic question:
I want to find a record stored in MS SQL Server 2008 express database table then edit the record.
I tried to do it using SQL Server 2008 management studio express because I have been using MS Access database all the time. I have right clicked the table in management studio, clicked the "Edit top 200 records" menu item then when records were displayed on the result pane, I pressed Ctrl + F key to find a student named Simon for example. Well, nothing happened. I couldn't see any dialog boxes for putting in the search criteria.
I guess I cannot simply use Ctrl+F in SQL Server management studio to find / edit a record.
Can someone please teach me how to find a record specifying a search criteria then edit the record in SQL server management studio?

Go to the complete details ...