Updating Remote SQL 2012 DB

  • I am looking for ideas about how to update a SQL 2012 DB that is hosted off-site with a SQL DB that is running locally. This is a situation where the updates are one-way, local to remote.

    Thanks.

  • How much data needs to be updated?

    Does it need to be a continuous process, or is it a one-off?

    What kind of bandwidth do you have between the sites?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • Very small amounts of data. Im just looking to update around 40 fields total in 3 tables. Yes, it should be continuous. Update remote as changes are made locally. No more than 100 updates per day. There is approximately 30 mb of bandwidth up and down between the sites.

    Thanks.

  • Transactional replication would most likely work well for you.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • OK, thanks. I'll look into that.

  • You're welcome.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply