September 17, 2012 at 1:15 pm
Hi All,
I am trying to restore enterprise database (compressed) on standered edition, but I am not.. 🙁 can you please tellme the process
Thank you in Advance.
September 17, 2012 at 1:30 pm
AAKR (9/17/2012)
Hi All,I am trying to restore enterprise database (compressed) on standered edition, but I am not.. 🙁 can you please tellme the process
Thank you in Advance.
Create backup.
Restore backup.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
September 17, 2012 at 1:44 pm
You need to ensure that the database is not using any persistent Enterprise only features first. Compression, TDE, partitioning. If it is, you have to remove them first, then take a backup and restore that to Standard Edition.
Use sys.dm_db_persisted_sku_features
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
September 17, 2012 at 2:05 pm
You also need to verify that you aren't using any Enterprise Only features. Sorry, don't remember exactly how to do that of the top of my head.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply