9

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.

Grzegorz Oledzki
  • 23,614
  • 16
  • 68
  • 106

3 Answers3

4

The StackExchange Data Explorer has this functionality (example) and it is open source, so you may be able to just install and make use of it, or even extract the relevant code.

Community
  • 1
  • 1
adrianbanks
  • 81,306
  • 22
  • 176
  • 206
  • Ah, great. I have used SEDE in the past, but I didn't know it's open source. (I hope it's quite simple to start it, I have no experience in .NET). Thanks! – Grzegorz Oledzki Nov 05 '12 at 12:23
3

Perhaps something like the SQL Fiddle?

Obviously, this is mainly for demonstration purposes - it won't help you if you want to install it on top of your own database.

Branko Dimitrijevic
  • 50,809
  • 10
  • 93
  • 167
  • Thanks for the mention, Branko. I think SQL Fiddle (my site, btw) fits OP's description quite well. – Jake Feasel Nov 06 '12 at 05:00
  • My intention was to run it against an existing database, which I don't have control of. And to display data from it. So although SQL Fiddle looks great it wasn't the thing I was after. – Grzegorz Oledzki Nov 06 '12 at 08:52
  • But quite by accident SQL Fiddle seems to match my other question: http://stackoverflow.com/questions/2911161/public-sql-database-for-educational-purposes asked 2 years ago. – Grzegorz Oledzki Nov 06 '12 at 08:53
3

Re:dash (Redash) is a promising new open-source player on the market. From their own website:

re:dash is our take on freeing the data within our company in a way that will better fit our culture and usage patterns.

Prior to re:dash, we tried to use traditional BI suites and discovered a set of bloated, technically challenged and slow tools/flows. What we were looking for was a more hacker'ish way to look at data, so we built one.

Grzegorz Oledzki
  • 23,614
  • 16
  • 68
  • 106