Hi,
I need to pass multiple values to single parameter and store that value into table using stored procedure.
Example:
i want to pass particular subject mark to all the student using single parameter .
Plz help me .
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Iftikar HussainPosted Jul 12, 2013, 7:01 AM
You can pass comma separated value like 60,40,100 to your single parameter then in your sp you can call one UDF to split this value
Here is the UDF for splitting comma separated value
Regards,
Iftikar