I am new to JSON and SQLBulkCopy. I have a JSON formatted POST data that I want to Bulk Copy/Insert in Microsoft SQL using C#.
JSON Format:
{ \"U
You should use Table valued parameters. if you are using > sql server 2005. You can have an example here