Hi!
I have database (DB) on the server SQL1. This database (DB) is published on SQL1 server for SQL2 server.
So, SQL1 is publisher and SQL2 is subscriber for (DB). Can I publish database (DB) on the server SQL2 for the server SQL3?
I would like to implement this scheme of Publication/Subscription:<o:p></o:p>
SQL1 -> SQL2 ->SQL3
I know, that it is simpler just to publish DB for SQL2 and SQL3 from SQL1, but, because of network connectivity, I can't do that...