Hi guys,
Wanted to ask about some best practices regarding running SQL Server and its different services and gMSAs.
From what I read you would create groups based on either the environment, or application, or if you have a lot of SQL Servers without any specific business function.
I was planning on having something like FingMSA01 for all financial systems, ITgMSA01 for IT systems, etc.
Is this a good idea, or is this creating extra overhead without any benefits.
The more important question I have is with the accounts themselves. Would you create an account to run SQL under, and a different account to run the SQL Agent and a different account to run the SSRS component, or do you just have one gMSA account and run all those services?