Browse by Tags

All Tags » SQL 2008 » Katmai » SQL Server Performance
  • Filtered Indexes

    In SQL Server 2008, you can have what is called a ''Filtered Index''.  What does this mean?  An index may be created for a subset of rows in your table.  For instance you could create a filtered index for a ''state'' column if the value is ''CA'' for California; the rest of the states would not have a value.  When you create ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on March 19, 2008