Are there any tools for just browsing SQL Server? I ask because sometimes SSMS is a little heavy weight when I just want to look through the database and find one record, and SQLCMD doesn't really seem like a good choice when browsing through a lot of different records or a lot of large records.
+5
A:
Yes, QueryExpress is a great, lightweight tool (which also can be used from a USB stick) for browsing and querying SQL Server databases.
Ben Hoffstein
2008-10-10 13:23:49
This really is a great little tool! If you don't have access to or don't want to use Management Studio / Query Analyzer etc, use this.
Scott Bennett-McLeish
2008-10-10 14:06:18