[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.sqlserver.programming

my stored procedure's unexpected return

rodchar

3/20/2007 7:52:00 PM

hey all,
i have a working stored procedure and i did a test on it and the return
value returns a -6. how do i know what that is?

thanks,
rodchar
1 Answer

Aaron [SQL Server MVP]

3/20/2007 7:54:00 PM

0

Look in the code for the line that states RETURN (-6)

--
Aaron Bertrand
SQL Server MVP
http://www.sq...
http://www.aspfa...



"rodchar" <rodchar@discussions.microsoft.com> wrote in message
news:3FB8D749-E517-49B5-986A-230DD0EACA66@microsoft.com...
> hey all,
> i have a working stored procedure and i did a test on it and the return
> value returns a -6. how do i know what that is?