Re: Detachng database that's supposedly being replicated

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



'Published' is set to ON, but 'Merge Published' seems to be a nonexistant
property.

So if I need to set 'Published' to Off, how do I go about doing that? I
thought I'd do it through enterprise manager but don't see a means...

Thanks,

Randall Arnold

"John T" <JohnT@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:61B20AB8-D704-4E72-B5CD-2E78E9A9C123@xxxxxxxxxxxxxxxx
Actually, as I think about it,

exec sp_dboption 'dbname', 'published'
exec sp_dboption 'dbname', 'merge published'

If any of these are true, you might want to try explicitly setting them to
'false'

"Randall Arnold" wrote:

Greetings all.

I have a SQL Server 2000 database that I need to temporarily detach for a
copy to a new server. However, the task cannot be executed because SS
reports that the database is in process of being replicated. This should
not be the case: all agents have been disabled and i show no activity at
all
against the database when I look. So what's going on? And I do I break
through this? I can only find high-level info that's been no help.

Thanks,

Randall Arnold





.



Relevant Pages

  • Re: Detachng database thats supposedly being replicated
    ... I am familiar with BOL, but just didn't find what I was looking for in it ... database is being replicated even though I see no sign that it actually is. ... "Randall Arnold" wrote: ... I have a SQL Server 2000 database that I need to temporarily detach ...
    (microsoft.public.sqlserver.replication)
  • Re: Detachng database thats supposedly being replicated
    ... "Randall Arnold" wrote: ... database is being replicated even though I see no sign that it actually is. ... exec sp_dboption 'dbname', 'merge published' ... I have a SQL Server 2000 database that I need to temporarily detach ...
    (microsoft.public.sqlserver.replication)
  • Re: Help! sp_dboption
    ... <dbname>. ... Table or database may be corrupted.. ... >Mark Allison, SQL Server MVP ... >Looking for a SQL Server replication book? ...
    (microsoft.public.sqlserver.server)
  • Re: Backup and Recovery
    ... ALTER DATABASE <dbname> ... SQL Server MVP ... > restoring a database using a backup from another database. ... > I would like Db2 to have the logical file name Db2_Data ...
    (microsoft.public.sqlserver.programming)
  • Re: Cant Delete database
    ... command and check under 'dbname' column. ... SQL Server MVP ... I have one database that I ...
    (microsoft.public.sqlserver.server)