I want to replicate some of data that exists in my database. I want to replicate specified data. Is there a solution?
Asked
Active
Viewed 375 times
3
-
do mean replication of selective tables or selective columns within a table ? – Feb 22 '10 at 07:00
-
I mean selective records for replication. – masoud ramezani Feb 22 '10 at 07:04
1 Answers
4
USe Replication Row Filters:
Using static row filters, you can choose a subset of rows to be published. All Subscribers to a filtered publication receive the same subset of rows for the filtered table
See also:

Remus Rusanu
- 288,378
- 40
- 442
- 569