Can we create clustered index on non primary key column

Answer Posted / durgaprasad

no its not possible to place clustered index on non key
column once the table contains any one key column, bcoz key
column itself contains one clustered index based on that
data sorted in ascending order.if u place one more
clustered index how it is possible to arrange the data in
soreted order.

Is This Answer Correct ?    15 Yes 29 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is collation sensitivity?

717


Is the primary key column of a table an index in ms sql server?

705


Explain unique key in sql server?

726


Why main is user defined function?

754


you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration

716


Explain the etl (extraction, transformation, and loading)?

728


What is user-defined inline table-valued function?

702


Do you know sql server 2008 introduces automatic auditing?

685


Do you know what are the restrictions applicable while creating views? : SQL Server Architecture

741


How to fine-tune reports?

213


What does ss stand for sexually?

798


You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?

722


What is data source object?

721


Does index slows down insert statements?

752


What is sql view?

740