Content deleted Content added
m Typo fixing and general cleanup using AWB |
Removed misplaced apostrophes |
||
Line 3:
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 Sharp|C#]] or [[VB.NET]].
*[[Stored procedure]]s (
*[[Database trigger|triggers]] which are stored procedures that fire in response to [[Data Manipulation Language]] (DML) or [[Data Definition Language]] (DDL) events,
*[[User-defined function]]s (
*[[User-defined aggregate]]s (
*[[User-defined type]]s (
The SQL CLR relies on the creation, deployment, and registration of .NET ''assemblies'', which are physically stored in managed code dynamic load libraries (
==External links==
|