Re: SQL Replication
From: Des FitzGerald (dfitz_at_dr-sql.com)
Date: 11/30/04
- Previous message: Chris V.: "Help on code in a SP"
- In reply to: Bryan Harris: "SQL Replication"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Nov 2004 10:13:56 +0100
Hi Bryan,
In Query Analyser run the following:
Sp_replicationdboption ŒNTI_Precision¹, ŒPUBLISH¹, FALSE
Go
Sp_replicationdboption ŒNTI_Precision¹, ŒMERGE PUBLISH¹, FALSE
This will remove the database from being a merge or transactional publishing
database and you should then be able to detach the database.
HTH,
Cheers,
Des
On 30/11/2004 05:27, in article
mESqd.11517$Ae.2482@newsread1.dllstx09.us.to.verio.net, "Bryan Harris"
<bharris@ntihc.com> wrote:
> I am trying to detach a SQL 7.0 DB, but QA tells me:
>
> Server: Msg 3724, Level 16, State 1, Line 1
> Cannot drop the database 'NTI_Precision' because it is published for
> replication.
> DBCC execution completed. If DBCC printed error messages, contact your
> system administrator.
>
> However when I go to EM and click on the "View Replication Conflicts..." for
> that DB it tells me it is not a publisher or subscriber.
>
> If this is actually replicating, I do not want it to. We have one
> standalone SQL7 server and we are upgrading to a new SQL 2000 standalone
> server. Is there a way to make this messgae quit occurring? Any help is
> deeply appreciated!
>
> Thanks,
> Bryan
>
>
- Previous message: Chris V.: "Help on code in a SP"
- In reply to: Bryan Harris: "SQL Replication"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|