On-Prem: Setup SQL Server
If you instead would like to try this solution out on a virtual machine, visit GitHub and use the Deploy to Azure button.
Click the button below to deploy it now:
All the configuration described below will be done for you, as well as the initial deployment of the solution.
Prepare your SQL Server Installation
The rest of this page assumes you are configuring your on premises SQL Server 2016 or higher for this solution.
If you need a trial version of SQL Server 2016, see What’s New in SQL Server 2016 for download or VM options.
For more information about SQL server 2017 and R service, please visit: https://msdn.microsoft.com/en-us/library/mt604847.asp
Complete the steps in the Set up SQL Server R Services (In-Database) Instructions. The set up instructions file can found at https://msdn.microsoft.com/en-us/library/mt696069.aspx
- If you are using SQL Server 2016, make sure R Services (In-Database) is installed.
- If you are using SQL Server 2017, make sure Machine Learning Services (In-Database) is installed.
Ready to Run Code
- See PowerShell Instructions to install and run the code for this solution.