Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I profile SQL-Server from a Linux Desktop ?

We are developing a .NET Core application on Linux.
We use JetBrains Rider.
I wanna to profile SQL-Server (remote or local) from my Linux dev machine.
How can I do that (from Linux) ?


1 Answers

The best option is now to use Azure Data Studio (which Microsoft releases as a native Linux application): https://learn.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-studio

Then install the SQL Server Profiler extension: https://learn.microsoft.com/en-us/sql/azure-data-studio/extensions/sql-server-profiler-extension

like image 199
James Mc Avatar answered Oct 31 '25 01:10

James Mc