For databases that must support a highly available system, establishing a federation of database servers lets you spread the processing load across a group of servers by horizontally partitioning the data in a SQL Server database. These servers are managed independently, but cooperate to process requests on the database.
The topics in this section provide the information to help you understand, design, and implement a federation of database servers.

In This Section

See Also