Can anyone give me a clue as to do DataWarehousing using Replication
Publisher/Subscriber?
I have 4 Production Database's that I want to replicate to one
database acting as a DataWarehouse.
For the 4 production Databases I created a publication for each
database.
I then created a subscription for each publication on the machine that
will have the DataWarehouse database.
I am using "Transactional Publication".
When I set up all the subscriptions my DataWarehouse is only holding
the data of the last publication I set up.
I think this is because the Publication SnapShot over writes all the
other data.
Is there any way around this?
Am I doing this all wrong?
This is called a central subscriber.
In the articles section of the replication wizard there is a tab called
snapshot. In this section select the option to keep the existing table
intact.
Ideally you would have a filter on each publication so if you have to send
the snapshot down again, you would use the delete where the data meets the
row filter option and only the data from a particular publisher would be
deleted.
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"jughead" <mike.aarset@.gmail.com> wrote in message
news:1175106220.671931.201830@.e65g2000hsc.googlegr oups.com...
> Can anyone give me a clue as to do DataWarehousing using Replication
> Publisher/Subscriber?
> I have 4 Production Database's that I want to replicate to one
> database acting as a DataWarehouse.
> For the 4 production Databases I created a publication for each
> database.
> I then created a subscription for each publication on the machine that
> will have the DataWarehouse database.
> I am using "Transactional Publication".
> When I set up all the subscriptions my DataWarehouse is only holding
> the data of the last publication I set up.
> I think this is because the Publication SnapShot over writes all the
> other data.
> Is there any way around this?
> Am I doing this all wrong?
>
|||On Mar 28, 2:27 pm, "Paul Ibison" <Paul.Ibi...@.Pygmalion.Com> wrote:
> Please take a look at this article:http://www.sql-server-performance.com/pi_multiple_publishers_replicat...
> Cheers,
> Paul Ibison SQL Server MVP,www.replicationanswers.com
Hilary
When you say the "Replication Wizard" do you mean the Publication
Wizard? When I set up the publication and do the Articles Section
where you choose the Tables I don't get a SnapShot Tab. Not Using
Enterprise. Using Standard.
Mike
|||On Mar 28, 4:37 pm, "jughead" <mike.aar...@.gmail.com> wrote:
> On Mar 28, 2:27 pm, "Paul Ibison" <Paul.Ibi...@.Pygmalion.Com> wrote:
>
> Hilary
> When you say the "Replication Wizard" do you mean the Publication
> Wizard? When I set up the publication and do the Articles Section
> where you choose the Tables I don't get a SnapShot Tab. Not Using
> Enterprise. Using Standard.
> Mike
I'm using "Truncate all data in the existing object" for all Article
Property
"Action if name is in use" and when I reinitialize the subscription it
still overwrites the data so I only get the data from one publisher
|||On Mar 28, 4:37 pm, "jughead" <mike.aar...@.gmail.com> wrote:
> On Mar 28, 2:27 pm, "Paul Ibison" <Paul.Ibi...@.Pygmalion.Com> wrote:
>
> Hilary
> When you say the "Replication Wizard" do you mean the Publication
> Wizard? When I set up the publication and do the Articles Section
> where you choose the Tables I don't get a SnapShot Tab. Not Using
> Enterprise. Using Standard.
> Mike
If I choose "Keep existing object unchanged" I get the data from both
Publications into the Central Subscriber.
Now if I reinitialize the publications will it double up the data?
|||On Mar 29, 10:06 am, "jughead" <mike.aar...@.gmail.com> wrote:
> On Mar 28, 4:37 pm, "jughead" <mike.aar...@.gmail.com> wrote:
>
>
> If I choose "Keep existing object unchanged" I get the data from both
> Publications into the Central Subscriber.
> Now if I reinitialize the publications will it double up the data?
Jughead;
I believe that Hilary's quote comes into play here:
"Ideally you would have a filter on each publication so if you have to
send
the snapshot down again, you would use the delete where the data meets
the
row filter option and only the data from a particular publisher would
be
deleted. "
Joseph
Monday, March 26, 2012
Replication Datawarehousing
Labels:
clue,
database,
databases,
datawarehousing,
microsoft,
mysql,
oracle,
production,
replicate,
replication,
replicationpublisher,
server,
sql,
subscriberi
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment