Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Replication

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-11-17 : 07:44:42
Chris Burns writes "I have 3 SQL Servers
1 PDC
2 standalones that are members of the domain.
3 need to replicate transactional data fro 2 standalones to DB's on the PDC
4 I do all of my upgrades (table changes, Sprocedures) via query analyzer

I get error messages stating that this database has been marked for replication and cannot change tables?

Any thoughts because both processes have to occur.

Thanks"

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-11-17 : 12:26:14
You need to drop replication in order to change your tables. After your table changes have been made, you can recreate replication. To easily do this, just script out the drop and create statements in EM. Go to the publication and right click on it and go to generate script.

Tara
Go to Top of Page
   

- Advertisement -