A.事務復制 B.合并復制 C.快照復制 D.隊列復制
A、非聚集索引 B、聚集索引 C、惟一索引 D、復合索引
A.CREATEINDEXinxPKONauthors(au_id) B.DBCCDBREINDEX(‘pubs.dbo.authors’,idxPK,80%) C.DBCCDBREINDEX(‘pubs.dbo.authors’,idxPK,80) D.RECREATEINDEXinxPKONauthors(au_id)