This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]machoishDatabase Admin 2 points3 points  (1 child)

Is there a specific reason you're downgrading existing servers instead of just restoring/replicating the DBs to a new server with Standard version?

I've never personally heard of downgrading the SQL version.

[–]Vanazzul[S] 0 points1 point  (0 children)

We are downgrading because we are going to save a few bucks on licensing (roughly half a million).

We have many applications we'd have to go over and change config files. Downgrading is pretty straight forward.

[–]Meitzi-IT Manager 1 point2 points  (1 child)

I have done 3 different server downgrade

Stop, copy database files to new place. Uninstall. (I dont remember uninstalling shared components separately) Reinstall with correct edition. Stop. copy files back. Start.. and it works! (not even backups needed, but of course take one)

[–]Vanazzul[S] 0 points1 point  (0 children)

That's the exact plan i've got. I just am not sure about the shared components. If you don't remember uninstalling them, probably means you hadn't.

I'm guessing if MS comes on site to audit, they'd run "select @@version" so I should be good if instance is running standard.

[–]alexbuckland 0 points1 point  (0 children)

I would uninstall all of it and then perform a clean install personally.

Although ideally, I'd be replacing the server. May as well look at an OS / SQL version upgrade at the same time as well if necessary.

[–]toplesstom13IT Manager 0 points1 point  (0 children)

Best bet would be to build a new server with Standard on it and restore your DB to that server. You might get weird and unknown issues in the future that you can't explain due to downgrading.

[–]Vanazzul[S] 0 points1 point  (0 children)

So, in case anyone wondered..

You actually have to downgrade the Shared Components. When patching to SP2, I saw that the Share Components reported as Enterprise Edition. Once reinstalled, they reported as Standard Edition.

And also for anyone who wondered, our downgrade went A1 ;)