Dynamic Data Extract Tools

Posted by Kevin McGovern on Stack Overflow See other posts from Stack Overflow or by Kevin McGovern
Published on 2013-06-18T18:52:10Z Indexed on 2013/06/25 22:21 UTC
Read the original article Hit count: 127

I've been searching around for a few weeks now for a tool that either is fully built or a direction of something I could build for dynamically extracting data via a web interface. Basically, what I'm looking for is a way to give users a list of all available data objects from our database and then let them pick ones from the list they'd like to view and set parameters then export the results to an excel file.

Right now we're doing it purely with SQL statements but we have hundreds of objects so as you might imagine, those statements are really complex and prone to errors. It would be great if there was a tool available to do this or if someone had an idea of an easy way to organize this. Any help would be greatly appreciated.

We've looked at BI tools like QlikView and Tableau but that is probably overkill for what we're trying to do. The open-source BI tools we've looked at seemed really primitive in their functionality. The other thing we looked at was MSAS (our DB is SQL Server) but I'd prefer something that was more database-agnostic and lived on a web server instead of on the database.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about extract