Oh this looks good. I've been using: https://sqlitebrowser.org/ This seems to offer way more.
Curious about this one.
11–20 of 114 posts
Oh this looks good. I've been using: https://sqlitebrowser.org/ This seems to offer way more.
Curious about this one.
And with a basic Win32 GUI I can bet my pumpkin latte what it as fast as SQLite itself.
Windows-only seems to me like the most rapidly shrinking market.
They were all replaced with SSMS, which was a slow abomination.
Query Analyzer is my favourite SQL editing environment to this day. It was incredibly snappy, could render thousands of rows without skipping a beat and had a nice explain visualisation built in. If there was a modern rewrite that supported PostgreSQL, I'd buy it in an instant.
There are screenshots in these articles if anyone's interested:
http://etutorials.org/SQL/microsoft+sql+server+2000/Part+II+...
https://www.sqlservercentral.com/articles/using-query-analyz...
I love that this looks very much like Query Analyzer, the lightweight querying tool that came with SQL Server 2000. Back then, server management, querying and profiling were handled by separate utilities that did one thing well. They were all replaced with SSMS, which was a slow abomination. Query Analyzer is my favourite SQL editing environment to this day. It was incredibly snappy, could render thousands of rows wi…