摘要:
create view testview as 聚集索引 表中数据行的物理存储顺序与索引顺序完全相同 非聚集索引 不改变表中数据行的物理存储顺序,数据与索引分开存储,索引中仅包含 索引值和指向数据行的指针 create unique clustered index ix_briday on dbo. 阅读全文
posted @ 2017-11-26 22:55
mikefts
阅读(139)
评论(0)
推荐(0)
摘要:
选中数据库,可编程性,类型,用户自定义数据类型,增加 删除 use test go exec sp_addtype phonecall, 'char(11)','not null' go use test go exec sp_droptype 'phonecall' go alter table 阅读全文
posted @ 2017-11-26 00:28
mikefts
阅读(133)
评论(0)
推荐(0)

浙公网安备 33010602011771号