Monday, February 21, 2011

Browsing SQL Server

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.

From stackoverflow
  • Yes, QueryExpress is a great, lightweight tool (which also can be used from a USB stick) for browsing and querying SQL Server databases.

    Scott Bennett-McLeish : 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.
  • I'm using and I really like LINQPad

0 comments:

Post a Comment