Add details for each chart and update README (#1341)

* add details for each chart and update readme

* update README
This commit is contained in:
Abbie Petchtes
2018-05-03 13:19:16 -07:00
committed by GitHub
parent 1c48320ce0
commit f696274740
9 changed files with 84 additions and 25 deletions

View File

@@ -0,0 +1,7 @@
IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.ROUTINES WHERE ROUTINE_NAME = 'sp_WhoIsActive')
EXEC sp_WhoIsActive
@get_plans = 1,
@sort_order = '[used_memory] DESC'
ELSE
SELECT 0;
GO