Hello i have problem with configure distirbution (2008 R2)
SQL Server replication requires the actual server name to make a connection to the server
Am i missing something ?
i did two thing
1. sp_helpserver got the answer ip-0AC46E75
2. select @@SERVERNAME got the answer IP-0A4CDA2B
Two different thing
I tried lot of thinkg
likesp_dropserver 'IP-0A4CDA2A'
go
sp_addserver 'ip-0AC46E72', LOCAL
go