Out Parameters in Stored Procedures

Posted by mkus on Stack Overflow See other posts from Stack Overflow or by mkus
Published on 2010-04-27T07:04:29Z Indexed on 2010/04/27 7:23 UTC
Read the original article Hit count: 254

Filed under:
|

Hi, Let's think that a stored procedure takes an out parameter. When this stored procedure is called with this out parameter is already initialized to something, does this situation cause an exception? thanks.

© Stack Overflow or respective owner

Related posts about SQLServer

Related posts about t-sql