zzz projects SqlBulkCopy Tutorial
Documentation Troubleshooting
Knowledge Base
  • Documentation
  • Troubleshooting
  • Knowledge Base

SqlBulkCopy Tutorial - Knowledge Base (KB)

2 results in tag: dml

Thread is hung by SqlBulkCopy.WriteToServer. Abort is the name, although no one knows why.

Given:...A ...BenchMark... class that lets me know when something has completed....A very large XML file (~120MB) that has been parsed into multiple Lists...Some code:...SqlConnection con = null; SqlTransaction transaction = null; try { con = getCon();...
c# dml large-files linq sqlbulkcopy
asked by aarona

Is it possible to ALTER TABLE (DDL) in the middle of an DML transaction on the same table?

Say, you begin a SqlTransaction from C# inside which you are inserting data from a DataTable into a SQL table, but this data is A LOT of data, so you do it 'in chunks' with a SqlBulkCopy inside the SQL transaction and only commit the transaction if ALL th...
c# ddl dml sqlbulkcopy sqltransaction
asked by sergeidave

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!