sql server replication:
Any way you can drop replication from the database in the 2000 environment,
back it up, and then restore it in the 2005 environment? Otherwise you'll
have to do considerable hacking.
--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com [quoted text, click to view] <paul.higgs@nrgi.com> wrote in message
news:1158835390.210313.121440@b28g2000cwb.googlegroups.com...
> Hi,
>
> I'm trying to transfer data from an SQL 2000 box to a new SQL 2005
> server. On the old server the database is setup for replication and has
> a publication.
>
> The new SQL 2005 is set-up for replication. I restore the database and
> in the SQL Magement console I can see the various publications.
> However, it is not working correctly. If I try and delete the
> publication, I get the error that a subscription exists on it. But
> under the publication no subscriptions are listed.
>
> Also if I go to view the Publication Access List on the Publication
> properties I get the error 'Publication does not exists'.
>
> Any ideas who I can transfer the data from the SQL 2000 to the SQL 2005
> server, and not screw up the replication settings. I do not want to
> disable replication before I transfer it as this is the live server at
> the moment. I'm testing the transfer process at the moment.
>
> Thanks
> Paul
>