What's a good tool to run SQL scripts against any database? What's a good tool to run SQL scripts against any database? database database

What's a good tool to run SQL scripts against any database?


I use SQL Developer, it's really cool.

It runs in any plataform (is a Java application), you could connect to any database vendor and it's free.


I use Squirrel, like SQL Developer it is a java application which is free.

Description

SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands.

Download and Installation