You need the not for replication property on your subscriber tables if the
replication process will be inserting identity values into your tables. If
the replication process will not, you are ok. So with the not for
replication property inserts on the publisher work on the publisher and the
replication process replicating these inserts to the subscriber will work.
If you do not have this property the replicated inserts applied on the
subscriber will fail, but succeed on the subscriber.

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
> Well if i set the "Not For Replication" to False so the identity
> columns will be used in the subscribers , would this create any issues
[quoted text clipped - 10 lines]
>
> Thanks
savvaschr@nodalsoft.com.cy - 27 Oct 2006 14:44 GMT
Hello again,
About the speed issue that i have in a table let me tell you more
thinks about that
its a table that has about 35 columns most int fields and decimal
fields
and about 15.000 Rows.
I used the Query Analyser 3.0 on the Handeheld and i compact the
database
After that my slow query (3secs) went to maybe 0.5 secs.
That was the fault on the speed?
Can i compact programmatically the database, using vb.net?
Are there any implications on synchronization after the
compacting?Seems that there are not cause i sync. ok after that
Regards
Savvas