Hello Santhosh,
Thank you for posting question on Microsoft Windows Forum!
Based on your query of whether a sysadmin right is needed on your SCCM DB for BUILTIN\Administrators account. Well! The answer is NO. It is not a requirement for Microsoft Configuration Manager (SCCM) to have the BUILTIN\Administrators group assigned the sysadmin role on your SQL Server instance for ongoing operations. In fact, from a security and hardening perspective, it is a best practice to remove it to adhere to the principle of least privilege.
On the other hand, the primary site server / CAS computer account might need sysadmin on the SQL instance that hosts the site database, and users in the Full Administrator role also need sysadmin for setup, recovery, and SQL maintenance tasks.
The best practice is to grant sysadmin only to SCCM site server computer account, designated ConfigMgr admin accounts/groups. Considering to use JIT (Just-In-Time) access for SQL sysadmin if temporary elevation is needed and rely on ConfigMgr’s built-in SQL roles for day-to-day operations instead of broad server roles.
You can consult the following article for more information regarding your concerns.
- https://learn.microsoft.com/en-us/intune/configmgr/core/plan-design/hierarchy/accounts
- https://learn.microsoft.com/en-us/intune/configmgr/core/servers/deploy/install/prerequisites-for-installing-sites
Hope the above information is helpful! If it is. Free feel to hit "Accepted" for benefitting others in community having the same issue too.