I have .NET application that passes parameters to a stored procedure. One of the parameters is a table valued parameter(TVP) which is with wider width in terms of number of columns and also it may carry anywhere between 10 K to 100 K records.
I would like to know if anybody has experience with this scenario and how it performed, any thoughts and suggestions. Thanks for your time and effort.