Server-wide abstract plan capture and association modes

A system administrator can enable server-wide plan capture, association, and replacement modes with these configuration parameters:

By default, these configuration parameters are set to 0, which means that capture and association modes are off. To enable a mode, set the configuration value to 1:

sp_configure "abstract plan dump", 1

Enabling any of the server-wide abstract plan modes is dynamic; you need not restart the server.

Server-wide capture and association allows the system administrator to capture all plans for all users on a server. You cannot override server-wide modes at the session level.