I am developing a Windows application where I am trying to replicate a SQL Server 2012 on a Bigrock server and Windows Server on AWS but could not replicate the database.
I am publishing a database on SQL Server 2012 and trying to add a subscription to the Bigrock server and Windows Server on AWS server database, but this gives me the following error:
SQL Server replication requires that the actual server name connect to the server. Enter the actual server name
I also refer to Transactional Replication in SQL Server
Can someone tell me this is possible? if so, how?
source share