Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Replication Syncobject view SQL

Author  Topic 

GustiX
Starting Member

28 Posts

Posted - 2011-09-25 : 05:32:40
Hi

I am creating an application for monitoring, viewing
and setting up replication (publications, subscribers etc.)

To make this simple let's say I am replicating TABLE1
from database DB1 with a filter clause "WHERE FIELD1 = 1"

I am having trouble finding how the syncobject view in DB1
is linked to the article in the distribution database
(distribution.dbo.MSarticles)

Hope this makes sense :)
   

- Advertisement -