This is what we usually tell our clients/IT folks
Additional Server recommendations:
Windows 2012 R2 Server or 2016.
SQL Server 2014 or 2016 standard with mixed mode authentication enabled. Be sure to set the server collation method as SQL_Latin1_General_CP1_CI_AS (if not, there will be data integrity issues).
This collation method is normally set by default when the server is setup with a default language of US English. If using a different language setting, be sure to set this collation method as part of the SQL Server installation.
Default SQL data path should have sufficient space for the databases / log files.
Required access:
Full administrator control over the server.
SQL ""sa"" password.
Remote access using a method that allows us to reboot the machine and reconnect afterwards.
We run the services under a Windows login. If there is a password policy which involves expiring passwords, we'll want a utility Windows login with admin access over the server and a password that does not expire.