WHY CAN WE CREATE ONLY ONE CLUSTERED INDEX ON A TABLE IN
SQL SERVER?
Answer Posted / samrat sen
Clustered Index creation does not depend upon primary key ,
it can be created on any column, but the write answer is
whenever we create clustered index on a table it physically
sorts the column values, so another clustered index is not
possible.
| Is This Answer Correct ? | 14 Yes | 10 No |
Post New Answer View All Answers
whats new about truncate in sql server 2008?
What are the purpose of Normalisation?
What is difference between table aliases and column aliases? Do they affect performance?
What are the advantages of partitioning?
Why use stored procedures in sql server?
What do you understand by replication in sql server? Mention the different types of replication in sql server.
What is database isolation in sql server? : sql server database administration
What is sql server management studio? : sql server management studio
Can you explain what is sql server english query?
Explain nested trigger in sql?
What were the latest updates to SQL Azure service?
What is the standby server?
Can you edit the .rdl code associated with a linked report?
How to get all stored procedures in sql server?
what method you can use to reduce the overhead of Reporting Services data sources?