Downgrading from Ent to Std

  • Hi all

    I was wondering if there was any decent articles on downgrading a SQL server from Ent to Std and what pit falls to be aware of.

    Also how can I check if my existing server is using any Enterprise only features?

    Thanks

  • Well, I would reccomend the following steps:

    1.) Detach all existing databases, making a note of the physical file locations of all MDF, NDF, LDF & FilesStream objects.

    2.) Uninstall SQL Enterprise.

    3.) Reboot Server.

    4.) Install SQL Standard.

    5.) Attach all the databases.

    That way takes some work, but you will know it's done right.

  • There is no direct downgrade from 2008 Enterprise Edition to Standard Edition, so you would have to do one of the following:

    Setup a new server running Standard Edition, and migrate to that.

    Uninstall Enterprise Edition on the current server and install Standard Edition.

  • Thanks for the replies - fair enough a bit of work required but should be ok. What is the best way to determine if the existing SQL Server is using any Enterprise only functions?

  • Query sys.dm_db_persisted_sku_features in each database, it will tell you what Enterprise features are being used.

  • Hi and thanks. Unfortunately I am using SQL 2005 and this view doesn't seem to be supported grr...

  • Ah, you posted in the 2008 forum, so you got a 2008 answer.

    I'm not aware of a 2005 equivilant, but you might find it on google or another search engine of your choice.

  • So I did, google not my friend today am afraid.

Viewing 8 posts - 1 through 7 (of 7 total)

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