I ran across an issue where I need to send lots of data to a stored procedure in SQL Server for processing. All of this is for a site called www.YourStatManager.com. This is a break down of how to do it. Unfortunately, at the time, .Net Core didn’t support using a DataTable with a stored procedure but there are alternatives.
Continue reading “Send Lots of Data to a Stored Procedure”