Browse by Tags

All Tags » performance » indexed view » worst
  • Best and Worst of having indexed views in SQL 2005

    Consider to have indexed view if the queries are accessing using a f requently occurring aggregations and joins. Irrespective of whether or not a query is asked frequently, it may be a candidate for an indexed view if it takes significant time to answer, and the value of getting the answer quickly is high. Not all queries will benefit from indexed ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on July 31, 2007