QUESTION:
I've heard that using the RETURN statement can boost performance because SQL Server will not create a recordset.
Where does the return statement go in my stored proc?
NOTE:
I'm using asp.net to call my stored procs.
Any input or syntax is much appreciated in advance. Thank you.