Click here to Skip to main content
15,924,829 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to create strored proc that take array of strings like params paramter in c#

i have stored proc that take 10 strings is there is any way that specify paramters using something like c# (params sqlParam[] paramtrs) in sql server
Posted

1 solution

Personally I like to use Table-Valued parameters . For example see Table-Valued Parameters[^] or How to pass multiple records to a Stored Procedure[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900