This stored procedure converts a table or select query to a HTML table format, with some customization options. I have taken as a base, a script Carlos Robles (dbamastery.com) provided me for a static ...
Python script that takes several LogicMonitor reports as input, and produces a CSV of their intersection, then updates a text widget with an HTML table generated from this CSV. - ...