I have a view that takes forever to run. Can we create Clustered index on a view? Below is my code. Pl advise how we can create clustered index on this view?
SELECT DisTINCT Field1, Field2, Field3, Field4
FROMdbo.Vw_Test(NOLOCK)
WHERE
Field1 <= 100
ORDER BY FIELD1