1.

Point out the wrong statement.(a) SQL Server supports only two index types: clustered and non-clustered(b) Appropriate indexes can make a world of difference in performance(c) SET option requires ALTER permission on the table or view(d) None of the mentionedThis question was posed to me in examination.My doubt stems from Indexing Strategies topic in chapter Performance Tuning and Optimization of SQL Server

Answer»

The correct OPTION is (a) SQL SERVER SUPPORTS only TWO index types: clustered and non-clustered

The explanation is: There are plenty of indexes in SQL Server such as full text, columnstore index in SQL Server 2012



Discussion

No Comment Found

Related InterviewSolutions