When do u use clustered index and non-clustered index?

Answer Posted / chethan nagaraj

Clustered index is faster when there is selecting a range
of values while the non clustering index is useful when
there is a modification(DML),

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to generate random numbers with the rand() function in ms sql server?

758


How to create a simple table to test triggers in ms sql server?

680


When is the use of update_statistics command?

734


What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.

2529


If user is owning any SQL Objects, can we drop that user

1808






explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?

2187


How to send a ssrs report from ssis?

151


What is DCL?

762


what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration

785


Indexes are updated automatically is the full-text index also updated automatically?

793


Can we deploy SSRS reports on our personal website?

148


Write an SQL query to obtain the 2nd highest salary.

793


Detail about query optimizer?

798


What is user-defined functions? What are the types of user-defined functions that can be created?

758


Can we write ddl in trigger?

650