开发者

How to use the wizard to replicate 2 tables into one using a join?

开发者 https://www.devze.com 2023-01-31 06:09 出处:网络
I have one app with one database, and I need to make a replication of some of those tables, and also include one new table which is a join of more than one of those tables.

I have one app with one database, and I need to make a replication of some of those tables, and also include one new table which is a join of more than one of those tables.

I tried transaction replication, but the filter for the tables only allows me to modify the 'where' clause.

Anybody can h开发者_开发技巧elp me with this?


I'd replicate the two tables in question as-is, then create a view on the subscriber to represent your desired join.

0

精彩评论

暂无评论...
验证码 换一张
取 消