Table Structure not Replicated?

Table Structure not Replicated?

Post by Ron Paskowsk » Wed, 16 Apr 2003 23:02:16



I have setup two SQL2000 Servers to use Transactional Replication which is
working fine with the test database I setup. I have also setup the servers
to use IPSEC when communicating, works fine.

I am wondering why when I make a structure change to a table (adding a new
field) that the only way to get it to replicate is to create a new
subscription?

When I make a change to a table on SQLSRVR1 (Pub), should I also make the
table change on SQLSRVR2 (Subscriber) for it to work or am I just missing
something?

Thanks in advance


 
 
 

Table Structure not Replicated?

Post by TSVK [MSFT » Thu, 17 Apr 2003 12:53:50


The only supported structure changes are add and drop column
which need to be done thru
sp_repladdcolumn and sp_repldropcolumn on publisher which propagate as DDL
changes to subscriber.
Check booksonline for documentation


> I have setup two SQL2000 Servers to use Transactional Replication which is
> working fine with the test database I setup. I have also setup the servers
> to use IPSEC when communicating, works fine.

> I am wondering why when I make a structure change to a table (adding a new
> field) that the only way to get it to replicate is to create a new
> subscription?

> When I make a change to a table on SQLSRVR1 (Pub), should I also make the
> table change on SQLSRVR2 (Subscriber) for it to work or am I just missing
> something?

> Thanks in advance




 
 
 

1. Some tables are replicated and some of then are Not replicated

I have a problem with my replication.
I am updating some tables and when I make the replication some tables are
pefectly replicated and some of then not.
I don`t get the problem with the same tables the same table is replicated
some times and not replicated  other times.

It does not depend on my application because if I use de isqlw_ce to update
the tables it happens the same.

What happen?. I need help. I am becaming crazy....

--
MaJos Gonzlez Sans
Mobile Systems S.I.

2. Data Control doesn't see current copy of data in table...

3. Replicate structure changes and SP's, but not data

4. parse SQL statement

5. Do Indexes and table structure changes replicate?

6. client lib vs embed sql ?

7. How to change a table structure when db is replicated

8. some thoughts on the Slammer fiasco

9. Replicating Existing Table Structure Only From VB5

10. Table Structure / Schema changes For Replicated Databases

11. Altering structure of replicated tables.

12. FIX: Dynamic Filtered Tables Do Not Replicate Data From Joined Tables to SQL Server CE Subscribers

13. To Replicate or Not To Replicate