SQL CLR: Difference between revisions

Content deleted Content added
m External links - add sqlclr.net
adding .NET assemblies link
Line 9:
*[[User-defined type]]s (UDTs) that allow users to create simple or complex data types which can be serialized and deserialized within the database.
 
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.
 
==External links==