all groups > sql server replication > september 2006 >
You're in the

sql server replication

group:

Migrating SQL 2000 replicated database to SQL 2005


Re: Migrating SQL 2000 replicated database to SQL 2005 Hilary Cotter
9/20/2006 8:48:08 PM
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]

Migrating SQL 2000 replicated database to SQL 2005 paul.higgs NO[at]SPAM nrgi.com
9/21/2006 3:43:10 AM
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
Re: Migrating SQL 2000 replicated database to SQL 2005 paul.higgs NO[at]SPAM nrgi.com
9/22/2006 2:35:35 AM
Hi,

No this is not an option during testing. When we are switching that
would be ok, all systems will be done over the weekend), but I would
like to be able to test the data migration process in advance... catch
22?

I'm not worried about loosing details of the subscriptions or
publication on the new server, they will need to be recreated from
scrath anyway - we are moving to a new domain setup.

I have tried restoring the backups, then removing replication from the
SQL 2005 server, hopefully this will clear out the 'bad' replication
metadata that gets restored. So I can create the publications again, do
you think this will work?

Thanks
Paul
Re: Migrating SQL 2000 replicated database to SQL 2005 Hilary Cotter
9/23/2006 8:07:20 AM
It should, but you can query the replication metadata tables and delete
their contents.

--
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]

AddThis Social Bookmark Button