SQL Operations Studio
31–40 of 96 posts
Re: SQL Operations Studio
#32This is a good time to ask: is there any good SQL IDE for Oracle better than SQL Developer?
Re: SQL Operations Studio
#33This is a good time to ask: is there any good SQL IDE for Oracle better than SQL Developer?
I know a few people who just use Intellij for it.
Re: SQL Operations Studio
#34That said, the screenshots look decent and I've been looking for an alternative to the SQL Server Management Studio a couple times already. So I already applaud the effort.
Re: SQL Operations Studio
#35I guess it's a good thing I didn't do the project I was thinking about. I observed the fact that SQL Server had no management tool that was cross-platform, and thought perhaps I would build such a thing. Nice work Microsoft! On a side-note, I'd love to see an even more minimalist stripped-down, read-mostly query/tabular result only (with pivot tables) tool, which had some local columnar storage caching/query engine,…
Re: SQL Operations Studio
#36No Postgres support yet. Looks like a great app though. https://github.com/Microsoft/sqlopsstudio/issues/56
You're kidding, right? This is a Microsoft product. Microsoft have their own database. What value is it to them to help people continue using competitor's products? Besides, it's not like Postgres doesn't have plenty of GUI tools already: https://wiki.postgresql.org/wiki/Community_Guide_to_PostgreS...
I grew up with the Microsoft you describe, but they've been gone for several years now. Not to say they can do no wrong, or that we shouldn't be wary, but to think it ridiculous that they could support multiple databases is not compatible with their actions lately.
Re: SQL Operations Studio
#37Finally, DBA's can experience the "wonders" of electron too. When you accidentally select * and get 100,000 items back how does the non-native table view hold up?
Re: SQL Operations Studio
#38Finally, DBA's can experience the "wonders" of electron too. When you accidentally select * and get 100,000 items back how does the non-native table view hold up?
It works well for large data sets. The UI is indeed virtualized (using SlickGrid), and the backend streams query results to a temp file to avoid memory usage growing too high. Note: As you might guess from the details, I work on this tool. Please try it out and let us know if you run into any issues!
Re: SQL Operations Studio
#39No Postgres support yet. Looks like a great app though. https://github.com/Microsoft/sqlopsstudio/issues/56
You're kidding, right? This is a Microsoft product. Microsoft have their own database. What value is it to them to help people continue using competitor's products? Besides, it's not like Postgres doesn't have plenty of GUI tools already: https://wiki.postgresql.org/wiki/Community_Guide_to_PostgreS...
Re: SQL Operations Studio
#40Currently extracting the 16819 files in the archive.. ;-) That said, the screenshots look decent and I've been looking for an alternative to the SQL Server Management Studio a couple times already. So I already applaud the effort.
Very exciting development, looking forward to trying it out.