Re: About Distributed System
If both offices are on the same network, or can access the same network, on which the SQL Server resides, they can to updates in real time.
If not, then perhaps the branch that needs to be uploaded can just do a backup and FTP the backup file to your site.
Re: About Distributed System
Actually both the offices make transactions and they are not in the same network.
Both the databases updated every day. At the day end I need to update both the databases by a process.
Can anyone help then?
--Rajib
Re: About Distributed System
Quote:
Originally Posted by phrajib
Actually both the offices make transactions and they are not in the same network.
Both the databases updated every day. At the day end I need to update both the databases by a process.
Can anyone help then?
--Rajib
So, you are talking about an automated process?
Unless an electronic connection between the two can be made then manual intervention is unavoidable. If the databases are not on the same network someone on one end will have to manally download the days transactions to some type of media, and ship that download off. Someone on the other end will have to receive that download, and kick off an upload.