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
How to generate random numbers with the rand() function in ms sql server?
How to create a simple table to test triggers in ms sql server?
When is the use of update_statistics command?
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.
If user is owning any SQL Objects, can we drop that user
explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?
How to send a ssrs report from ssis?
What is DCL?
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
Indexes are updated automatically is the full-text index also updated automatically?
Can we deploy SSRS reports on our personal website?
Write an SQL query to obtain the 2nd highest salary.
Detail about query optimizer?
What is user-defined functions? What are the types of user-defined functions that can be created?
Can we write ddl in trigger?