I have SQL server 2008 and 2005 installed on one machine. I came to know that the SQL 2005 version is running as default. My question is how can i change the SQL to run 2008 version?
your help will be appreciated greatly
Thanks
I have SQL server 2008 and 2005 installed on one machine. I came to know that the SQL 2005 version is running as default. My question is how can i change the SQL to run 2008 version?
your help will be appreciated greatly
Thanks
It is not possible to change the named instance to default .... You have to reinstall...
I found one site which showed a combination of: sp_dropserver nameofinstance sp_addserver machinename,'local'
and some registry hacks.
It's actually possible.
I think it is not possible to make a named instance the defautl instance. Reasons are given here.
But if you need to have a sql 2008 as default instance a method is suggested here. You have to installe a new instance and set it as the default one.