Multiple choice technology databases

What are HA Options in SQL server 2005 database.

  1. Data Guard

  2. Clustering

  3. Mirroring

  4. Transaction log shipping

  5. RAC

Reveal answer Fill a bubble to check yourself
B,C,D Correct answer
Explanation

SQL Server 2005 offers three main high availability solutions: failover clustering for server-level protection, database mirroring for database-level redundancy, and log shipping for disaster recovery. Data Guard and RAC are Oracle technologies, not SQL Server features.