Hi, I am downgrading Enterprise to Standard using following link:
Running SELECT * FROM sys.dm_db_persisted_sku_features on all databases, it gives me a table showing some values:
compression = 100
Partitioning = 200
ColumnStoreIndex=600
How to successfully remove these value in order to proceed to further steps.
Thank You
WSBukhari