A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Hi @Devaguru,
The service startup account defines the Microsoft Windows account in which SQL Server Agent runs and its network permissions. SQL Server Agent runs as a specified user account. You select an account for the SQL Server Agent service by using SQL Server Configuration Manager, where you can choose from the following options:
- Built-in account. You can choose from a list of the following built-in Windows service accounts:
- Local System account. The name of this account is NT AUTHORITY\System. it's a powerful account that has unrestricted access to all local system resources. it's a member of the Windows Administrators group on the local computer.
- This account. Lets you specify the Windows domain account in which the SQL Server Agent service runs. We recommend choosing a Windows user account that isn't a member of the Windows Administrators group. However, there are limitations for using multiserver administration when the SQL Server Agent service account isn't a member of the local Administrators group. For more information, see 'Supported Service Account Types' that follows in this article.
Check Select an account for the SQL Server Agent service
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.