vote up 1 vote down star

I know a view is composed of tables. Can I replicate a view anyway?

flag

40% accept rate

3 Answers

vote up 0 vote down

What you want to do is replicate the table and create a view of the replicated table.

link|flag
vote up 1 vote down

Yes.

You would need to add the view to the Publication (along with the underlying tables)

link|flag
vote up 0 vote down

Dear Cyrus,

For SQL SERVER 2008
Have a look at the link http://msdn.microsoft.com/en-us/library/ms152559.aspx. This explains all the objects that can be replicated.

For SQL Server 2005
http://msdn.microsoft.com/en-us/library/ms152559(SQL.90).aspx

Thanks, Atul

link|flag

Your Answer

Get an OpenID
or

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