How To Update Sql server Machine Learning Tools(Python)

mohamadreza yousefnejad 21 Reputation points
2021-09-29T09:43:26.157+00:00

I am using sql server version 2019 and I have a project solved with Python. When I want to use built-in sql server Python , it is not possible. Because Python version is 3.7.1 In case I need Python 3.8.2 I have Currently using the pyodbc library and commands
xp_cmdshell I solved this problem.
I want to know if there is a way to update the built-in Python version of sql server

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,756 questions
{count} votes

Accepted answer
  1. Seeya Xi-MSFT 16,441 Reputation points
    2021-09-30T02:03:06.64+00:00

    Hi @mohamadreza yousefnejad ,

    In addition to the document mentioned by Olaf, you can also take a look at this document: Change the default R or Python language runtime version and its end part: Next steps

    Best regards,
    Seeya


    If the response is helpful, please click "Accept Answer" and upvote it, as this could help other community members looking for similar queries.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Olaf Helper 40,901 Reputation points
    2021-09-29T09:58:48.31+00:00
    1 person found this answer helpful.
    0 comments No comments