I'm trying to run an R Script on SQL Server 2016 engine connecting remotely via a standalone Microsoft R Client. When I set the compute contect to SQL Server, I get an error that says stored procedure 'xp_scaleR_init_job' is missing.
Upon checking, I find that the stored procedure is indeed missing.
How do I get this stored procedure on my SQL Server 2016?