Does anyone have experience with using indexed view in MS SQL Server 2008? I am trying to find out how does indexed view affect performance of insert / update statements, that are adding / updating ro
Can someone please explain to me in simple English how an index on a view works? 开发者_JS百科 I have a fairly simple understanding of indexes on tables; how would indexing a view work differently fro