SQL Server: pulling and updating local data

Posted by SDReyes on Stack Overflow See other posts from Stack Overflow or by SDReyes
Published on 2010-04-03T18:46:38Z Indexed on 2010/04/03 18:53 UTC
Read the original article Hit count: 435

Hi guys,

I have two SQL Server 2008 databases called Anna and Bob.

  • Bob has to pull and transform data from Anna to keep updated his tables.
  • Ideally Bob will be always synchronized with Anna, but some delay would be acceptable.

What is the best way to do this?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about integration