November 23, 2004 01:23 PM
Beware: Using sp_configure to change a Value Involves DBCC FREEPROCCACHE
Rating:

(0)
SQL Server Magazine
InstantDoc ID #44308
I recently learned that when you call sp_configure to set a value for any option, SQL Server issues a DBCC FREEPROCCACHE command. This command invalidates all stored procedure plans currently cached and requires recompilation of new plans the next time the stored procedure runs. Sp_configure issues this DBCC command because changing some options that sp_configure supports can invalidate stored procedure plans. For example, if you change the max degree of parallelism option, SQL Server t...
...This article is for paid Professional Members only.
Already a Professional Member? Please log in now: