Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Error: The view contains a convert that is imprecise or non-deterministic. Prevents indexing view.

$
0
0

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


Viewing all articles
Browse latest Browse all 3145

Trending Articles