SiberianSnowBunny
Technical User
I am having problems setting up transactional replication for a SQL server 2000 database. Several of the tables have a timestamp column and after the initial snapshot has been created, the first new transactions to be posted fail with the following message 'cannot insert non-null values into a timestamp field'. According to Books online, the values in timestamp fields should not be replicated and a new value given by the subscriber to new rows. It seems though, that the sp_msins procedure is trying to insert a value into the timestamp field and is therefore failing. How do I define the articles/field/sp's in order that the all columns other than timestamp are replicated?
Any help would be much appreciated.
Simon
Any help would be much appreciated.
Simon