Hello,
I am attempting to alter a table by adding ranges to the partition. I cannot do this because statistics exist on the partition. I have tried:
drop statistics on <databasename.tablename> column partition;
drop statistics on <databasename.tablename> column <columnname>;
Neither resolves my issue.
Any suggestions?
↧