SQL SERVER QUERY EXECUTION DEMYSTIFIER
top
online app
features
downloads
Welcome to Supratimas
Web-based analysis tool for Microsoft SQL Server® query execution plans.
also available as a SQL Server® Management Studio plug-in (
download
)
Online Application
Examples:
SELECT * FROM sys.objects
SELECT * FROM sys.objects ORDER BY [object_id];
SELECT [type], count(*) from sys.tables GROUP BY [type];
DECLARE @t TABLE (a int, b int);
INSERT INTO @t VALUES (0,100), (1,101), (2, 102);
SELECT a+b from @t WHERE a > 1 ORDER BY b;
Open Query Plan File
If you like Supratimas, please support us with your donation.
Thoda Pyaar Thoda Magic Movies __link__ Free Download 2021 (LATEST – GUIDE)
All Nodes view
display all execution nodes
Expensive Nodes view
display execution nodes with the cost over 1 percent only
Joins view
display only joins nodes
Downloads
Download Supratimas 2.2.0
for SQL Server Management Studio® 2016
for SQL Server Management Studio® v17.x
for SQL Server Management Studio® v18.x
Download Supratimas 1.1.2000
for SQL Server Management Studio® 2008-2014