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.
| Author |
Topic |
|
natrio
Starting Member
7 Posts |
Posted - 2002-02-18 : 01:28:39
|
| Hi group,Is table owner property affects filtering in replication?I tried to setup filtered merge replication which db owner and table owner is foo. After I try to specify filter criteria, an error shows up, but when I change table owner to dbo, no errors occured.Here is the schema:TABLE1: PAR_ID(k), BRC_ID(k), COL1TABLE2: PAR_ID(k), BRC_ID(k), COL2, COL3Relation between TABLE1 and TABLE2 is foreign key constraints only. |
|
|
|
|
|