dbTalk Databases Forums  

Database synchronization

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Database synchronization in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Te-Deum
 
Posts: n/a

Default Database synchronization - 01-07-2004 , 05:23 AM






Hi,

I've a databse that I want to synchronize between an DB2 and my SQL
Server.
I've already imported all my data from the DB2 database, but how could
I import and update the new data from the DB2 database ?

Should I use DTS ?
How could I create the DTS ?

Here are the information of my database :
Table : ETCITP
Unique identifier : CDDOSS (Varchar)
Update identifier : UPD_IDENT (Big Int)

Thank's for your help.

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Database synchronization - 05-04-2004 , 01:38 PM






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

Quote:
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...
Quote:
Thanks,

Denis



Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Database synchronization - 05-07-2004 , 04:41 AM



Sounds OK.

Merge places restrictions on you (length of row, number of atttributes)

It also adds an extra attribute to the definition of the table as well which
may need to be planned for by your apps

--
--

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

Quote:
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
entering data into a local database, then when he gets to the office he
wants to "sync" with the main database there. When the data he's entered
has been approved they would like to then sync with a central database for
many offices.
Quote:
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






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.