day 23 索引
摘要:-- 创建唯一聚集索引 create unique clustered --表示创建唯一聚集索引 index UQ_Clu_StuNo --索引名称 on Student(S_StuNo) --数据表名称(建立索引的列名) with ( pad_index=on, --表示使用填充 fillfact
阅读全文
posted @ 2018-09-13 16:07
posted @ 2018-09-13 16:07
posted @ 2018-09-01 16:47