Question 175:
There is a Dedicated SQL Pool in which the existing tables are using clustered columnstore index. You are planning for partition splitting to improve the performance following your partition strategy. You run the ALTER 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.Clustered columnstore containing data cannot be partition splitted. B.Partition which is getting splitted should be empty while using ALTER statement. C.Clustered columnstore index with data can be splitted using CTAS statement only. D.The entire table must be empty before running partition splitting in case of clustered columnstore index.