Love

To the world you may be one person,but to one person you may be the world.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年4月3日

摘要: SQL Server 索引结构及其使用(转) 一、深入浅出理解索引结构 实际上,您可以把索引理解为一种特殊的目录。微软的SQL SERVER提供了两种索引:聚集索引(clustered index,也称聚类索引、簇集索引)和非聚集索引(nonclustered index,也称非聚类索引、非簇集索引)。下面,我们举例来说明一下聚集索引和非聚集索引的区别: 其实,我们的汉语字典的正文... 阅读全文

posted @ 2009-04-03 15:17 timmy.tian 阅读(98) 评论(0) 推荐(0)

摘要: zangeweizi 阅读全文

posted @ 2009-04-03 15:16 timmy.tian 阅读(117) 评论(0) 推荐(0)