Simon Mourier's Avatar
Simon Mourier's blog (1807 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI3, AOT, P/Invoke, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • .net
  • algorithms
  • database
  • sql

.net: Create/store a big amount data paralleling to SQL server

Aug 24, 2011 See the question and my original answer on StackOverflow

Are you sure you need parallel processing? 30000 may not be that big. I suggest you look at the SqlBulkCopy class first. Here is a link that explains how to use it: Using SqlBulkCopy To Perform Efficient Bulk SQL Operations

  • SmoBlog © 2010-2026 Simon Mourier. All rights reserved.
  • Privacy & Terms