It is possible, as long as you haven't used any Enterprise feature in the databases. You can check it with
select *
from sys.dm_db_persisted_sku_features
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have databases created on SQL server version: Microsoft SQL Server 2014 - 12.0.2000.8 (X64) Enterprise Evaluation Edition (64-bit).
Is it possible to restore the databases on SQL server version Microsoft SQL Server 2014 - 12.0.2000.8 (X64) Standard Edition (64-bit) which have been backed up from SQL server version Microsoft SQL Server 2014 - 12.0.2000.8 (X64) Enterprise Evaluation Edition (64-bit) ?
It is possible, as long as you haven't used any Enterprise feature in the databases. You can check it with
select *
from sys.dm_db_persisted_sku_features