Actually I just tried and Hilary is right. I investigated further and there
is a way to achieve this using sp_detach_db but it involves stopping the sql
server agent and editing the sysdatabases table and would therefore not be
supported. So, your best supported bet would be to do a nosync
initialization.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)
Dear Paul,
I would like to know the meaning of nosync initialization? As in my case,
not all objects are being replicated and it would be a huge tasks for me to
replicate everything again objects by objects and would takes a long downtime
to the subscriber also. Any suggested idea would help, thanks!
Henry
> Actually I just tried and Hilary is right. I investigated further and there
> is a way to achieve this using sp_detach_db but it involves stopping the sql
[quoted text clipped - 5 lines]
> (recommended sql server 2000 replication book:
> http://www.nwsu.com/0974973602p.html)
Paul Ibison - 28 Apr 2006 09:25 GMT
Henry,
this article should help clarify things a bit:
http://www.replicationanswers.com/NoSyncInitializations.asp
Rgds,
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)