Any alternatives to Query Analyzer?

  • Just curious at the moment, but are there any other options out there for writing SQL code besides using Query Analyzer? Anything that would be worth trying?

  • Have a look at mssqlxpress. It's a bit like QA with some additional features like VSS integration.

    http://www.xpressapps.com/

    [font="Verdana"]Markus Bohse[/font]

  • DB Artisan is very good for writing SQL, and works for Oracle, Sybase, etc. too.

    http://www.embarcadero.com

  • I use DBArtisan myself but it is rather expensive. I believe the less expensive version is RapidSQL but I think it is sold only for specific databases as opposed to DBArtisan which, like Katy points out, supports several platforms.

  • what about SQLEXECMS, it works pretty well for me and the price is right.

    http://www.laplas-soft.com/exec-intro.htm

  • I think mssqlExpress is the most attractive for me. I'm giving it a shot now. So far it's pretty nice!

  • Out of curiostiy, why do you all choose to use another product other than Query Analyzer? Does the other software offer any features better than in QA which would help people like me who are still new to SQL Server and T-SQL? So far I have not tried anything else, though can see the obvious benefit of having VSS integration.

  • There are many features, such as autocomplete and script libraries, that come in handy when you write alot of scripts. I write scripts everyday so this is going to help me out alot.

  • Guys.. for me i really like using Visual InterDev 6.0 with VSS intergration. i can debug and step thru procs and query tables.. and everything i need...

  • I will have to give mssqlxpress a go then. Autocomplete functions can be a really good way to build up your skills (as well as saving time and keeping down the number of errors).

  • in risc of getting flamed:

    Are any of those tools available on other platforms as Windows ? (Linux, Mac OS X)

    Thanks

  • quote:


    in risc of getting flamed:

    Are any of those tools available on other platforms as Windows ? (Linux, Mac OS X)

    Thanks


    Yes, I think that the second one mentioned is.

  • quote:


    Guys.. for me i really like using Visual InterDev 6.0 with VSS intergration. i can debug and step thru procs and query tables.. and everything i need...


    How does that compare to using Query Analyzer or mssqlXpress?

  • i cant compare it to xpress BUT if its between QA and InterDev, i like InterDev for the simeple fact that i can STEP thru my stored procc line at time AND interdev interface is directly tied to VSS and interdev has color codeing of code from command syntax to datatypes. AND it comes with my MSDN. but then again as most can say, everyone has there fav editor...

  • Try http://sqlbuddy.sourceforge.net/

    It is a freeware that is cool...

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in to reply to this topic. Login to reply