mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
* add the first version of whoisactive * address comments * address comments * fix the issues from the last commit * clean up package.json
4 lines
141 B
Transact-SQL
4 lines
141 B
Transact-SQL
IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.ROUTINES WHERE ROUTINE_NAME = 'sp_WhoIsActive')
|
|
EXEC sp_WhoIsActive
|
|
@get_plans = 1
|
|
GO |