declare @TableCount TABLE (a INT);
To delete contents of above table variable
use the following command
DELETE FROM
@TableCount
SELECT txt.TEXT AS [SQL Statement], qs.EXECUTION_COUNT [No. Times Executed], qs.LAST_EXECUTION_TIME AS [Last Time Executed], ...
No comments:
Post a Comment