Hi Redgate team,
it seems that there is no intellisense for the WHERE in a filtered columnstore index.
CREATE NONCLUSTERED COLUMNSTORE INDEX NCI_SalesOrderHeader_RevisionNumber_FLTR
ON Sales.SalesOrderHeader (RevisionNumber)
WHERE RevisionNumber = -1;
GO
Would be nice to see this in the next release - thanks!
Torsten
FoRG and MVP
it seems that there is no intellisense for the WHERE in a filtered columnstore index.
Would be nice to see this in the next release - thanks!
Torsten
FoRG and MVP