Re: Transactional Replication Problem
From: Paul Ibison (Paul.Ibison_at_Pygmalion.Com)
Date: 01/11/05
- Next message: David Barquero: "Add a article to a Merge Replication"
- Previous message: grp: "Log Shipping failover test"
- In reply to: Ahmed Hashish: "Re: Transactional Replication Problem"
- Next in thread: Ahmed Hashish: "Re: Transactional Replication Problem"
- Reply: Ahmed Hashish: "Re: Transactional Replication Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 11 Jan 2005 08:14:30 -0800
I'm using a web browser so can't see your attached file -
can you put the script in a post and I'll take a look.
Rgds,
Paul Ibison
>-----Original Message-----
>I already fixed the order problem, but the main problem
in delivering the
>update commands to the distribution database it doesn't
goes to the
>distribution
>
>Ahmed
>
>
>"Paul Ibison" <Paul.Ibison@Pygmalion.Com> wrote in
message
>news:20fa01c4f7ea$f5e5e9f0$a401280a@phx.gbl...
>> Just tested this and it's my mistake. SQL is replicated
>> without the column list, so you were right.
>>
>> On Publisher: INSERT INTO tTestOrdering (num1, txt1,
>> num2, txt2, id)
>> VALUES (1, 'aaa', 2, 'bbb', 999)
>>
>> Replicates as: Insert into "tTestOrdering" values
>> (1, 'aaa1', 2, 'bbb1', 1000)
>>
>> So with difftrent orders on the publisher and
subscriber
>> this produces the error : "Syntax error converting the
>> varchar value 'bbb1' to a column of data type int.".
>>
>> Rgds,
>> Paul
>
>
>.
>
- Next message: David Barquero: "Add a article to a Merge Replication"
- Previous message: grp: "Log Shipping failover test"
- In reply to: Ahmed Hashish: "Re: Transactional Replication Problem"
- Next in thread: Ahmed Hashish: "Re: Transactional Replication Problem"
- Reply: Ahmed Hashish: "Re: Transactional Replication Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|