SET STATISTICS PROFILE#
Displays the profile information for a statement. STATISTICS PROFILE works for ad hoc queries, views, and stored procedures.
Syntax#
SET STATISTICS PROFILE { ON | OFF } [;]
Remarks#
Argument values are ignored and do not change the default behavior.
Permissions#
Requires membership in the public role.