How to pass a variable number of parameters to a SQL Server stored procedure ?
Posted
by Kumara
on Stack Overflow
See other posts from Stack Overflow
or by Kumara
Published on 2010-03-21T01:47:40Z
Indexed on
2010/03/21
2:01 UTC
Read the original article
Hit count: 412
I used SQL Server 2005 for my small web application. I Want pass parameters to SP . But there is one condition. number of parameter that can be change time to time. Think ,this time i pass name and Address , next time i pass name,surname,address ,
this parameter range may be 1-30 ,
© Stack Overflow or respective owner