0

Company wants to implement AlwaysOn SQL Failover Clustering with Availability Groups, for server level and data protection.

Are arrangements below, only possible if 1 database is on the server, or could I have multiple databases below in arrangement?

enter image description here enter image description here

Note: First picture has 4 servers,

Second picture only has 3 failover servers. Both have availability groups.

asked Feb 12, 2018 at 6:56
0

2 Answers 2

2

Are arrangements below, only possible if 1 database is on the server, or could I have multiple databases below in arrangement?

You can have as many databases as your hardware will support which depends on workload, server size, and other general infrastructure items such as latency and bandwidth of the connections.

I've witnessed AGs that are ~20TB in size across 4 databases, AGs that had over 1,100 databases, and all values in between. Completely depends on your workload, hardware, and what you'd like to accomplish.

answered Feb 14, 2018 at 1:51
0
0

Unless you are using Basic Availability Groups with Standard Edition, you can have multiple databases in an single AG.

Basic Availability Groups in Standard Edition have limitation of one database per AG.

https://learn.microsoft.com/en-us/sql/database-engine/availability-groups/windows/basic-availability-groups-always-on-availability-groups#limitations

enter image description here

answered Feb 16, 2018 at 3:14
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.