When recompiling a stored procedure are dependency stored procedures also recompiled?

Posted by Phil on Stack Overflow See other posts from Stack Overflow or by Phil
Published on 2010-03-18T10:27:16Z Indexed on 2010/03/18 10:31 UTC
Read the original article Hit count: 233

I have a stored procedure that basically calls 7 or 8 other stored procedures. I'd like know if recompiling the outer stored procedure will cause the 7 or 8 to also be recompiled?

[edited for spelling]

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about stored-procedure