Merge Replication for web application

  • I need to have SQL databases (SQL2K or SQL7)on two (or more) servers be merge replicated via internet. Is it possible to have it done without setting replication SQL Server? Ideally, I think it should be transactional based (only new or modified records), dumped to text file and send to the target server, then processed. Can you guys help me on this?

    Thanks a lot in advance

  • You have to set replication to perform a replication. Now if you want to know can you just move the records, then consider using a DTS package and set a job on it to copy the data from one server to another.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

Viewing 2 posts - 1 through 2 (of 2 total)

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