Get-DbaDbFeatureUsage
Brandon Abshire, netnerds.net
Get-DbaDbFeatureUsage View Source Brandon Abshire, netnerds.net Windows, Linux, macOS Synopsis Identifies Enterprise-edition features currently used in databases that prevent downgrading to Standard edition Description Queries the sys.dm_db_persisted_sku_features dynamic management view to identify SQL Server Enterprise features that are actively used in your databases. This is essential when planning to downgrade from Enterprise to Standard edition or migrating databases to environments with lower SQL Server editions. Enterprise features like columnstore indexes, table partitioning, or transparent data encryption must be removed or disabled before a database can be successfully migrated to Standard edition.
Read more
dbatools