2

Is it possible to create a SQL Credential in SQL 2019 for a Managed Service Account?

When I try, it asks for a password, which I don't know. I want to run a Powershell command from SQL Agent using this credential as a proxy, but can't add the credential.

Greg
  • 3,292
  • 5
  • 33
  • 57

1 Answers1

1

No. You can't create a credential without a password, and so can't use a MSA or gMSA.

David Browne - Microsoft
  • 49,000
  • 3
  • 53
  • 102