I know a view is composed of tables. Can I replicate a view anyway?
|
feedback
|
|
For SQL SERVER 2008 For SQL Server 2005 Thanks, Atul | |||
|
feedback
|
|
Yes. You would need to add the view to the Publication (along with the underlying tables) | |||
|
feedback
|
|
What you want to do is replicate the table and create a view of the replicated table. | |||
feedback
|