Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
purisqlserver
Yak Posting Veteran
73 Posts |
Posted - 2002-01-03 : 06:38:36
|
| sir,we have offline server with sqlserver as the database.Any data updation or insertion using the backend form(offline) is reflected in the offline server.The data, which is updated is to be changed on the web server, which is placed in ISP(Internet service provide) campus area.what is best way, so the data changes are affected on to webserver?? The connection b/w the offline and online server is maintained, throu' dial connection when required.Thnx. |
|
|
Nazim
A custom title
1408 Posts |
Posted - 2002-01-03 : 07:32:29
|
| You can update your web server by using replication. or thru DTS running it periodically as a job(after a hour, a day or weekly.... as u deem fit)HTH----------------------------Anything that Doesn't Kills you Makes you Stronger |
 |
|
|
|
|
|