Re: Replication - Views/SPs etc
From: Michael Hotek (mhotek_at_nomail.com)
Date: 05/03/04
- Next message: Emma: "Log File Issue"
- Previous message: Michael Hotek: "Re: Need an easy way to replicate SQL Server Database"
- In reply to: TimS: "Re: 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 12:51:59 -0400
It should be, but you do have the potential to create circular views and
replication can not sort that out. There are also issues when dealing with
complex dependency chains. The best solution to this is to literally do it
yourself via a pre-script. You are the only one who knows what the precise
creation order needs to be, I would not leave it to an auto generated
process.
-- Mike Principal Mentor Solid Quality Learning "More than just Training" SQL Server MVP http://www.solidqualitylearning.com http://www.mssqlserver.com
- Next message: Emma: "Log File Issue"
- Previous message: Michael Hotek: "Re: Need an easy way to replicate SQL Server Database"
- In reply to: TimS: "Re: 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
|