<s>
SQL	B-Language
CLR	I-Language
or	O
SQLCLR	B-Language
(	O
SQL	B-Language
Common	O
Language	O
Runtime	O
)	O
is	O
technology	O
for	O
hosting	O
of	O
the	O
Microsoft	O
.NET	O
common	O
language	O
runtime	O
engine	O
within	O
SQL	B-Language
Server	O
.	O
</s>
<s>
The	O
SQLCLR	B-Language
allows	O
managed	O
code	O
to	O
be	O
hosted	O
by	O
,	O
and	O
run	O
in	O
,	O
the	O
Microsoft	B-Application
SQL	I-Application
Server	I-Application
environment	O
.	O
</s>
<s>
This	O
technology	O
,	O
introduced	O
in	O
Microsoft	B-Application
SQL	I-Application
Server	I-Application
2005	O
,	O
allow	O
users	O
for	O
example	O
to	O
create	O
the	O
following	O
types	O
of	O
managed	O
code	O
objects	O
in	O
SQL	B-Language
Server	O
in	O
.NET	O
languages	O
such	O
as	O
C#	B-Application
or	O
VB.NET	B-Language
.	O
</s>
<s>
Stored	B-General_Concept
procedures	I-General_Concept
(	O
SPs	O
)	O
which	O
are	O
analogous	O
to	O
procedures	O
or	O
void	O
functions	O
in	O
procedural	O
languages	O
like	O
VB	O
or	O
C	O
,	O
</s>
<s>
Triggers	B-Language
which	O
are	O
stored	B-General_Concept
procedures	I-General_Concept
that	O
fire	O
in	O
response	O
to	O
Data	B-Language
Manipulation	I-Language
Language	I-Language
(	O
DML	O
)	O
or	O
Data	B-Language
Definition	I-Language
Language	I-Language
(	O
DDL	O
)	O
events	O
,	O
</s>
<s>
User-defined	B-Language
functions	I-Language
(	O
UDFs	O
)	O
which	O
are	O
analogous	O
to	O
functions	O
in	O
procedural	O
languages	O
,	O
</s>
<s>
User-defined	B-Language
types	I-Language
(	O
UDTs	O
)	O
that	O
allow	O
users	O
to	O
create	O
simple	O
or	O
complex	O
data	O
types	O
which	O
can	O
be	O
serialized	O
and	O
deserialized	O
within	O
the	O
database	O
.	O
</s>
<s>
The	O
SQL	B-Language
CLR	I-Language
relies	O
on	O
the	O
creation	O
,	O
deployment	O
,	O
and	O
registration	O
of	O
CLI	O
assemblies	O
,	O
which	O
are	O
physically	O
stored	O
in	O
managed	O
code	O
dynamic	O
load	O
libraries	O
(	O
DLLs	O
)	O
.	O
</s>
