what is cluster and nin-cluster index?

Answer Posted / vikram

Clustered index hold data at the leaf node.
non clustered hold data location (pointer) at the leaf node.
when we create primary key Clustered index automatically
created

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are advantages of ssrs or why we should use ssrs?

117


How except clause is differs from not in clause?

702


What is the default Port No on which SQL Server listens?

824


What are system databases into sql server (2005/2008) : sql server database administration

760


What method is used by the Command classes to execute SQL statements that return single values?

780






Explain error and transaction handling in sql server?

681


What is the difference between TRUNCATE and DROP?

806


What is executereader?

724


What does the not null constraint do?

749


Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?

735


How to trouble shoot if unable to connect SQL Server

1680


What is PROJECTION Operation?

767


How can sql server instances be hidden? : sql server security

748


Is INSTEAD OF trigger directly applicable to Table ?

735


there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration

663