Difference b/w Clustered & non-clustered index? Not the
bookish definition, but how they internally works in SQL Server?

Answer Posted / anand vanam


•In clustered Index leaf node contains the actual data pages
where as in Non clustered index leaf node contains index
pages.

•You can have only one clustered index per table but you can
have 249 Non clustered indexes per table as per SQL 2005
(999 in SQL 2008)

•The row locator in clustered index is the Clustered Index
Key where as in Non clustered index row locator is a pointer
to the row.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration

563


Explain the first normal form(1nf)?

547


How to create a new login name in ms sql server?

542


What are the advantages of using a stored procedure?

552


How global temporary tables are represented and its scope?

545






How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?

557


When you should use a low fill factor?

512


Define Wed Edition in SQL Azure?

80


When do you think a developer should use sql server-based cursors?

516


What is a data source or ds? : sql server analysis services, ssas

553


How to use “drop” keyword in sql server and give an example?

677


Is sql server a database?

525


How many types of dimensions are there and what are they? : sql server analysis services, ssas

558


What is unpivot?

558


What will happen if a column containing char type data is changed to the nchar data type?

613