We have a linked server instance pointing to a db on a different server.
Can we create the cdc tables on the server that has the linked server or does it need to reside on the same server as the database we would like to run cdc on.
So I have linked server @server_a
We would like to create cdc tables for tables on @server_a.database is that possible are there articles that describe how to do this.
Thanks