August 23, 2005 at 5:39 pm
August 24, 2005 at 8:02 am
I believe that SQL Server Standard edition, or Enterprise for that matter, will only install on the server versions of Windows 2000 / 2003. when you install any version of SQL 2000 on a non-server version, it installed the desktop Edition instead of the "full" version.
Doesn't the MSDE force you to create an instance as well? so the servername is [machinename]\[instancename] rather than a "default" [machinename] instance?
If the operating system is a server version, you should be able to use the SQL Server Standard disk to reinstall over the top of the MSDE version in order to upgrade it, but I think you need to explicity select the instancename that is already installed. with applications already connecting to the isntance name, this is probably your best course.
I would just save the mdf's from the MSDE to a safe location, uninstall MSDE and install the full version as a default instance, but you could upgrade as well if you wanted to. Then I'd update the applications to point at the default instance.
Lowell
August 24, 2005 at 12:48 pm
I just wish to state that I never (really, NEVER NEVER) upgrade an exisiting installation in this fashion. My advice is:
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
August 24, 2005 at 5:18 pm
August 25, 2005 at 12:38 pm
I remember something about attaching MSDE databases in SQL 2000. If I remember correctly, they are set to AUTOCLOSE by default in MSDE. You might want to check that option after you attach the databases to make sure, unless you want them to close.
JG
August 25, 2005 at 1:29 pm
Good catch Jeff !
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply