Quantcast
Viewing all articles
Browse latest Browse all 27

TSQL Script to Clear SQL Server Cache

Below script that can be used to clear SQL Server Cache. Helpful while working on performance tuning of SQL Scripts. Note that this script is solely for running on Development environments, do not run in Production as it would cause issues to queries that depend on cached data.

Viewing all articles
Browse latest Browse all 27

Trending Articles