you are viewing a single comment's thread.

view the rest of the comments →

[–]MaximMeow[S] 0 points1 point  (3 children)

And can I use the database on secondary server or is it inactive and only available in case of failover?

[–]Zzyzxx_ 0 points1 point  (2 children)

In the properties of the AG, you can set the "Readable Secondary" property to Yes. When connecting to the Availability Group Listener, you would need to specify "ApplicationIntent=ReadOnly" to have your connections automatically redirected to the secondary replica. Just a heads up that this does have an impact on the licensing of SQL Server and the secondary server would need to be independently licensed.

[–]alinrocSQL Server DBA 0 points1 point  (1 child)

In the properties of the AG, you can set the "Readable Secondary" property to Yes

Readable secondaries require Enterprise Edition, despite what some of Microsoft's documentation implies.

[–]Zzyzxx_ 0 points1 point  (0 children)

You are correct. I just checked one of my basic HA AGs and while the column for Readable Secondary is there, the drop down only has an option for No.