I'd like to be able to index a view having a WHERE clause on date.
Index DDL
[code language="sql"]
USE [DistributionCenterFeed]
GO
CREATE UNIQUE CLUSTERED INDEX vidx_DE
↧
Error: The view contains a convert that is imprecise or non-deterministic. Prevents indexing view.
↧