Quantcast
Channel: SQL Server Replication forum
Viewing all articles
Browse latest Browse all 4054

Transactional Replication Filter SQL Server 2008 R2

$
0
0

 Hi , I have a requirement to publish a set of records in a table. The data is something like 

select  *  from  
Table_Monit a 
inner  join  Acct b  on  a.Account_id =  b.Account_id
where  b.attID=  1090

In the filters it only allows me to put where clause. Can't we include Joins in the filter? Can someone help me on this?

Thanks!


Viewing all articles
Browse latest Browse all 4054

Trending Articles