有没有办法通过sql server复制复制一些数据而不是db中的所有数据?
问题描述:
我想复制我的数据库中存在的一些数据.我想复制指定的数据.有解决办法吗?
I want to replicate some of data that exists in my database. I want to replicate specified data. Is there a solution?
答
使用复制 行过滤器:
使用静态行过滤器,您可以选择行的子集发表.所有订阅者过滤后的出版物收到相同的过滤表的行子集
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
替代文字 http://i.msdn.microsoft.com/ms151775.e4e1c995-fe81-4c05-b661-39087b323161(en-us,SQL.100).gif
另见: