|
|
|
Say Hey Kid
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 6:56 AM
Points: 679,
Visits: 953
|
|
Hello
i have a default instance in SQL server 2000 and a named instance in SQL Server 2005 (the two instances are on the same server). I need to uninstall the default instance , because i do not use SQL Server 2000 any more. When i uninstall the default instance will my SQL server 2005 instance become a default instance by default? or do i have to do something? and about the new name of the SQL Server 2005 instance (if it passes by default to default instance) will it change?
Tks,
Pedro
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: 2 days ago @ 12:08 PM
Points: 4,006,
Visits: 4,845
|
|
The named instance will not become a default instance automatically, nor can it be renamed. The way to make the SQL 2005 instance the default instance would be to intall a default SQL 2005 instance and backup/restore or detach/attach the databases .
Greg
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, January 14, 2011 7:53 AM
Points: 78,
Visits: 344
|
|
Hi, You need to do the following in order to install the SQL Server 2005 default instance. First you need to uninstall the SQL Server 2000 default instance. Then install the SQL Server 2005 default instance by choosing that as an option during the installation process.
Hope this helps...
Cheers,
Basit Ali Farooq MCITP Database Administrator Microsoft Certified Professional Developer (Web Applications) Microsoft Certified Database Administrator Microsoft Certified Systems Engineer Microsoft Certified Systems Administrator CIW Security Analyst Cisco Certified Network Associate
|
|
|
|