Installed sql server 2005, then changed servername

  • Hi,

    I changed the name of my server after sql2005 was installed, now replication will not work and ideas? if gives me an error staying (SQL Server replication requires the actual server name to make a connection to the server. Connections through a server alias, IP address or any other alternative name ar not supported.

  • If you enter:

    select *

    from master.sys.sysservers

    where srvname = 'repl_distributor'

    ...does it reference the correct server's name or the old server's name?

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply