> Save all of your DB's inclusiv master, uninstall SQL Server, reinstall
> SQL Server, stop SQL Server and copy back your DB's , start SQL Server.
> It's all.
>
> Uwe
That sounds kind of extreme! With Sql Server 2000, you could use
sp_dropserver to drop the old servername, then use sp_addserver to add
the new server, ensuring you specified @Local = 'local'
I would assume similar functionality (if not identical) is available
for Sql Server 2005. But since I am not using Sql Server 2005, I am
only speculating.
HTH,
Kevin Alons
Jay B - 12 Dec 2006 16:52 GMT
i changed the name of the file server that sqlserver is running on.
the name of the sqlserver instance did not change. it is still default.
it seemed a little extreme to me too, but i'm holding that as a last
resort if i continue to have any other issues. gotta do more testing.
>> Save all of your DB's inclusiv master, uninstall SQL Server, reinstall
>> SQL Server, stop SQL Server and copy back your DB's , start SQL Server.
[quoted text clipped - 13 lines]
>
> Kevin Alons
ukam@brunata-muenchen.de - 13 Dec 2006 10:13 GMT
@Kevin and Jay B
ok it is extreme, extreme easy. I'm sure there is a more sophisticated
way. But in 15 or 20 Minutes all is done and nothing can be forgotten
to do.
Uwe
Jay B - 16 Dec 2006 06:12 GMT
just to report back,
it seems that everything is working OK without having to reinstall SQL
from scratch.
i just changed the server name using system properties (it was not a
primary domain or using active directory)
and i used the reportserver configuration wizard to change the server
name there, and had to change a few of the datasources which had the old
server hard coded, and everything works!