View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 06:40 PM
Miks
 
Posts: n/a
Default SQL Server Scanning Tables

Hi,

When we make a search for a table in SQL Server 2000

sysindexes table is searched and indid field is checked,

If it's 0 we go for full table scan (No Indexes Present)

If it's 1 it means clustured index column is used for search.

2-254 means non-clustred indexes used.

Thank you very much for taking time and replying.

Thank you,
Miks

Reply With Quote