MS SQL Compiling a Stored Procedure With a Requery

The following query model is run to recompile the stored procedure in MS SQL with the query.

EXEC sp_recompile '{Our SP Name}'

Here is an example of usage..

EXEC sp_recompile 'SP_UPDATE_CONTACTS'


You May Interest

What are Wait Types in SQL Server ?

Finding List of Tables Using View in MS SQL

How to Learn MS SQL Server Version

What is RAISEERROR in SQL Server ?

Disabling a Specified Trigger in MS SQL Server