November 12, 2007 at 9:09 pm
Users Table
Userid, UserName, Sex, Age, Address
Department Table
DeptID, Dept
UserDepartment Table
Userid, Dept
For example, I want to replicate only the selected fields like (Userid, UserName, Sex, Dept) to a single table.
Is it is possible to replicate the required fields from more than one table to one
table without using View but by replicating it.
If possible, please help me. Very Urgent.
R
November 12, 2007 at 10:49 pm
Very urgent normally means "I'm on an interview" or "I'm taking a test" or "I have homework due tomorrow"... what's your situation 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2007 at 10:57 pm
very urgent means "I have to complete replicating fields by today".
R
November 14, 2007 at 9:26 am
You may use "Filter Columns" to get the columns you need from each table and join the filtered tables on the subscriber using a query/view.
Right click your publication -> Properties -> Filter Columns...
* why not view, it is so handy.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply