Tagged Questions
2
votes
2answers
96 views
Open source and commercial tools to build dynamic queries of fact tables in star schema
What user interfaces or tools (commercial and/or open source) can query a star schema model (Ralph Kimball dimensional model)? So for example, if we have X fact tables, and Y dimension tables, and Z ...
2
votes
1answer
259 views
0
votes
0answers
143 views
oracle sql dependency extractor
Is there a tool which given a bunch of data extraction SQL scripts will produce a dependency graph?
Basically given scripts which take input tables, create a bunch of interdependent intermediary ...
28
votes
8answers
5k views
Is there a tool like Microsoft's “SQL Server Profiler” for MySQL?
While developing on MySQL I really miss being able to fire up a profiler. I find SQLyog is a good enough replacement for Query Analyzer but have not found a tool that works like SQL profiler.
For ...