Search notes:

SQL Server tools

sqlcmd
bcp
osql
mssql-cli
SQL Server Configuration Manager to configure SQL Server services and network properties.
mssql-conf is the SQL Server on Linux pendent for SQL Server Configuration Manager.
mssql-scripter
Management Studio
Azure Data Studio is a light-weight editor that can run on-demand SQL queries, view and save results as text, JSON, or Excel.
SQL Server Data Tools

Tools that are useful in migration scenarios

Database Experimentation Assistant (DEA) to evaluate a given workload on a targeted SQL Server version, especially before upgrading.
Data Migration assistant to detect compatibility issues in newer SQL Server versions.
Distributed Replay (DReplay.exe)
ssbdiagnose (SSBDiagnose.exe) to find issues with Service Broker conversations or configuration issues with Service Broker services.
SQL Server Migration Assistant.

Index