For an SQL server, we have SQL server service running in Local Sytem account. SQL Agent service is running under a domain account (Domain\Username). Since some jobs werent running in local system account, we changed Agent service to Domain account.
Is this ok? Can we have 2 services (sql & Agent) running under different accounts?