Paul,
Thanks for the info. Alas this is SQL 2000. I found the code for updating
syscolumns which I might be able to use.
The client was transactional replication with updateable subscribers set up
for disaster recovery. The subscribers would only be updated directly if the
publisher database goes down. When the publisher database is restored, the
changes will flow back to the publisher, or at least that's the idea. I'm
assuming that if I don't get not for replication set then there will be
problems if the subscriber gets updated.
Jack Harris
--
Jack Harris
Post by Paul IbisonPlease take a look at "sp_identitycolumnforreplication", assuming you are on
SQL 2005.
Cheers,
Paul Ibison (www.replicationanswers.com)
Post by Jack HarrisIs is possible to add 'NOT FOR REPLICATION' to an existing identity column?
I'll need to do this without creating a new table and copying the existing
data.
Thanks,
--
Jack Harris