Have 2 SQL Servers 7.0
One Local and the other Two Remote(in another states/country)
Creating an ASP Application,
where the user inputs data to Local SQL Server and
the same data will be uploaded to remote server at
a stretch one time on connecting to internet.
The Remote server is accessed by the internet user through web, for data entry 24 hours a day.
Question is
How do I update the remote server with local new data, at a stretch directly, without affecting the online process and at the same time, synchronize the remote data with new data uploaded through local database and data entered same time somewhere on through internet users using web pages created to enter records.
Every new entry gets new id and has several updation connected to the tables.
Don't want duplication of records through ID's and no clashing of records with total database security.
Thanks,
Lad
One Local and the other Two Remote(in another states/country)
Creating an ASP Application,
where the user inputs data to Local SQL Server and
the same data will be uploaded to remote server at
a stretch one time on connecting to internet.
The Remote server is accessed by the internet user through web, for data entry 24 hours a day.
Question is
How do I update the remote server with local new data, at a stretch directly, without affecting the online process and at the same time, synchronize the remote data with new data uploaded through local database and data entered same time somewhere on through internet users using web pages created to enter records.
Every new entry gets new id and has several updation connected to the tables.
Don't want duplication of records through ID's and no clashing of records with total database security.
Thanks,
Lad