Recovering corrupt index in SQL Server 2008 – Error 2530
Monday, May 3rd, 2010 at 12:00 am
Leave your comment
MS SQL Server uses indexes to quickly find the records when a query is executed. Actually the SQL Server uses the index in a similar way as you would read a book. If you want to search a particular topic, you do not have to traverse each and every page. You would just look for [...]