vote up 8 vote down star
4

I was wondering if there are any alternatives to Microsoft's SQL Server Management Studio?

Not there's anything wrong with SSMS, but sometimes it just seem too big an application where all I want todo is browse/edit tables and run queries.

flag

13 Answers

vote up 5 vote down check

I've started using LinqPad. In addition to being more lightweight than SSMS, you can also practice writing LINQ queries- way more fun than boring old TSQL!

link|flag
vote up 6 vote down

TOAD for MS SQL looks pretty good. I've never used it personally but I have used Quest's other products and they're solid.

link|flag
vote up 3 vote down

powershell + sqlcmd :)

link|flag
vote up 2 vote down

A new option is Versabanq Squel. I find its tabbed editing and schema view to be much more convenient than using Microsoft Sql Studio's way of doing things. And the download is tiny compared to the alternatives (about 2MB).

Full disclosure: I wrote it :) But people at work agree with me that it saves them a lot of time.

link|flag
vote up 1 vote down

There is an express version on SSMS that has considerably fewer features but still has the basics.

You may also look at the list of 3rd party tools here.

link|flag
vote up 1 vote down

If you are already spending time in Visual Studio, then you can always use the Server Explorer to connect to any .Net compliant database server.

Provided you're using Professional or greater, you can create and edit tables and databases, run queries, etc.

link|flag
vote up 1 vote down

You can still install and use Query Analyzer from previous SQL Server versions.

link|flag
Can you get it for free (legally) somewhere? Or is that only for people who already owned the old version? – apenwarr Dec 12 '08 at 23:22
If you have an old version, but an old free copy of Developer Edition would do, for instance. – le dorfier Dec 12 '08 at 23:24
It doesn't work with ms sql server 2005 – dotjoe Dec 13 '08 at 0:52
I'm using it right now. – le dorfier Dec 13 '08 at 6:11
@Le Dorifer: I was looking for software that is better than SSMS not worse!! – GateKiller Dec 16 '08 at 9:43
show 2 more comments
vote up 0 vote down

I know how you feel. I was looking for an alternative for awhile because Red Gate SQL Prompt destroyed my copy of SQL Management Studio. I tried using Database Workbench Pro 3. It was awful. Still looking for an alternative.

link|flag
vote up 0 vote down

Thanks for the responses. Toad for SQL definatly look like something I might use. I'll have to try it out soon. Cheers

link|flag
vote up 0 vote down

I don't have an alternative for MS SQL, but if you're interested in using MySQL HeidiSQL is a pretty good tool. It's really, really simple - no frills.

link|flag
vote up 0 vote down

Just one thing to note on TOAD. They have gone freeware with it, so you can download and use to your heart's content. There is a link to the beta right below the big "Get Toad" button on the link mentioned above.

So you can get either the latest release or the latest beta free of charge, no need to worry about "beta" status.

link|flag
vote up 0 vote down

Oracle has a free program called SQL Developer which will work with SQL Server as well as Oracle & MySQL.

link|flag
vote up 0 vote down

Is there not a command prompt utility for this like mysql has?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.