Hello, We are trying to downgrade some of our sql instances from enterprise to standard on our test environment before moving to production
i ran this query "SELECT * FROM sys.dm_db_persisted_sku_features" on some database and had result like this
feature_name | feature_id
Partitioning 200
My question is how can i remove this, mostly my MSCRM test database has this.
Any other suggestions will be helpful as well. Thank you all.