Indexed Views

We are about to start a new project that includes fairly large data sets. Additionally, in many cases we have to grab data from a variety of tables.

I was looking over SQL Server 2005 Indexed Views and I am currently considering using them to boost the performance of the joined tables I need to query and display results.

Does anyone have experience in using Indexed Views as a means of increasing the performance of large table joins

Additionally, the documentation I read up on the Indexed views seemed a little vague regarding which versions they work with. Does SQL Server 2005 Standard Edition support Indexed Views or is it available only in Enterprise

Thanks in advance,

Chad


Answer this question

Indexed Views