Difference between Cluster and Non-cluster index?
Answer Posted / naren
clustered index is created on actual data.
Non clustered index ix created on pointer of data.
If there is primary key by default clustered index is
created.
else non clustered index created.
only one clustered index is possible to create.
249 non clustered indexex can be created.
Is This Answer Correct ? | 59 Yes | 15 No |
Post New Answer View All Answers
How can you find out which stored procedures are recompiling?
How to use column default values in insert statements in ms sql server?
How to get a list of all tables with "sys.tables" view in ms sql server?
when would you go for denormalization? : Sql server database administration
Mention the differences between substr and charindex in sql server.
How to access the deleted record of an event?
What do you understand by intent locks?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
hi i am working as a testengineer , so i want to no the backend data base connection can any one tell mwe in detail
Explain transaction server implicit?
What is logon trigger?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
How to handle error or exception in sql?
What is dbcc? Give few examples.
Explain few of the new features of sql server 2008 management studio