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!

Maximum number of parameters?

Status
Not open for further replies.

redlam

MIS
Jun 28, 2000
218
US
Does anyone know if there is a maximum number of parameters that can be sent in a stored procedure?  I need to be able to accept up to 100 parameters from a customer order form.  Is this possible in SQL 7?
 
1,024 is the maximum number of stored procedure parameters, so it looks like you're in luck!<br><br><i>source: BOL, topic: Create Procedure (T-SQL)</i> <p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br>
 
Thank you.&nbsp;&nbsp;I had searched BOL - not sure how I missed this!!&nbsp;&nbsp;
 
Don't feel bad; it took me about 5 topics to find it as well, which is why I included the topic name. <p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br>
 
Hi,
I'm wondering if there was any resolution for this XIRR calculation in SQL because I need this now as well. If someone could get back to me with suggestions I would be obliged.

Thanks
Gopal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top