All Tags »
SQL 2008 »
Katmai »
New Features »
SQL Server Performance (RSS)
Sorry, but there are no more tags available to filter with.
-
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 ...