Browse by Tags

SQL Table stored as a Heap - the dangers within
30 April 10 11:55 AM | MikeD | 6 comment(s)
Nearly all of the time I create a table, I include a primary key, and often that PK is implemented as a clustered index. Those two don't always have to go together, but in my world they almost always do. On a recent project, I was working on a data warehouse...
Filed under: , ,
More Posts