Skip to content

microsoft/sql-server-language-extensions

Repository files navigation

Microsoft SQL Server Language Extensions

Welcome to the SQL Server Language Extensions project!

Starting in SQL Server 2019, we have added support for language extensibility, which means that you can now execute code in various languages like R, Python and Java from SQL Server.

To download the released prebuilt versions of these extensions, go to the Releases section of this repository. Download the latest version of whichever extension corresponds to your machine configuration (Windows or Linux). There are separate releases for each language extension.

We hope you enjoy using Microsoft SQL Server and the language extension feature.

-SQL Server Team

Documentation

You can read more about how to use language extensions and how to use Java in SQL Server 2019 in the Microsoft documentation.

Tutorials and documentation for the R and Python extensions can be found here:

Python Documentation

R Documentation

Custom Builds

To build your own version of the language extensions, refer to each respective language's README file.
For example, to modify and build a custom version of the R Extension, go to language-extensions/R/README.md.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.