Question

I have SQL Server 2012 Web Edition. I want to configure High Availability on this Server. Do I need to have another SQL Server to configure High availability?

How is SQL Server Native Client 11.0 is part of this?

I know this is a wide area question, but I am looking for a start on this.

Was it helpful?

Solution

Yes, for all high availability scenarios you need more than one server. As for high availability in the web edition, all you get is log shipping, so you will need to manually fail over to another server if your primary dies.

The native client is a combined ODBC driver and OLE DB Provider for SQL server. It doesn't in itself provide high availability, but it can be used, for example if you were using database mirroring, to provide the name of the mirror server for automatic failover.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top