SET STATISTICS TIME
statements #tsql#statements
For Transact-SQL statements that do not produce STATISTICS PROFILE result sets, only the
appropriate permissions to execute the Transact-SQL statements are required. For Transact-SQL
statements that do produce STATISTICS PROFILE result sets, checks for both the Transact-SQL
statement execution permission and the SHOWPLAN permission must succeed, or the
Transact-SQL statement execution is aborted and no Showplan information is generated.
SET Statements (Transact-SQL)
SET SHOWPLAN_ALL (Transact-SQL)
SET STATISTICS TIME (Transact-SQL)
SET STATISTICS IO (Transact-SQL)
See Also