Jump to content

SQL CLR: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Reverted edits by Jmkehayias (talk) to last version by Xpclient
No edit summary
Line 21: Line 21:


{{database-software-stub}}
{{database-software-stub}}

[[zh:SQL CLR]]

Revision as of 15:41, 15 October 2008

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 .NET assemblies, which are physically stored in managed code dynamic load libraries (DLLs). These assemblies may contain .NET namespaces, classes, functions and properties.