Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-01-20 : 08:20:03
|
| Michael writes "I have 2 SQL 2000 servers namely SQL1 and SQL2. I want to replicate a database from SQL1 to SQL2 using transactional replication. Apparently there is a problem using Transactional Replication in that it does not replicate rows with a identity property. How can we overcome the problem." |
|
|
rihardh
Constraint Violating Yak Guru
307 Posts |
Posted - 2003-01-20 : 08:39:43
|
| You can't. Identity is one of a few options a transaction cannot digest.You're paying the price for somebody's "knowledge" of primary keys... |
 |
|
|
|
|
|