B
Brent
When specifying the parameter direction for sqlserver should you use
inputoutput or ouput if your not going to passing anything into the
parameter? In 99% of the cases where i use output params; i don't pass
anything into them. I know sql server output params are really input/output
variables but i didn't know if you weren't going to pass anything into them
if just specifying output would either be more effecient or safer.
thanks,
Brent
inputoutput or ouput if your not going to passing anything into the
parameter? In 99% of the cases where i use output params; i don't pass
anything into them. I know sql server output params are really input/output
variables but i didn't know if you weren't going to pass anything into them
if just specifying output would either be more effecient or safer.
thanks,
Brent