Restoring SQL 2008 EE DB to SQL 2008 SE ..

  • Hi,

    I am trying to restore SQL2008 Enterprise Edition DB backup to SQL2008 Standard Edition DB, but I am not able to restore it. Its throwing error. Is it possible to do it? Please show some way to do it...

  • And the error message is....????

    It's possible providing you have no persistent Enterprise-only features in use in the DB.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • and the error message is "An Exception occurred while executing a Transact-SQL statement or Batch."

  • Do you have any persistent Enterprise-only features in your database?

    Use sys.dm_db_persisted_sku_features to see. If you do, you won't be able to restore to standard or lower unless you remove them.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply