""Michael Cheng [MSFT]"" <v-mingqc@online.microsoft.com> wrote in message
news:TrCiVV%23vEHA.2092@cpmsftngxa10.phx.gbl...
> Hi Girish,
>
> Thanks for your post.
>
> From your descriptions, I understood that you would like to create a
> bidirectional replication between PrivateDB and PublicDB, while Cost
column
> is not necessary to be bi-directional. Have I understood you? Correct me
if
> I was wrong.
>
> Based on my scope, it seems you have a custom sychronization mechanism and
> SQL Server do not have a existing one to meet the requirement directly. I
> am afraid it is not possible to do so.
>
> However, here is two workaround doing so
>
> 1. Make your own sychronization mechanism by CREATE TRIGGER on the both
> side, which might be costing
>
> 2. Create CostInfo2 in PrivateDB and make the bidirectional transactional
> replication on the machine between CostInfo in PublicDB and CostInfo2 in
> PrivateDB. Modifications in PrivateDB will be upgrade to CostInfo2
> selectively (ignore the changes in Cost Column in CostInfo). If you could
> add one more table in PrivateDB
>
> Here is the Knowledge Base on how to setup bidirectional replication for
> your reference
>
> How To Implement Bidirectional Transactional Replication
>
http://support.microsoft.com/?id=820675 >
> Thank you for your patience and corperation. If you have any questions or
> concerns, don't hesitate to let me know. We are here to be of assistance!
>
>
> Sincerely yours,
>
> Michael Cheng
>
> Online Partner Support Specialist
> Partner Support Group
> Microsoft Global Technical Support Center
> ---------------------------------------------------------------
> Get Secure! -
http://www.microsoft.com/security >
> This posting is provided "as is" with no warranties and confers no rights.
> Please reply to newsgroups only, many thanks!
>