24 February,2017 by Tom Collins
Question: How can I check programmatically if SQL Server AlwaysOn High Availability is enabled?
Answer: If you can logon to the SQL Server with the correct privileges , using the SERVERPROPERTY function .
SELECT SERVERPROPERTY ('IsHadrEnabled');
Read More
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Posted by: |