Niels Berglund

SQL Server 2019 External Libraries and Your Python Runtime

We look at how we can create external libraries for our Python external language.

Solve Python Issues in SQL Server Machine Learning Services After Deploying Python 3.9

We look at how we can solve Python issues in SQL server after having deployed a new Python language.

UPDATED: Write a Python 3.9 Language Extension for SQL Server Machine Learning Services

We look at how to write a Python 3.9 SQL Server Language extension to use in SQL Server Machine Learning Services.

Build Boost.Python & Numpy in Windows

How to build Boost.Python with the view to be able to create a Python SQL Language extension.

UPDATED: Bring Your Own R & Python Runtimes to SQL Server Extensibility Framework

We look at how you can bring your own R or Python runtime to SQL Server Machine Learning Services.

Java & SQL Server 2019 Extensibility Framework: The Sequel

We look at the implications of the introduction of the Java Language Extension SDK.

Installing R Packages in SQL Server Machine Learning Services - IV: Permissions

We look at permissions required when using CREATE EXTERNAL LIBRARY as well as ownership.

Installing R Packages in SQL Server Machine Learning Services - III

How we can install R packages in SQL Server Machine Learning Services using T-SQL DDL: CREATE EXTERNAL LIBRARY.

SQL Server 2019, Java & External Libraries - II

We look at how to use CREATE EXTERNAL LIBRARY to deploy Java code without having access to SQL Server's filesystem.

SQL Server 2019 & Java with Visual Studio Code

We use VS Code to write Java code, and Maven to compile and package.