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 |
mjeddi
Starting Member
5 Posts |
Posted - 2006-01-18 : 03:49:51
|
I have a sql database in one server and the same database on another server. I am replicating only some tables from the first database to the second.Therefore I am using a transactional replication(push) to the sebsciber with immediate update.In the begening I amde a snapshot and could see that data has been transfered to the second database.But I have one issue:I open one published table on the publisher and modified one field to verify if the replication is working. Unfortunatelly it is not.New record are replicated but updates are not.Could somebody help understand what is going on.Thanks a lot .MJeddi |
|
|
|
|