D
D
Daeamon2016-12-10 13:53:27
ASP.NET
Daeamon, 2016-12-10 13:53:27

What is the fastest way to send a large amount of data from ASP.NET to MSSQL?

Hello, I faced the task of periodically uploading a large amount of data to SQL.
Pour it all through the for loop and LINQ is a bit of a moronic idea because it takes too much time and resources.
Is there any ready-made mechanism for this task?
In my thoughts so far, only generating a .sql dump using ASP.NET, saving it to a file and then uploading it to the database through SQL Server.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
d-stream, 2016-12-10
@Daeamon

Bulk insert / openrowset

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question