Other Types of Events

Of the remaining event types, two are based on client activities and the rest are based on Open Data Services server activities:

For a complete list of all Open Data Services events, see Events and Event Types.

Because SQL Server itself handles the main event, extended stored procedures can include pre- and post-event handlers. Pre- and post-event handler functions are defined the same as standard event handler functions. First the pre-handler is called, then SQL Server handles the main event, then the post-handler is called. For more information about pre- and post-event handlers, see srv_pre_handle and srv_post_handle.