Why to use Domain SQL service accounts?

  • Using a separate account for each SQL Service SQL instance gives maximum security.
  • If you lock out a login, you only affect a single service.
  • If a password is leaked, they only gain access to one service.
  • In the event of a password change requirement, we will be aware that only one service will be impacted.

Comments