Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Impact of output parameter in performance.

Author  Topic 

ravibabu.j
Starting Member

2 Posts

Posted - 2009-09-11 : 04:58:38
Hello,

I am using stored procedure in my ASP.NET Application to intract with database for insert,update,delete and select.In all the procedure, i am using out parameter to pass some message to application.

I want to know, what is the impact of using out parameter in the performance of application.

This output parameter , i am returning along with resultset.

Looking for a appropriate suggestion with reason.

Thanks in Advance.

Ravi

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2009-09-11 : 19:49:16
You should hardly see any impact in performance by returning additional information via OUTPUT parameters.

Dinakar Nethi
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page
   

- Advertisement -