1.

SQL Server 2008 provides enhanced partitioning information for __________ execution plans.(a) compile-time(b) run time(c) both compile-time and run-time(d) all of the mentionedThe question was asked in final exam.The doubt is from Partitioning in section Performance Tuning and Optimization of SQL Server

Answer»

The correct answer is (c) both compile-time and run-time

The best explanation: Execution plans now PROVIDE an optional Partitioned ATTRIBUTE that indicates that an operator, such as a SEEK, scan, insert, UPDATE, merge, or delete, is PERFORMED on a partitioned table.



Discussion

No Comment Found

Related InterviewSolutions