COLUMNSTORE INDEX
CREATE NONCLUSTERED COLUMNSTORE INDEX [ColumnStore__InventoryInfo]
ON [dbo].[Test_Person]
([InventoryMasterName] , [StateId],[InventoryAmount])
ON [dbo].[Test_Person]
([InventoryMasterName] , [StateId],[InventoryAmount])
COLUMNSTORE INDEX
Reviewed by Rupesh
on
22:08
Rating:
No comments: