3

I want to replicate some of data that exists in my database. I want to replicate specified data. Is there a solution?

masoud ramezani
  • 22,228
  • 29
  • 98
  • 151

1 Answers1

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

alt text http://i.msdn.microsoft.com/ms151775.e4e1c995-fe81-4c05-b661-39087b323161(en-us,SQL.100).gif

See also:

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