Re: Make SQL Server 2005 the Default instance when SQL 2000 was installed first
- From: "Geoff N. Hiten" <SQLCraftsman@xxxxxxxxx>
- Date: Wed, 8 Nov 2006 17:51:24 -0500
The only way to rename an instance is to uninstall and reinstall the
instance. You can only have one default instance of SQL (any version) on a
system. So, the short answer is no. On the other hand, there is no
functional difference between the default instance and a named instance.
The only differences is that the default instance gets port 1433, unless you
force a change, and it has a single-part name. On multi-instance systems,
partucularly clusters, I only use named instances so all the servers look
the same on the net. If you are using JDBC or a simlar connecter that needs
to attach to a specific port, you can use the SQL Configuration Manager
tool to assign a permanent port to the named instance.
--
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP
"John Kotuby" <johnk@xxxxxxxxxxxxx> wrote in message
news:uxMxjV3AHHA.992@xxxxxxxxxxxxxxxxxxxxxxx
Hi all,
I am getting a tough lesson in remote Web Server administration. We had
asked the hosting company to install SQL Server 2005 Standard on our
dedicated Windows 2003 ENT Web server when they built it from scratch.
Unfortunately communications between Sales and Tech failed, such that they
installed MSDE (2000) as the default instance of SQL Server. When they
realized their mistake they installed SQL Server 2005 STD as a named
instance (MSSQLSERVER2).
I do not have access to the install media and therefore cannot uninstall
and reinstall everything remotely via Remote Desktop. In fact, what is
more disturbing is that I can't even find MSDE in the Add/Remove programs
list. SQL Server Management Studio clearly shows the default instance as
MSDE.
The Hosting company is dragging their heels and wants to charge more setup
fees. Is there any way that I can make SQL Server 2005 the default
instance without uninstalling all instances of SQL Server and then
re-installing? I can't seem to find documentation about that.
Thanks in advance for any suggestions....
.
- References:
- Prev by Date: Re: Make SQL Server 2005 the Default instance when SQL 2000 was installed first
- Next by Date: Re: the "gist" of upgrading
- Previous by thread: Re: Make SQL Server 2005 the Default instance when SQL 2000 was installed first
- Next by thread: Accessing SQL Databases Published in Active Directory - Newbie!
- Index(es):
Relevant Pages
|