I have a binary file with about 185k rows in it. C# parses file in seconds. What would be the best way to update MSSQL table with
C#
MSSQL
Not sure you really want to do it via C#: probably want to use BULK INSERT and give it a file with your data properly formatted.