Hello
The below query will give the details of the HADR node. But I cant find who presently owns the account so that I can change it using query :2
SELECT p.name, e.* FROM sys.endpoints e
inner join sys.server_principals p on e.
The below query will give the details of the HADR node. But I cant find who presently owns the account so that I can change it using query :2
SELECT p.name, e.* FROM sys.endpoints e
inner join sys.server_principals p on e.