Skip to content
Advertisement

Tag: sql-execution-plan

How to view execution plans in SQL Server on Linux

I have SQL Server installed on Linux. It was installed from Microsoft’s repos as described here: https://learn.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu In MySql I used to write EXPLAIN in front of my query to see the execution plan. In SQL Server it doesn’t seem to work. But I don’t have the studio program installed, only just SQL Server and the sqlcmd tool. How do

Advertisement