I'm seeking clarification. I've seen heap tables defined as tables with no CLUSTERED index, but can have NON-clustered indexes on them. However, it does seem that SQL Server makes a distinction between these definitions. As in the sysindexes table, indid 0, 1, 2 are for no-indexes, clustered...