Results 1 to 3 of 3

Thread: SQL 6.5 Replication

  1. #1
    Chris Ferraro Guest

    SQL 6.5 Replication

    Hi, would anyone know of any products that will allow real-time replicaton between SQL servers. The purpose of the replication is to provide fault tolerance and redundancy. Ideally, the product would also be able to replicate static content as well. Any suggestions would be welcomed.

    Thanks, Chris :>

  2. #2
    Peter Cwik Guest

    SQL 6.5 Replication (reply)

    No extra product is needed, SQLServer will do it.

    On 9/21/98 11:16:48 AM, Chris Ferraro wrote:
    > Hi, would anyone know of any products that will allow real-time replicaton
    > between SQL servers. The purpose of the replication is to provide fault
    > tolerance and redundancy. Ideally, the product would also be able to
    > replicate static content as well. Any suggestions would be welcomed.
    >

    Thanks, Chris :>

  3. #3
    Don Romano Guest

    SQL 6.5 Replication (reply)

    I view `real-time replication` as an oxymoron. Replication is not a great way to provide complete real-time fault tolerance. It can be close but it will always be a little behind as data is copied.

    SQL Server has replication but what you want to really look at is some sort of shadowing/mirroring either via SQL Server, the OS or via hardware. You might want to look at clusters or software like Octopus.

    Don

    On 9/21/98 11:16:48 AM, Chris Ferraro wrote:
    > Hi, would anyone know of any products that will allow real-time replicaton
    > between SQL servers. The purpose of the replication is to provide fault
    > tolerance and redundancy. Ideally, the product would also be able to
    > replicate static content as well. Any suggestions would be welcomed.
    >

    Thanks, Chris :>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •