Install SQL Server 2017 Enterprise Edition on the Database Server and any Developer workstation. Ensure that the following components are also installed.
For database migration install:
Integration Services
Analysis Services
Legacy Components
For the enterprise management tools install:
Connectivity components
Management Tools (SQL Server Management Studio is installed separately)
Installation of SQL Server 2017 does not add the BUILTIN\Administrators group as a sysadmin by default. This affects the creation of runtime databases via the Runtime Administration Tool.
You can perform either one of the following to overcome this situation:
Specify the BUILTIN\Administrators group in the Database Engine Configuration dialog box during the installation of the SQL Server 2017.
Add the Application Administrative User account as sysadmin in SQL Server 2017. You need to do this for every Instance of SQL Server 2017.