tags:

views:

2546

answers:

8

For Oracle, I have found TOAD to be an excellent tool. Oracle's SQL Developer isn't too bad either.

But for SQL Server, the only good choice seems to be the SQL Server Management Studio, where even simple things are made difficult.

Can anyone recommend a good (preferably free) SQL Editor / Object Browser for SQL Server?

+4  A: 

Red Gate's SQL Prompt helps to make SSMS less painful.

Jason Bunting
The SSMS Tools Pack is nice too (http://www.ssmstoolspack.com/). I use it along with SQL Prompt.
jrummell
Not free, from $195 as of July 2010
Pavel Chuchuva
+4  A: 

If you like TOAD, it looks like they have a version for SQL Server

http://www.toadsoft.com/toadsqlserver/toad_sqlserver.htm

Looks like you have to pay for the "cool" features...

Mike Schall
Yeah I've tried their free download, and it's not bad. It is strangely different from the one they make for Oracle though. And I was hoping for something free/cheap.
JosephStyons
A: 

I tend to use management studio for all of my sql server activities. But when I have to fight with Oracle or Sybase at work, I find that SqlDbx is a pretty good light weight tool if all you need is browsing and running basic queries. I haven't used it for any kind of administration though. Perhaps it will work well for you in the sql server world?

Rob
A: 
Ben Scheirman
+2  A: 

I would like to know why you think SQL Server Management Studio is difficult to use. I use it and find it pretty straight forward. It's free to download and use from Microsoft's site.

Abdu
Nothing really wrong with it, it's just that a lot of things I've taken for granted in TOAD are not there.Couple of examples:1 - Automatic Script generation (right-click on just about anything, generate sql to reproduce it)2 - Easy way to jump from SQL to the tables used by the query
JosephStyons
A: 

Query ExPlus or the original QueryExpress are both free.

Andy Whitfield
A: 

If you are an OSS developer, you can get a free license for Aqua Data Studio.

It's cross-platform-- Windows, OS X, and *NIX.

http://www.aquafold.com/licensing.html

They also have discounts for educational use.

richardtallent
A: 

I used WinSQL Lite a few years ago for simple tasks, and it worked fine for me.