mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:35:37 -05:00
5 lines
145 B
SQL
5 lines
145 B
SQL
--Stops the XEvent Sessions
|
|
DROP EVENT SESSION [PageContention] ON SERVER
|
|
DROP EVENT SESSION [ObjectContention] ON SERVER
|
|
SELECT 0 AS RESULTCODE
|