Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21b9576aab3c60e

Jump to content

SQL CLR

From Wikipedia, the free encyclopedia

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.[1]

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.[2]

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.

References

[edit]
  1. rwestMSFT. "Common Language Runtime (CLR) Programming - SQL Server". learn.microsoft.com. Retrieved 2025-12-29.
  2. rwestMSFT. "Use Common Language Runtime (CLR) Integration to Build Database Objects - SQL Server". learn.microsoft.com. Retrieved 2025-12-29.
[edit]