![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi there, I'm wondering if SQL server includes functionality for sychronizing the data between a remote copy of a database and a main central database? DTS |
|
Thanks, Denis |
#3
| |||
| |||
|
|
I was looking at the merge setting I think for replication, and it seemed to provide the functionality I'd require. I have a field guy |
|
Denis ----- Allan Mitchell wrote: ----- DTS can certainly do it but you will need to write the routines to handle the sync. You can do this by clearing all the destination tables and then repopulating or you can manage changes on the source and only take them across. For syncing it depends on latency that you can handle. Nightly - I would probably do BACKUP/RESTORE Hourly - Probably Log shipping Anything else - Either DTS or Replication Just some Ideas. -- -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Denis" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:138F6605-A8B3-44E2-9838-8C9434BEF00B (AT) microsoft (DOT) com... Hi there, I'm wondering if SQL server includes functionality for sychronizing the data between a remote copy of a database and a main central database? DTS sounds like it's on the right track but... Thanks, Denis |
![]() |
| Thread Tools | |
| Display Modes | |
| |