HI all
I have transactional replication,
The publisher DB contains table call Courser with timestamp column, this column values are unique for
the publisher DB
The subscriber DB also contains same copy of data in publisher
DB Course table, but the timestamp
column values are different.
So my problem is how can I keep this two tables (Course)
identically, (same timestamp column vales in both table)
NOTE: Publisher
and Subscriber DB reside under two different SQL server instance.
Thanks and regards
IndikaD