all groups > sql server replication > january 2004 >
You're in the

sql server replication

group:

Can a Read Only Database also be a publisher?


Can a Read Only Database also be a publisher? Patrick Ikhifa
1/29/2004 8:52:15 PM
sql server replication:
Hi Folks,
I was wondering if a Read Only Database can also be a publisher. Keep in
mind that this Read Only Database is a standby server for Log Shipping.
Thanks.

RE: Can a Read Only Database also be a publisher? Paul Ibison
1/30/2004 5:31:06 AM
Patrick
replication will add some system tables and in some cases (merge and immed-upd-trans) add a column to the publishing database. Because of this it can't be read only. Also in the case of log-shipping, the destination (standby) database must be used with care because an exclusive lock is required to restore each log. Being in the databse when the log is applied will caues it to error, but this applies to using the standby databse for reporting purposes
Regards
Re: Can a Read Only Database also be a publisher? sightdev NO[at]SPAM yahoo.com
1/30/2004 5:55:18 AM
Not much you can do with a STANDBY DB except for SELECT. Since backup
is not possible, PUBLICATION is not possible. If you have needs for
multiple replications because of business needs (reporting etc.) have
the primary server publish to two different locations. If your user is
keep breaking the synch because they log on to the Standby DB, have
them logon to a different DB (northwind, model etc) and run query from
there preventing permanent residency on the STANDBY DB. Or if its not
large you can do SELECT INTO to where ever you want. Just a
suggestion.

[quoted text, click to view]
Re: Can a Read Only Database also be a publisher? Hilary Cotter
1/30/2004 7:59:44 AM
no.

[quoted text, click to view]

AddThis Social Bookmark Button