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
What is a with(nolock)?
What the different components in replication and what is their use?
How to disable triggers using "disable trigger"?
How to get a list all databases on the sql server?
What is #table in sql server?
What is the need for indexing?
What is history table in sql server?
What is sql server replication? : sql server replication
Explain how dts is used to extract, transform and consolidate data?
What are statistics?
what is sql server? : Sql server database administration
Explain different types of Normalization.
What is standby servers? Explain types of standby servers.
What do you mean by tablesample?
Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60