1
Answer

How any information returned to the client should be done via a result set.

Manish Singh

Manish Singh

13y
2.2k
1
Hi All,
I was just going through SQL server database standards, wherein I found these statements mentioned below. But I actually did not understand, how they are justified. Thank you in advance for any information.

1. Do not use output parameters. Any information returned to the client should be done via a result set.

2. Do not create stored procedures that return multiple result sets.
Answers (1)