Community

Passing an array of values to SQL Server (Stored Procedure) without parsing/string manipulation

(Tony Rogerson) If you are splitting a CSV that just contains numbers, for instance surrogate key id’s that you are passing in because of a multiple select checkbox or something and you know the values range then why split the string? It’s simpler than that – no splitting required, just use dynamic

Read More - Register for Free Membership