Hacker News new | ask | show | jobs
by bdcravens 3458 days ago
Article implies only clients for managing SQL Server are SSMS or VS Code - for most of what you'd need to do, tools like DataGrip, Navicat, or any other solution that supports JDBC works well on most platforms.
2 comments

Not forgetting HeidiSQL which although is a Windows app runs well under Wine:

http://www.heidisql.com/download.php

https://appdb.winehq.org/appview.php?iAppId=3326

IntelliJ db browser is nice as well. You can connect to all mainstream DBs including MS SQL.
Yes, DataGrip is the full blown standalone version of the database tool in their various IDEs.