Re: Replication - Views/SPs etc
From: TimS (anonymous_at_discussions.microsoft.com)
Date: 05/03/04
- Next message: Tomas: "Native Exception During Merge Replication"
- Previous message: Marlene A Roman: "Re: Got it!"
- In reply to: Paul Ibison: "Re: Replication - Views/SPs etc"
- Next in thread: Michael Hotek: "Re: Replication - Views/SPs etc"
- Reply: Michael Hotek: "Re: Replication - Views/SPs etc"
- Reply: Paul Ibison: "Re: Replication - Views/SPs etc"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 May 2004 08:11:29 -0700
Hi Paul,
Thanks! - this makes sense that this should be part of the
SQL Server tool-box.
Unfortunately I cannot find sp_refreshview to correct the
dependancy list - so that when scripting the views - these
are rebuilt fully - or maybe I just do not understand .....
If you could point me in the right direction!!
Thanks
Tim
>-----Original Message-----
>Tim,
>the problem you have with the views is one of
dependencies. Using sp_depends
>on a nesting view you can see which views SQL Server
thinks it depends on
>and this is not always correct. You can use
sp_refreshview to update the
>dependencies then replication will add the views in the
correct order.
>HTH,
>Paul Ibison
>
>
>.
>
- Next message: Tomas: "Native Exception During Merge Replication"
- Previous message: Marlene A Roman: "Re: Got it!"
- In reply to: Paul Ibison: "Re: Replication - Views/SPs etc"
- Next in thread: Michael Hotek: "Re: Replication - Views/SPs etc"
- Reply: Michael Hotek: "Re: Replication - Views/SPs etc"
- Reply: Paul Ibison: "Re: Replication - Views/SPs etc"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|