You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a ps script to sync logins between a primary and secondary in an AG. I noticed the SQL errorlog filling up with Error: 17810, "Could not connect because the maximum number of '1' dedicated administrator connections allready exists...."
I deconstructed the script and reproduced by running:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am using a ps script to sync logins between a primary and secondary in an AG. I noticed the SQL errorlog filling up with Error: 17810, "Could not connect because the maximum number of '1' dedicated administrator connections allready exists...."
I deconstructed the script and reproduced by running:
$AG = "SOME_INSTANCE"
(Get-DbaLogin -SqlInstance PRIMARY_NODE\$AG).name)
Not sure if this is as designed. I searched and found for example 'Get-DecryptedObject' is using DAC connection. But Get-DbaLogin?
Not sure if I should file a bug.
Beta Was this translation helpful? Give feedback.
All reactions