Groups | Blog | Home
all groups > sql server programming > february 2004 >

sql server programming : Recompiling without executing stored procedure



Maryam Teimourian
2/16/2004 11:06:07 PM
H
I create a stored Procedure with CREATE PROCEDURE statement and I want it to be recompiled without executing the stored procedure
I want to recompile it while creating the sp or after that , not by executing it next time
How can I do this
Roji. P. Thomas
2/17/2004 12:46:23 PM
From BOL.

SET NOEXEC
Compiles each query but does not execute it.

Syntax
SET NOEXEC { ON | OFF }



--
Roji. P. Thomas
SQL Server Programmer
[quoted text, click to view]

AddThis Social Bookmark Button