Tag Archives: staging database

Persisting Data: part 9 – A Modest Data Collection Proposal

This begins with a  recap the previous posts in this series. Part 1 is a technology review of some of the more common .NET application layer persistence techniques. One key take-away is that many currently trending object relational mappers (ORMs) … Continue reading

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

Persisting Data – part 2: The Un-Indexed Heap

A heap is a table with no clustered index. The performance and throughput advantages of targeting an un-indexed heap structure when loading multiple rows of data into SQL Server can be fantastic. That does not shed much light on how … Continue reading

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