Jun 16, 2003 #1 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
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
Jun 17, 2003 #2 JeanNiBee Programmer Mar 28, 2003 126 US 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 Upvote 0 Downvote
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