Tag Archives: ADO.NET

Persisting Data – part 6: TVPs are for SSISies

By now we may agree that Table-valued Parameters (TVPs) have an undeniable throughput advantage over row-at-a-time approaches for moving data from application buffers to safe storage. We may even be on the same page with regard to the appeal of … Continue reading

Posted in Data Loading | Tagged , , , , | Leave a comment

Persisting Data – part 1: The “impedance mismatch”

This post is an introduction to a few posts to follow that will describe a testing methodology for designing optimized database synchronization protocols. Synchronization is the operation of persisting data changes at the application layers to the database. The methodology … Continue reading

Posted in Data Loading | Tagged , , | Leave a comment