SQL CLR

From Wikipedia, the free encyclopedia
Revision as of 21:49, 9 March 2021 by imported>JJMC89 bot III (Moving Category:.NET Framework to Category:.NET per Wikipedia:Categories for discussion/Log/2021 February 18#Category:.NET Framework)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description 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

Template:.NET Framework


Template:Asbox