Really Descriptive Names
posted by GopinathM(20) 4 years, 6 months ago 0
Adding more description to the post helps us to understanding it better.
Reply
How to pass array of values into SQL Server stored procedure using XML
Alternatively you can pass comma separated values in a varchar/nvarchar type and apply table valued functions to split them as a list. I believe that will be faster than this method as XML overhead is very high. What do you say?