Drops an event session.
Transact-SQL Syntax Conventions
DROP EVENT SESSION event_session_name ON SERVER
Is the name of an existing event session.
When you drop an event session, all configuration information, such as targets and session parameters, is completely removed.
Requires CONTROL SERVER permission.
The following example shows how to drop an event session.
DROP EVENT SESSION evt_spin_lock_diagnosis ON SERVER