We are evaluating using the Snowflake Computing service for our cloud EDW (http://www.snowflake.net/), and while I was able to download their jdbc...
Paul Maric
read more
Is there a way to format HTML exports to accommodate line returns?
I have table level comments in Postgresql that include line returns and spacing for ease of reading. When I generate HTML report of it, the comments...
Is there a way to see only Nth level related tables to a given table?
I have a data model with 70+ tables, and all of them have some number of relationships to each other. In order to view / manage these well, I need...
Enhancement – rowcounts next to tablenames
I've worked with sql editors in the past that would show latest known rowcounts next to table names in parentheses, which was very useful for...
Can we export more than 5k rows?
I'm trying to export a table to a csv file that has about 5600 records, but when it gets to 5000 rows it shows: Status: Completed: Exported...
History of queries and results?
I'm used to tools that allow you to view previously executed sql and corresponding results without having to pin or save each one. Is that...