Disaster Recovery

Data Stream as a stand alone product is not disaster tolerant but works in conjunction with industry leading products to form a disaster recovery process.

Microsoft SQL Agent

Data Stream recommends the use of Ola Hallengren Scripts.

Ola Hallengren Scripts

Download the scripts here.

Once you have successfully executed the Ola Hallengren Scripts, the Microsoft SQL server agent should contain the following jobs.

Load Balancing Fail-over

Manual Fail-over

When the mirrored database is synchronized, the database owner or system administrator can initiate manual fail-over to the secondary server.

USE master;
GO

ALTER DATABASE [DataStream] SET PARTNER FAILOVER;

Automatic Fail-over

Automatic fail-over occurs when the fast startup is disabled and computer is properly shutdown.

Disabling Fast Startup

Last updated

Was this helpful?