Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Optimization on SP calls based on the number of parameters

Status
Not open for further replies.

areza123

Programmer
Jul 4, 2002
60
IN
I'm calling an SP from my c++ code. The SP takes 3 parameters which are all varchar(50). Will it run faster if I replace this with 1 parameter ?

Thanks
 
Hi

In general, no, but it totally depends on what the sp is doing.



-=-=-=-=-=-=-=-=-
For ease of reading, any posted CODE should be wrapped by [ignore][COLOR][/COLOR] and
Code:
[/ignore] tags.

Ex:
Code:
SELECT 1 from sysobjects

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top