SQL Server heap v.s. clustered index

后端 未结 3 1806
难免孤独
难免孤独 2021-01-31 04:06

I am using SQL Server 2008. I know if a table has no clustered index, then it is called heap, or else the storage model is called clustered index (B-Tree).

I want to lea

3条回答
  •  一生所求
    2021-01-31 04:15

    Books Online is the best source!

    The whole Database Engine - Planning and Architecture - Tables and Index Data Structures Architecture is very good internal introduction.

    From this link you can download a local copy of Books Online(it is free). It is the best (and official) reference to all Sql 2008 questions.

提交回复
热议问题