Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can replication horizontal filter use join table?

Status
Not open for further replies.

theresatan

Programmer
Mar 18, 2002
101
US
Hi,

I have a request that setting up a replication and the row filter need to join couples of other tables.

Is that possible? If yes, what is the syntax? It seems there special syntax for the replication filter.

Thanks!

Theresa
 
In the replication row filter, you essentially do your join as normal. Yes, there's a certain syntax that Replication forces you to use, but all you do is add on to that.

It's been a while since I worked with replication, but I believe I just added JOINS and WHERE clauses to the syntax that existed previously when creating my publications.



Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"
 
Catadmin:

Thank you for your quick response.
You are right, it is doable and my problem was solved.

Thanks again!

Theresa
 
NP. Glad I could help.



Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top