Does executing a ALTER PROCEDURE statement for a stored procedure cause all cached execution plans for that stored procedure to become invalid and expire in SQL Server 2008 / 2005?
Does executing a ALTER PROCEDURE statement for a stored procedure cause all cached execution
Share
Yes.
You can verify this by doing
before and after.
From TechNet