How to pass parameters to stored procedure ?
- by Kumara
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 neme and Address , next time i pass name,sirname,address ,
this parameter range may be 1-30 ,
Please send any answer if you have,Thanks