September 7, 2018 at 11:31 am
--Before Failover
Select @@SERVERNAME --SVR2
Select * from sys.sql_logins where name = 'dkimberlin' --0xC4616A0297EA554E9764B34065BF5F4F
--After Failover
Select @@SERVERNAME --SVR3
Select * from sys.sql_logins where name = 'dkimberlin' --0x0440987BF9CE494AACB20ACB7E982FE1
September 10, 2018 at 11:56 pm
Hi,
please check, if your sql user are in the sysadmin server role.
I try to check this in our test-environment, if this could be possible.
Kind regards,
Andreas
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply