Re: Replication - Views/SPs etc
From: Paul Ibison (Paul.Ibison_at_Pygmalion.Com)
Date: 05/03/04
- Next message: Arda Han: "Replication problem..."
- Previous message: Paul Ibison: "Re: Transactional replication and identity columns - how to?"
- In reply to: TimS: "Replication - Views/SPs etc"
- Next in thread: TimS: "Re: Replication - Views/SPs etc"
- Reply: TimS: "Re: Replication - Views/SPs etc"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 May 2004 13:29:15 +0100
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: Arda Han: "Replication problem..."
- Previous message: Paul Ibison: "Re: Transactional replication and identity columns - how to?"
- In reply to: TimS: "Replication - Views/SPs etc"
- Next in thread: TimS: "Re: Replication - Views/SPs etc"
- Reply: TimS: "Re: Replication - Views/SPs etc"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|