Question 174:
There is a Dedicated SQL Pool in which the existing tables are using clustered columnstore index. You are planning for a partition switch to improve the performance following your partition strategy. You run the partition table function on the first two tables. But they were not successful. Which of the options tells about the possible reasons for this failure? (Multiple choice)
Answer options:
A.Partition boundaries should not be the same. B.Partition boundaries should be the same. C.Table definitions should match. D.Table definitions shouldn’t match. E.Dedicated SQL Pool support only partition splitting and merging using ALTER TABLE statement.