all groups > sql server replication > april 2006 >
You're in the

sql server replication

group:

Distributor and subscriber ?



Distributor and subscriber ? piopicles
4/21/2006 3:28:01 PM
sql server replication: Hi,

I currently have log shipping between a production and a reporting server
running SQLServer 2000 but sometimes, because of the transaction log restore,
the users are being disconnected before the report is created. I would want
to change to transactional replication to avoid this problem but I'm concern
about performance on my production server. Is it a good idea to have the
reporting server as distributor and subscriber ?

Also, do I have to remove subscriptions and start them again if I have to
alter one of the replicated tables ?

Thanks in advanced.
Re: Distributor and subscriber ? Hilary Cotter
4/21/2006 11:14:34 PM
For low loads you should have your distributor on the same server as the
publisher. You can do most schema changes via sp_repladdcolumn and
sp_repldropcolumn.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

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



[quoted text, click to view]

Re: Distributor and subscriber ? Paul Ibison
4/23/2006 9:34:38 PM
These articles should help explain some of the differences between the
proposed methods and some issues when altering articles:
http://www.replicationanswers.com/Standby.asp
http://www.replicationanswers.com/AddColumn.asp
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)

Re: Distributor and subscriber ? piopicles
4/24/2006 12:25:02 PM
Thanks, both articles were great.

I'm still not sure about limitations having the distributor and the
subscriber on the same server but I couldn't find anything against it so I
will try it on my test server first to check how it goes.

Regards,


[quoted text, click to view]
AddThis Social Bookmark Button