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.
| Author |
Topic |
|
Ranga
Starting Member
1 Post |
Posted - 2003-06-05 : 23:23:54
|
| I need to add a column to a table which is being replicated(Transactional). I added the col. in both Publisher and subscriber databases and I did "sp_articlecolumn" with "@force_reinit_subscription = 1" to include that column also to be replicated in the publisher. After i inserted some data in that column in the publisher, the subscriber did not get it. Is there any stored proc i should run at the subscriber end also? Thanks,Ranga |
|
|
|
|
|