I'm fairly new to SQL servers. I'm looking to achieve a way to achieve a highly available SQL server setup where if the primary database fails, the backup database takes over. What would you guys recommend ?
I'm familiar with MYSQL replication, however in the case of SQL servers it doesnt seem straight forward to switch the publisher role to a subscriber.