July 11, 2007 at 8:37 pm
I've inherited a sql 2000 enterprise edition server and my company wants to downgrade to standard edition.
We are not using any enteprise features and our license initially was for 4 CPU standard edition.
It's a production server with 2 databases for 2 high traffic magazine sites.
Is there a better approach than this:
Move db's to another server change DSN uninstall and install standard edition and then move back the db's and change back the DSN?
July 11, 2007 at 9:43 pm
Personally, I prefer a rebuilt server to an uninstall. (I've never had much confidence in an uninstall of any kind). Of course that depends on your confidence in getting everything else (file system permissions, other application installs, etc) back to production status... and in a timely fashion.
Regards,
Rubes
July 12, 2007 at 8:41 am
thanks rubes
we are going with the same approach stop data entry, move db's to another server, change DSN, rebuild server, install standard edition, move back the db's, and change the DSN on all web servers.
We are estimating about 10 hours for this implementation.
July 12, 2007 at 10:08 am
One more piece of advice if you haven't thought of it already, especially if you are dealing with very large databases. If you want to minimize down time during the final move back to the original server, do the following:
Regards,
Rubes
July 12, 2007 at 9:00 pm
Don't forget service pack/patches on operating system and SQL Server, just as importantly don't go "too far" on SQL Server service packs prior to moving databases around.
Joe
July 13, 2007 at 10:18 am
Don't forget your jobs and DTS packages etc. if you have them aswell
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply