1
Reply

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

Manish Singh

Manish Singh

Nov 26 2011 6:51 AM
2.2k
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)