Misplaced Pages

SQL CLR

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Technology for hosting of the Microsoft .NET common language runtime engine within SQL Server.

SQL CLR or SQLCLR (SQL Common Language Runtime) is technology for hosting of the Microsoft .NET common language runtime engine within SQL Server. The SQLCLR allows managed code to be hosted by, and run in, the Microsoft SQL Server environment.

This technology, introduced in Microsoft SQL Server 2005, allow users for example to create the following types of managed code objects in SQL Server in .NET languages such as C# or VB.NET.

The SQL CLR relies on the creation, deployment, and registration of CLI assemblies, which are physically stored in managed code dynamic load libraries (DLLs). These assemblies may contain CLI namespaces, classes, functions and properties.

External links

.NET
Implementations
Architecture
Components
Tools
Decompilers
Obfuscators
IDEs
Organizations


Stub icon

This database software-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: