restore database from Enterprise Edition to Standard Edition.

GAURAV SRIVASTAVA 60 Reputation points
2024-01-10T12:16:31.3533333+00:00

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) ?

SQL Server | Other
{count} votes

Accepted answer
  1. Olaf Helper 47,516 Reputation points
    2024-01-10T19:51:03.1833333+00:00

    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
    
    
    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.