all groups > sql server replication > june 2007 >
You're in the

sql server replication

group:

DB Shared after Replication-How?


DB Shared after Replication-How? Shyam
6/20/2007 7:15:31 PM
sql server replication:
Hi,

I tried to implement Snapshot replication and collected all the test
results. Finally dropped all the replication stuff from server,but the host
DB is still showing as "Shared" and i need help to remove this.Not sure how
to proceed. Any help will be great.

Thanks,
RE: DB Shared after Replication-How? Paul Ibison
6/21/2007 1:37:00 AM
Please try this:

USE master
EXEC sp_dboption 'yourdatabasename', 'published', 'FALSE'

HTH,
AddThis Social Bookmark Button