I am implementing Snapshot Replication.I have two server ServerA(SQLServ er2008) and ServerB(SQLServ er2008).ServerA is Configured as Distributor as well as Publisher and ServerB is Subscriber.
Snapshot with all articles generated successfully.Bu t when i view synchronization status. Message detail are as:
Invalid column name 'RowTimestamp'.
I also tried to set Convert TIMESTAMP to BINARY=true of all articles property.But same issue.
Actually RowTimestamp is a column of my tables with timestamp datatype.
Help???
Snapshot with all articles generated successfully.Bu t when i view synchronization status. Message detail are as:
Invalid column name 'RowTimestamp'.
I also tried to set Convert TIMESTAMP to BINARY=true of all articles property.But same issue.
Actually RowTimestamp is a column of my tables with timestamp datatype.
Help???
Comment