I have a db with many complicated tables. I've created views on this db, to simplify this data.

If I replicate these views to a different server, will I need to also replicate the underlying tables?

link|improve this question

57% accept rate
feedback

1 Answer

Yes!

"All types of replication allow you to replicate views. The view (and its accompanying index, if it is an indexed view) can be copied to the Subscriber, but the base table must also be replicated.", Books Online article.

Also, see here for an answer to a similar question.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.