Hello...
We have some tables that had been using Identity columns as a Primary
Key...but we abandoned that approach a few weeks ago and adopted GUIDs
instead.
These tables are included in Publications that were originally on SQL
2000...but we upgraded to SQL 2005.
Is there a way I can remove the Identity constraint from the server
pub...does the Not for Replication handle this?
Or...would be better to Drop the column and reinitialize the subscribers?
thanks for any help
- will
You would be best to drop the identity column, NFR will not drop the
identity column but will not enforce the identity property if the insert is
caused by a replication process.

Signature
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> Hello...
>
[quoted text clipped - 12 lines]
> thanks for any help
> - will
dw - 28 Feb 2006 02:28 GMT
Thanks for the help. I may test out going the NFR route....just so I don't
have to mess with the table schema too much. Will changing to NFR force a
Re-Init of for the subscribers?
> You would be best to drop the identity column, NFR will not drop the
> identity column but will not enforce the identity property if the insert is
[quoted text clipped - 16 lines]
> > thanks for any help
> > - will
Hilary Cotter - 28 Feb 2006 15:49 GMT
This is something you do on the subscriber - so for transactional
replication it will have no impact on reinitialization. For merge and
updateable subscribers it will.

Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> Thanks for the help. I may test out going the NFR route....just so I
> don't
[quoted text clipped - 23 lines]
>> > thanks for any help
>> > - will