sql server replication:
Following solution was sent to me and I tried it but it is not
solution. Sorry, there is different idea for this problem.
Old Solution Idea:
Check to make sure SELECT @@SERVERNAME returns correct
servername. If not then you will need to run
sp_dropserver <wrong servername> and
sp_addserver <correct name>, local.