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,…
DataGrip by JetBrains is cross-platform and supports a large variety of database servers.
SQL Operations Studio
51–60 of 96 posts
Re: SQL Operations Studio
#52Currently 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.
Same here - I'm glad I have a NVME drive, dread to think about the extract on a SATA one. :D Very exciting development, looking forward to trying it out.
Re: SQL Operations Studio
#53Earlier quoted context omitted.
Same here - I'm glad I have a NVME drive, dread to think about the extract on a SATA one. :D Very exciting development, looking forward to trying it out.
Why on earth would it be dreadful on a SATA SSD? Does it really matter if it takes 15 seconds vs 18 seconds?
Re: SQL Operations Studio
#54I 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
#55I 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,…
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 get insert statements. It's not free, but for me, it has been well worth the price.
If you want something for quick data analysis, I would suggest looking into queryStorm [2]. It was on HN's front page [3] last week, but for it's C# capabilities. It started as as SQL query tool for excel. I have yet to try it but it seems very useful and fast. Although I don't think it has any column store caching.
Re: SQL Operations Studio
#56Earlier quoted context omitted.
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 was actually in the room listening as the question came up to the team that makes this tool, its not off the table at all. The value to them is Azure, which hosts open source databases, why not give your customers the decent tooling at the same time? You'll even find things in the tool that reference non-Microsoft language, eg the button generally labeled "Estimated Execution Plan" in SQL Server Management Studio i…
Re: SQL Operations Studio
#57Re: SQL Operations Studio
#58Re: SQL Operations Studio
#59I badly want an alternative to DataGrip. It's great, but it's not free and its open source license criteria are frankly ridiculous [https://www.jetbrains.com/buy/opensource/?product=datagrip]:
>> Your OS project may not offer paid sponsorship; receive funding from commercial companies or organizations (NGO, education, research, or governmental). You do not provide any paid support, consulting or training services for your OS project, and you do not distribute paid versions of your OS software. Contributors who are paid to work on the project are not eligible.
Re: SQL Operations Studio
#60I 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.