I am trying to drop index using:
DROP INDEX Bill_Cycle_ID
ON BI_DM_7.Snapshot_Revenue_By_Bill_Cycle;
and I am getting the following error message:
6952: Indexes cannot be created or dropped during random AMP sample emulation.
I have never seen this error message before.
Please advice
DROP INDEX Bill_Cycle_ID
ON BI_DM_7.Snapshot_Revenue_By_Bill_Cycle;
and I am getting the following error message:
6952: Indexes cannot be created or dropped during random AMP sample emulation.
I have never seen this error message before.
Please advice