I have Python script in a file names "C:\Python\HL.py"
In this Python script there are predictive models and updates to some tables in my SQL database.
I want to call this file as a SQL Job
How can I achieve that?
This question is different
How to Execute Python Script as Administrator in SQL Server Agent Job
the provided solutions were through proxy command and scripting in the SQL.
I just want to call a Python .py file from within SQL Server Job