Stored Proc : Use Return or Select at end?

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-03-12T17:42:30Z Indexed on 2010/03/12 17:47 UTC
Read the original article Hit count: 230

Filed under:
|
|

If I'm creating a C# wrapper for a stored proc, and that sp only returns/selects (not sure) 1 value, should I use return or select at the end of that sp?

This is for t-sql.

© Stack Overflow or respective owner

Related posts about tsql

Related posts about stored