Home > Archive > MS SQL Server > October 2006 > Replication problem, update on table with varchar primary key









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Replication problem, update on table with varchar primary key
paolofresujazz@libero.it

2006-10-24, 6:38 pm

hi
i have a problem in the distribution of a replicated table.
The execution sequence is:
-i create a table (the primary key is varchar)
-i publish this table
-i insert a row in the table (no problem in the replication)
-i update the row (no the primary key)
-there is a problem in the replication

The problem is the varchar primary key... you know why?!?!
Tnx!

Hilary Cotter

2006-10-24, 6:38 pm

Can you post the schema of the problem table here? Also is this
transactional replication.

--
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



< paolofresujazz@liber
o.it> wrote in message
news:1161350093.758198.225150@f16g2000cwb.googlegroups.com...
> hi
> i have a problem in the distribution of a replicated table.
> The execution sequence is:
> -i create a table (the primary key is varchar)
> -i publish this table
> -i insert a row in the table (no problem in the replication)
> -i update the row (no the primary key)
> -there is a problem in the replication
>
> The problem is the varchar primary key... you know why?!?!
> Tnx!
>



paolofresujazz@libero.it

2006-10-24, 6:38 pm


Hilary Cotter ha scritto:

> Can you post the schema of the problem table here? Also is this
> transactional replication.


Yes is transaction replication.
If i create a simple table with 2 field:
id: varchar(50) (primary key)
name: varchar(50)
and update the name field of a row...

Tnx Hilary

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2009 droptable.com