Search code examples
sql-serverlinuxubuntutrace

how to tail mssql server logs in linux?


I want to monitor all queries on ms sqlserver database.

How to see and trace microsoft sql server logs via tail command in linux?

I use the following command to see postgresql logs:

sudo tail -f /var/log/postgresql/postgresql-10-main.log

Solution

  • I use azure-data-studio profiler extension to tracing queries.