Niels Berglund

sp_execute_external_script and SQL Compute Context - III

We use WinDbg, Process Monitor and WireShark to look in detail what happens in SQL Server when we use RxSqlServerData to pull data.

sp_execute_external_script and SQL Compute Context - II

We look in detail why we see performance differences when using SQL Server Compute Context.

sp_execute_external_script and Permissions

We look at what permissions a non-admin user needs to execute sp_execute_external_script

sp_execute_external_script and SQL Compute Context - I

A drill-down into how SQL Server Compute Context works when executing sp_execute_external_script.

Microsoft SQL Server R Services - sp_execute_external_script - III

A lowdown of sp_execute_external_script and the @parallel and @r_rowsPerRead parameters, the SQL Server compute context, using Process Monitor and Process Explorer

Microsoft SQL Server R Services - sp_execute_external_script - II

A lowdown of sp_execute_external_script and its @params and @parameter1 parameters, using Process Monitor and WireShark

Microsoft SQL Server R Services - sp_execute_external_script - I

A lowdown of sp_execute_external_script and its different parameters, using Process Monitor and WireShark

Interesting Stuff - Week 30

F# coverage, together with .NET in general, SQL Server R Services, Azure Functions, and other things.

Creating R Stored Procedures in SQL Server 2016 Using sqlrutils

We look at how to use sqlrutils to create SQL Server stored procedures from inside an R environment.