3
Cara meningkatkan taksiran 1 baris dalam Tampilan yang dibatasi oleh DateAdd () terhadap indeks
Menggunakan Microsoft SQL Server 2012 (SP3) (KB3072779) - 11.0.6020.0 (X64). Diberikan tabel dan indeks: create table [User].[Session] ( SessionId int identity(1, 1) not null primary key CreatedUtc datetime2(7) not null default sysutcdatetime()) ) create nonclustered index [IX_User_Session_CreatedUtc] on [User].[Session]([CreatedUtc]) include (SessionId) Baris Aktual untuk masing-masing kueri berikut adalah 3,1M, baris …