I have a database architecture with: => 1 distributor running on a dedicated instance of SQL Server 2005 => 2 publishers running each on a dedicated instance of SQL Server 2000 and SQL Server 2005 => A dozen subscriber running SQL Server Express / Sql Server 2000
I need to move the distributor instance to an other server with an other IP address, and I would like to have to re-publish-synchronise the whole architecture. How can I can Backup / Restore the distributor on a new server and have the publishers and subscribers connect to its new ip address?