What would be the best tool to view and edit an SQL Server 2008 database "directly".
I am thinking more or less about a very friendly interface like "Microsoft Access" where I can open a table, insert new rows, remove rows or change data in a row/column. With also a prompt where I can launch store procedures, run SQL commands and view the results, etc.
Having this would help a lot during development and in testing our requests/design. I would also be a good ACE IN THE HOLE with the database maintenance, fixing issues, cleaning up data, etc.
I don't have a lot of experience with SQL Server and its administrative tools. I tried finding something relevant but can't figure out what would be the best choice.
Anybody can point me in the right direction?
EDIT: Unless I am mistaking something, this is quite limited. I can edit like the top 200 results, but cannot sort the columns or go looking for something. As least, not easily without making a custom query. And even then, the query results seems not editable.