I 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,…
As for cross-platform, VS Code has a plugin for SQL Server. It doesn't provide all the graphical management tools that SSMS does but all the stored procedures are available, naturally. If you're on a Mac, i suggest [1] Hankinsoft's SQL Studio. I've been using it daily for a couple of years. It's very light weight and supports most db's. It has some neat functions too; like marking rows and columns, right click and ge…
SQL Operations Studio
71–80 of 96 posts
Re: SQL Operations Studio
#72Re: SQL Operations Studio
#73Earlier quoted context omitted.
Good to know. Will move to Percona or MySQL.
That seems like a very short-sighted, if not childish, statement.
Re: SQL Operations Studio
#74Earlier quoted context omitted.
Well, basically they only want to give it away for free, if you actually cannot pay for it. That seems reasonable. But I agree, an OS alternative would be great, and this seems like it could be it.
Yeah, I understand the logic behind the licensing. However, under the guise of promoting open source, what this actually does is it promotes giving your work away for free and discourages making money with open source products. As a huge proponent of open source myself, I have no problem with projects that are open source and make money; anything that isn't "hobbyist level" should be able to make money, and if you wa…
Re: SQL Operations Studio
#75Finally, 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?
Have you seen pgAdmin III? You are not doing any sort of action in that tool within 30 seconds. Worst of all, it's pre-Electron terrible, where they run a local webserver that is probably leaking your database secrets to every local app.
Re: SQL Operations Studio
#76Earlier quoted context omitted.
Yeah, I understand the logic behind the licensing. However, under the guise of promoting open source, what this actually does is it promotes giving your work away for free and discourages making money with open source products. As a huge proponent of open source myself, I have no problem with projects that are open source and make money; anything that isn't "hobbyist level" should be able to make money, and if you wa…
I get your point, but also... You are complaining that they are not willing to give their work away, unless you are willing to give your work away.
It's not so much a complaint (they're within their rights), I just find it uneasy to ask people to forego revenue. I feel it sends the wrong message and promotes the wrong mindset.
Re: SQL Operations Studio
#77In case you're wondering, or just want to confirm the reason for the presence of a "privacy statement" --- yes, it does phone home: https://github.com/Microsoft/sqlopsstudio/tree/master/src/vs... At least the source is available, so it should be relatively easy to remove, but as the saying goes, "look before you leap"...
[0]: https://github.com/Microsoft/sqlopsstudio/blob/6e05dd7fa13d2...
Re: SQL Operations Studio
#78This is a good time to ask: is there any good SQL IDE for Oracle better than SQL Developer?
Re: SQL Operations Studio
#79I wonder what SSMS can do that this can't? SSMS is not cross platform as far as I know, whereas this is. Would be nice if they elaborated on the differences and pros/cons.
There's a lot of little things I wish SSMS had/did (like inline text search for sproc/table) and was hoping this would have it. The execution plan screen (explain in this IDE) is a lot cleaner, though.
Re: SQL Operations Studio
#80In case you're wondering, or just want to confirm the reason for the presence of a "privacy statement" --- yes, it does phone home: https://github.com/Microsoft/sqlopsstudio/tree/master/src/vs... At least the source is available, so it should be relatively easy to remove, but as the saying goes, "look before you leap"...