views:

554

answers:

16

Wondering what is the best or most popular database client tool. Similar to Microsoft's SQL management studio, but one that can work with various databases. Other tools I have found are:

Some of these tools can even compare and sync database schema's and some cases the data itself as well. Very useful when deploying applications for example from a pre-production environment to production environment.

So what's your favourite database manager ? Maybe there is a nice open source tool out there that is well rounded with the most useful features.

+1  A: 

DbVisualizer - there's a free version with a bit limited functionality and a fully fledged one for $149.

Grzegorz Oledzki
+1  A: 

I use Navicat myself. It supports MySQL, PostgreSQL and Oracle.

Simon
+5  A: 

SQuirreL SQL

  • Open source
  • Works with many databases
DR
-I chose this as the answer because it seems to be the best one for me right now, but I think other ones in this list are also very useful depending on what database you are working with.
Roberto Sebestyen
Very cool...nice plugins, (e.g. refactoring) autocompletion on column names, the list goes on! Only con -- written in Java ;)
Adam Neal
+1  A: 

I use PL/SQL Developer, as soon as I have to work on an Oracle Database. I like the UI, simple and fast.

Scorpi0
+1  A: 

SQLyog for MySQL.

TOAD for when I worked with Oracle.

graham.reeds
+1  A: 

I'm using Aqua Data Studio for many years now and it is the most valuable of all my tools - see Aquafold

penguintux
Aqua is great but it also costs a bit if you need to get a copy to each member of your team.
Ron Tuffin
+2  A: 

SQL Developer is nice for Oracle and has plugins for several other databases.

http://www.oracle.com/technology/products/database/sql_developer/index.html

Mark Harrison
I use this as my one stop DB interface. I can get to any database I want from there. A bit of a resource hog, but I'll live.
glasnt
+1  A: 

Eclipse Data Tools Platform within Eclipse (my primary IDE):

  • Open source, works with many databases
  • Do all the basics and some advanced stuff. In recent versions you can find some kind of visual query builder as well.
  • Oracle has a plugin where implemented some Oracle-specific functions.
Csaba_H
+1  A: 

I prefer...

  • PL/SQL Developer for Oracle
  • The inbuilt tool for MSSQL
  • The inbuilt tool for DB2
DrJokepu
+2  A: 
Andreas Grech
Interesting, i didn't know this existed. This could really come handy.
Roberto Sebestyen
+1 - great for running quick SQL queries, testing .NET code, etc.
TrueWill
+1  A: 

SqlDbx - www.sqldbx.com - has a free edition, is portable and works with quite a few dbs.

Also AnySQL Maestro - http://www.sqlmaestro.com/products/anysql/maestro/

kevinw
+1  A: 

RazorSQL - it works with pretty much any database you can think of.

Doctor G
+1  A: 

Any comments on LyteRAD? Not a pure database management tool, but good for creating and prototyping db apps quickly.

idcj
+1  A: 

I've used Query Express and it's great because it's actually a standalone 100 KB file, no installation needed. It only does querying but it's fast and free.

JRL
+1  A: 

If you are using PostgreSQL (and, really, you should be!), PgAdmin rocks. It lets you query, explore tables, do administrative tasks, manage users, visually explain complex queries, graphically build queries and much more. It runs on Windows, Linux and OS X and can connect to local or remote PostgreSQL servers.

Tom Morris
A: 

If you need data comparison, schema comparison or visual query builder, than you should take a look at our database tools for SQL Server:

All these tools are quite affordable and have 30-days trial period.

Devart