Graphical database monitoring tool for debugging

Posted by salle55 on Stack Overflow See other posts from Stack Overflow or by salle55
Published on 2010-03-23T10:41:48Z Indexed on 2010/03/23 10:43 UTC
Read the original article Hit count: 296

Filed under:
|
|

I would love a tool that in real-time showed changes in a set of predefined tables in a graphical way, for example different colors on fields that has changed value, added records, deleted records etc. I don't want a list of all transactions (like SQL Server Profiler), instead a clever visualized more graphical approach where you can get a great overview if you are just monitoring a few tables.

I realize the visualization would be hard if there is a lot of transactions against the database, but with monitoring on a few tables and a single session during debugging it would be possible.

Does something like this exist? I think it would be great for debugging! Preferably for SQL Server and/or MySQL.

© Stack Overflow or respective owner

Related posts about tools

Related posts about database