Ok fine, thanks a lot. Now the DBs which are used for replication, i have already pushed the dbs , so should i delete them, and reseed for all the tables in both publisher db and subscriber db and then set up the replication after changing the seed value.
I hope i can use in the same for all the tables available in both the DB which has been used for replicatoin by changing the range values.
DBCC CHECKIDENT (tblname, RESEED, 740000000)
thanks a lot
with Regards