会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
thought persistence
简单,再简单一点
博客园
首页
新随笔
联系
管理
订阅
2005年1月14日
关于索引,我们可以多知道一些 -- 全表扫描和索引扫描
摘要: 先建立一个简单的表结构 create table test (a int ,b datetime) create index idx_b on test(b) 再来点测试数据 declare @i int declare @x int set @i&...
阅读全文
posted @ 2005-01-14 11:40 progame
阅读(3272)
评论(3)
推荐(0)
编辑
公告