Re: SQL Replication
From: Bryan Harris (bharris_at_ntihc.com)
Date: 12/13/04
- Next message: Mike Epprecht \(SQL MVP\): "Re: Copy SQL Server 6.5 Database"
- Previous message: Paul Ibison: "Re: need to know what's going on inside a database"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 13 Dec 2004 14:50:05 -0600
Re: SQL ReplicationWorked like a champ.
Thanks,
Des
"Des FitzGerald" <dfitz@dr-sql.com> wrote in message
news:BDD1F864.111C%dfitz@dr-sql.com...
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
>
>
- Next message: Mike Epprecht \(SQL MVP\): "Re: Copy SQL Server 6.5 Database"
- Previous message: Paul Ibison: "Re: need to know what's going on inside a database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|