Do you know any free tool which would constitute a web-based SQL database generic query interface, incl.:
- (mainly) allowing to type in an SQL query and display the result in some nice way
- the interface should allow for some basic security - allowing only
SELECT
queries - the very need is to support MS SQL Server, but Oracle support would be useful
- should run against an existing database instance without any re-configuration needed
- might be simple, no need to browse tables, analyze database columns or anything else you would experience in SQLDeveloper or SQL Server Management Studio
Platform / language / etc. is of second importance.