SET STATISTICS IO#
Causes engine to display information regarding the amount of disk activity generated by Transact-SQL statements.
Syntax#
SET STATISTICS IO { ON | OFF } [;]
Remarks#
Argument values are ignored and do not change the default behavior.
Permissions#
Requires membership in the public role.