Hi,
>
> The table name is : ItemPrix , ItemPrixRemise.
> The server name is : gesboutm
> The database name is : RMS_STORE2
> The offline srever is : aures_1542
> The database offline name is : RMS_OFF
>
> Thanks
>
> Math
>
> "Akber Alwani" wrote:
>
> > HI Math,
> >
> > Off course MS not take care what you have added or deleted your own as this
> > custom table is your own creation so there is nothing or not talk how it goes
> > by automatically but do do if you want. I think if you know the merge or
> > transactional replication technology then you can do so. tell me the table
> > name I will create the sample script for you and sent it to you so you can
> > deploy this to your server, also send me the name of your actual server and
> > offline machine too.
> >
> > "Math" wrote:
> >
> > >
> > > Hello,
> > > I use the terminal database offline withe my POS (rms 1.3R).
> > > I create my database with Pos administrator, specifie the server for offline
> > > database.
> > > When I generate Z report , the database synchronize items and customers. But
> > > my problem is : I have a custom Table with Price connected to the Item's
> > > table, and this table doesn't synchronize with the offline database. > > >
> > > Is it a solution to my problem ? or a tips ?
> > >
> > > Thanks
> > >
> > > Sorry for my english.
> > >
> > > Math
Didn't find your answer? Ask the community — no account required.
A
Akber Alwani
Hi Math, This is akber as promosie please have this script saved on the any notepad and name is mergedata.sql
-- Enabling the replication database use master GO
@enabled_for_syncmgr = N'false', @offloadagent = 0, @use_interactive_resolver = N'false' GO
Also remember above I just added the example of one column of each tables you send to me. there are some other stuff can be done also. I better suggest that I have remote client RDP and will connect to your server to serve you. if you want.
Let me know if require any more help.
"Math" wrote:
M
Math
I thank you, I suspected that it was necessary to use a publication but I was not on.
I used your script and that works very decently after some modification.
Thank you.
Math
"Akber Alwani" wrote:
A
Akber Alwani
@type
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.