Hi.
I have developed an application with SQL server 2000.Knowing that, I have almost 10 sp in it.
but still I feel I have trouble with stored procedures which return a value......I mean, as we
can develop a sp that returns a value, by specifying an "out put" parameter in parameter list of it
or without out put parameter we can develop it using "return" keyword...so when we should use first
methos and when the second?
Thank you
I have developed an application with SQL server 2000.Knowing that, I have almost 10 sp in it.
but still I feel I have trouble with stored procedures which return a value......I mean, as we
can develop a sp that returns a value, by specifying an "out put" parameter in parameter list of it
or without out put parameter we can develop it using "return" keyword...so when we should use first
methos and when the second?
Thank you