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


Please Help Members By Posting Answers For Below Questions

What stored procedure can you use to display the current processes?

501


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?

550


How to skip remaining statements in a loop block using continue statements?

547


How do I port a number to sql server?

508


If you want to send some data from access database to sql server database. What are different component of ssis will you use?

512






What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?

523


optimization techinques

2202


What are pessimistic lock and optimistic lock?

550


How many non clustered indexes there can be on table ?

514


Does sql server 2000 clustering support load balancing?

574


What is use of attribute hierarchy optimized state? : sql server analysis services, ssas

589


Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security

706


Can we shrink data file in sql server?

541


How many types of functions are there in sql server?

469


How to configure odbc dsn with different port numbers?

565