Hello!
You're on the right track with your SCVMM installation. Here’s a detailed breakdown to help you:
- Service Account for SCVMM: Yes, you need to create a separate service account specifically for SCVMM. This account will be used to access the database and perform necessary operations.
- Database Ownership: Grant the
db_owner
permissions to this SCVMM service account for theVirtualManagerDB
database. This is crucial because SCVMM requires full control over the database to function correctly. - Using the Service Account: When you proceed with the SCVMM installation, you will use this same service account. You do not need to create another service account for the SCVMM installation. The same account will be used to interact with the SQL Server.
This service account will continuously access the database, ensuring SCVMM can perform its operations seamlessly.