June 20, 2011 at 6:43 am
Is the no. of output parameter will hit the performance of a procedure??
if yes why?
June 20, 2011 at 8:40 am
Are you asking if output parameters are slow? No, they're not. If anything, they can be faster than returning a result set.
Are you asking if large numbers of output paramters can hurt performance? That, I don't know. It's not something I've tested.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
June 20, 2011 at 8:43 am
ya, my question is large no. of output parameter hurts procedures performance if yes then why ??
June 20, 2011 at 8:54 am
I don't know. It's something I'd have to test. You need to let us know what a "large number" looks like to you.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply