Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Browsing SQL Server

Tags:

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.

like image 674
Jason Baker Avatar asked Dec 03 '22 16:12

Jason Baker


2 Answers

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

like image 136
Ben Hoffstein Avatar answered Jan 04 '23 12:01

Ben Hoffstein


I'm using and I really like LINQPad

like image 40
Eduardo Campañó Avatar answered Jan 04 '23 11:01

Eduardo Campañó