I am developing windows application where I am trying to create SQL Server 2012 database replication to Bigrock server and Windows Server on AWS
but failed to perform database replication.
I publish database on SQL Server 2012 and trying to add subscription of Bigrock server and Windows Server on AWS server database but it gives me following error :
SQL Server replication requires the actual server name to make a connection to the server. Specify the actual server name
I also refer Transactional Replication in SQL Server link
can anyone tell me it is possible ? if yes then how ?