I'm looking at SQLServer replication. When I replicate, obviously the entire database can be replicated. However, is it possible to limit the replication to a specific set of tables or schemas?
Thanks!
I'm looking at SQLServer replication. When I replicate, obviously the entire database can be replicated. However, is it possible to limit the replication to a specific set of tables or schemas?
Thanks!
Yes--this is pretty straight-forward. Just go into the publish properties of your replication definition and unselect the tables you do not want replicated.