Synchornise with Remote Databases
kinton
Posts: 5 Bronze 2
Hi,
I am thinking about using SQL Toolkit to synchronise with remote databases. Baiscally we have 500 odd users who all insist on using an offline database, i.e. they are out on the road an always need access to data. We've installed MSDE (am thinking about upgrading to SQL Express) on each of their laptops and need them to synchronise changes with the master databases nightly . They will only have HTTP/FTP connections to our network and hence our database.
The master SQL 2000 database in my network is approx 90 gb and could have thousands of changes each day, each remote database is approx 1 gb. Of the changes at the master database only a small subset in each table are relevent to each user (they are sales reps and it's just the changes to their customers data they need). Of the changes on the reps databases all changes need to come to us.
Is SQL Toolkit the right job for this?
I am thinking about using SQL Toolkit to synchronise with remote databases. Baiscally we have 500 odd users who all insist on using an offline database, i.e. they are out on the road an always need access to data. We've installed MSDE (am thinking about upgrading to SQL Express) on each of their laptops and need them to synchronise changes with the master databases nightly . They will only have HTTP/FTP connections to our network and hence our database.
The master SQL 2000 database in my network is approx 90 gb and could have thousands of changes each day, each remote database is approx 1 gb. Of the changes at the master database only a small subset in each table are relevent to each user (they are sales reps and it's just the changes to their customers data they need). Of the changes on the reps databases all changes need to come to us.
Is SQL Toolkit the right job for this?
thanks
Darren
Darren
Comments
In 6.0 there is a bug where the .sdc project files aren't completely supported with all the settings in the UI although in the upcoming 6.1 release we should have fixed that.
If you want total control over the comparison and the synchronisation though SQL Toolkit and a small custom application is definitely the way to go.
HTH
Project Manager
Red Gate Software Ltd
Thanks for the reply. The concept I am struggling with is that the two databases will not be able to talk to one another. Can I say export a text file from one with changes and compare it to another?
Darren
Does that make sense in your environment?
Project Manager
Red Gate Software Ltd
Darren
You've got a complex scenario here and I don't envy you one bit
Project Manager
Red Gate Software Ltd
Darren