Welcome to AspAdvice Sign in | Join | Help

ASP.NET 4 Hosting

Articles about ASP.NET 4 Hosting and Technology

Tags

Browse by Tags

All Tags » filtered index SQL 2008   (RSS)
Filtered Indexes in SQL Server 2008
SQL Server 2008 introduces a new feature called Filtered Index. A Filtered Index is an optimized form of non clustered index. It is basically useful to cover those queries which return a small percentage of data from a well defined subset of data within Read More...