Any tool for data synchronization between two server?

joycopl_me
Member Posts: 52
Dear all,
My client has two server that use for each responsibility center. So, they need to synchronize data between two database at two server.
can everybody suggest, what reliable tool can hep this function except DTS (MS SQL Server)?
Thanks,
Thang[/b]
My client has two server that use for each responsibility center. So, they need to synchronize data between two database at two server.
can everybody suggest, what reliable tool can hep this function except DTS (MS SQL Server)?
Thanks,

Thang[/b]
Thang
0
Comments
-
I would think that DTS or some other base functionality of SQL would be a preferred method. You don't have to customize anything and it's built on standardized proven methods. Plus it comes with SQL out of the box.
If you're using SQL 2005 there are new features that can help this. SQL server 2005 supports data mirroring (requires 3 servers).
Are each of the sites posting transactions seperately or is this really just for fault tolerance?0 -
Why they are not using one server? You can just filter the data for the correct responsibility and you do not need to solve the synchronization. And, are they using two licenses or both servers are working with same license? Is it covered by the license agreement? :whistle:0
-
They used 2 server. Because, network is poor and they cannot sit on 'A' and connect to 'B', its very slowly
They can use the same or different license right? but now they used the same license.Thang0 -
I am not sure, but using same license on two servers for me is not correct.
If the connection is slow, you can still use terminal services to connect to remote location. It is common solution everywhere when you need to connect some remote location...0 -
I agree with Kine that a RDP solution is most common. The new Citrix licenses are interesting for that matter. A solution like this involves no customization is is therefor very stable and maintainable.
If this is a no-go ... we always use our Integration Framework.
It comes down to XML traffic between the servers using webservices, MSMQ, FTP, ... (whatever you like). If you have to develop from scratch, it will take quite some time... .
There are products out there, though. Check ToIncrease, Celenia, ... (or iFacto in a few months).
0 -
LS Retail's Replication tools do a really great job of this. The nice thing about the LS Retail replication model is that it decouples the database read and writes from the data transfer. That is to say: first the data to be replicated is read, then stored into packets, then transferred, and then written -- all in discrete steps. Internal controls keep the neccessary processes atomic.
This makes it a superior choice if you transferring large amounts of data or have an intermittant/slow internet connection.0 -
jlandeen wrote:I would think that DTS or some other base functionality of SQL would be a preferred method. You don't have to customize anything and it's built on standardized proven methods. Plus it comes with SQL out of the box.
If you're using SQL 2005 there are new features that can help this. SQL server 2005 supports data mirroring (requires 3 servers).
Are each of the sites posting transactions seperately or is this really just for fault tolerance?
agree with jlandeen, DTS is the best and easiest way when you really need to synchronize data between different servers.
Yes, some solutions are based on C/SIDE. But nearly all of them use ADO automation which can be treated as another SQL client. With DTS, what you need is just SQL statement and configuration and then schedule it. Further more, there is no problem about NAV license limitation. It's completely outside of NAV.
Best regards,0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions