InterviewSolution
Saved Bookmarks
| 1. |
Which of the following partitioned attribute can appear in the following physical and logical operators?(a) Index Seek(b) Drop(c) Alter(d) None of the mentionedI had been asked this question in homework.My question is from Partitioning topic in portion Performance Tuning and Optimization of SQL Server |
|
Answer» RIGHT choice is (a) INDEX Seek For explanation I WOULD say: When an operator such as an Index Seek is executed on a PARTITIONED table or index, the Partitioned attribute appears in the compile-time and run-time plan and is SET to True. |
|