Hi,
I have two issues.
- I have SSIS package reads partition name, table name, database name, server connection form variables from the table and creates partitions on SSAS
TABULAR Model Table. I want to check if partition already exists it should not do anything, if doesn't exists then create partition. Remember is its
Tabular model, not multidimensional cube.
- My SSIS package process partitions tabular model table, i want to read the size of the partition, how do i do that in SSIS?
Thanks in advance for the help!