question

David 2 1 avatar image
David 2 1 asked

Installing SQL Server 2016 - Best Practice

Hi there, For installing a brand new SQL Server installation is it best practice to use the administrator account on the server or create a separate dedicated user to run the installer? If it is best practice to use a separate dedicated user are there any specific privileges that they will need granted? TIA
installationsql-server-2016useraccountadministrator
2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

JohnM avatar image JohnM commented ·
As long as the account has permissions on the server, it's my opinion you can install it with either. The key is to hardened the instance after the install is complete. I've never used a dedicated "install account" to install SQL rather just used my own domain credentials.
0 Likes 0 ·
David 2 1 avatar image David 2 1 commented ·

JohnM, thank you very much. Do you know of any good links to hardening the instance after install? This is the first time I have done a fresh install on a production server.

0 Likes 0 ·

1 Answer

·
Steve Jones - Editor avatar image
Steve Jones - Editor answered

Use a local administrator account for the install. You could create another account, but I'm not sure of the value that comes from using a separate account. Your installation account needs to be able to alter the file system ACLs, create services, and make registry changes. There may be other needs, but using an administrative account is the way that I have always done installations.

Note: I would recommend that you ensure you can run unattended installations, which will allow you to autoamte this process and ensure consistent installations.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.