mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
move server report ext to extensions (#14087)
* move server report ext to extensions * limit the size of data * comments
This commit is contained in:
4
extensions/server-report/src/sql/stopEvent.sql
Normal file
4
extensions/server-report/src/sql/stopEvent.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--Stops the XEvent Sessions
|
||||
DROP EVENT SESSION [PageContention] ON SERVER
|
||||
DROP EVENT SESSION [ObjectContention] ON SERVER
|
||||
SELECT 0 AS RESULTCODE
|
||||
Reference in New Issue
Block a user