<som...@js.com> wrote in message
news:O$J7kdTaK...@TK2MSFTNGP02.phx.gbl...
I can't setup publication or those not frequence changed tables, because
they don't have primary key and it's a big jobs to modify for now.
so how to handle those tables? Is it log shiping + replication good for
this? Please advice again.
"Hilary Cotter" <hilary...@gmail.com> wrote in message
news:B871156B-14CD-4907...@microsoft.com...
"Paul Ibison" <Paul....@ReplicationAnswers.Com.(donotspam)> wrote in
message
Can I do this: still setup transation replicaiton between two server, every
weekend, fullbacku backup server a nd restore to server b and restart agent
to sync? not sure the agent will know when/where to begin sync. Please
advice.
"Paul Ibison" <Paul....@ReplicationAnswers.Com.(donotspam)> wrote in
message news:822C6DC3-DFE3-4E76...@microsoft.com...
Is it transactional subscrible read only?
I have setup transactional already, now If I change publication to snapshot
to Backup, what's the procedures to reconfig subscriber can get the backup
and begin to sync.
Please advice.
Sorry,
I changed publication to initial from backup. Please advice my procedures
are correct:
1. stop subscriber agent
2. stop publication agent
3. backup full database in publication
4. enable publication agent
5. copy to subscriber server
6. restore database from backup
7. eneable subscriber and sync
Is it right? if next time I change publication tables(not include sync),
then I have to repeat that procedures again?
Is it better way? Thanks.
"Paul Ibison" <Paul....@ReplicationAnswers.Com.(donotspam)> wrote in
message>
Sorry, I'm still not clear here.....
> (1) does the data on the subscriber need to be read-only or read-write?
Read only
> (2) if read-write, do you want the changes to go to the publisher or be
> discarded?
Read only, bu in case publisher failed, I want to use subscriber data as
production(I may use logshiping later for this). may lost some data.
the subscriber mainly needs to support reporting.
> (3) when you add new articles to the source database why are you
considering
> taking a backup? Adding them to the publicaiton will be sufficient, and
then
> running the snapshot agent to get them transferred over.
Some tables/prodecures can't add to articles(no primary...) , it may be a
big changes for me.
So I'm thinking backup file as intial snapshot, if changes made to those
non-sync talbes/procedurs, then re inital the process.
> (4) can data changes conflict between the publisher and subscriber?
No, no need from subscriber back to publisher.
Please advice.
"Paul Ibison" <Paul....@ReplicationAnswers.Com.(donotspam)> wrote in
message news:uHAuwQhb...@TK2MSFTNGP02.phx.gbl...
Yes, I want to try transactional with inital from backup file, the backup
will do once a week to pickup the missing PKs table and some schema changes,
other sync data can support almost real time reporting.
Just add any new tables to the publication, run the snapshot agent then the
distribution agent to send them down.
Schema changes will go down automatically to the subscriber.
HTH,
Paul Ibison
"Paul Ibison" <Paul....@ReplicationAnswers.Com.(donotspam)>
That's my problem, some tables can't add to the publication, For those
table, how to transfer/sync to subscriber?
"Paul Ibison" <Paul....@ReplicationAnswers.Com.(donotspam)> wrote in
message news:D4826987-3A82-4876...@microsoft.com...
> You would have to use snapshot or merge for these tables, or add a
surrogate
> PK.
So will be two publications, one for transaction and one for snapshot?