Greeting,
The task of creating a replication over couple of disconnected client is
intersting. What is more tricky is how to maintain the store procedure
changes, data base changes over a hundred disconnected client that replicate
via SQL7. Several alternative exist on the table:
1- Upon first installation, download a synch client program that
synchronizes data, sp and schema changes.
This is a VB / SQLDMO program that accesses the database to determine the
changes that need to be done
2- Making the synch program as a series of SQL scripts available via an NT
share.
3- Setting