Hi
I create transactional replication with allow initialize backup =true the problem is in my database all the tables have timestamp ,so it could not sync.
i drop all the timestamp columns in subscriber database and add Timestamp Varbinary(8) and start sync, again i received the same error.
Cannot insert an explicit value into a timestamp column. Use INSERT with a column list to exclude the timestamp column, or insert a DEFAULT into the timestamp column.
Please help me to solve.
Thanks & Regards Manoj