-
Query Editor (Portal)
-
Azure Data Studio
- cross-platform
- intellisense, code snippets storage, source control, integrated terminal
- charting of query results
- open source free
-
SQL Server Management Studio (SSMS)
- allow database management
- performance tuning
- import & export of DB backup files
-
sqlcmd
- Command line utility
- execute T-SQL statements, stored procs, and script files
- can run in a docker container