3. Procedures and Functions in .NET CLR Languages

SQL SERVER 2005 ADDS Common Language Runtime (CLR) languages as an alternative way to extend the functionality of SQL Server.

Any language capable of creating a DLL or a COM component can be used to extend the functionality of SQL Server. But extended stored procedures and COM components lack the security, reliability, and, in many cases, performance that Transact-SQL (T-SQL) provides. With SQL Server 2005, any .NET CLR language can be used to add stored procedures, userdefined functions, and triggers to extend the functionality of SQL Server with the same level of security, reliability, and performance that T-SQL provides.

Extending SQL Server

SQL Server’s query functionality can be extended ...

Get A Developer’s Guide to SQL Server 2005 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.