Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powershell script for configuring ML services on SQL #29

Merged
merged 1 commit into from
Apr 12, 2018

Conversation

jitenkmicrosoft
Copy link
Contributor

The script allows configuring ML services on SQL Server
Assumption is that SQL server is already installed with ML services.
You should copy this script on the SQL server machine and run it in admin mode.
This script does the following
1. Enable external script execution on SQL Server
2. Restart SQL server and related services
3. Ensure that launchpad service is running and it set to automatic mode
4. Tries to create login for SQLRUserGroup if not present already.

The script allows configuring ML services on SQL Server
    Assumption is that SQL server is already installed with ML services.
    You should copy this script on the SQL server machine and run it in admin mode.
    This script does the following
       1. Enable external script execution on SQL Server
       2. Restart SQL server and related services
       3. Ensure that launchpad service is running and it set to automatic mode
       4. Tries to create login for SQLRUserGroup if not present already.
@sdgilley sdgilley merged commit 18159ab into microsoft:master Apr 12, 2018
@jitenkmicrosoft
Copy link
Contributor Author

jitenkmicrosoft commented Apr 12, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants