Content deleted Content added
sss |
m Moving Category:.NET Framework to Category:.NET per Wikipedia:Categories for discussion/Log/2021 February 18#Category:.NET Framework |
||
(7 intermediate revisions by 7 users not shown) | |||
Line 1:
{{short description|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.
Line 7 ⟶ 8:
*[[User-defined function]]s (UDFs) which are analogous to functions in procedural languages,
*[[User-defined aggregate]]s (UDAs) which allow developers to create custom aggregates that act on sets of data instead of one row at a time,
*[[User-defined type]]s (UDTs) that allow users to create simple or
The SQL CLR relies on the creation, deployment, and registration of [[Assembly (CLI)|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 Framework}}
{{DEFAULTSORT:Sql Clr}}
[[Category:SQL]]
[[Category:Microsoft database software]]
[[Category:.NET
|