在.NET中的CLR语言的程序和函数
来源:56doc.com 资料编号:5D9388 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D9388
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 密 保 惠 帮助
资料介绍
在.NET中的CLR语言的程序和函数(中文5800字,英文4600字)
SQL Server 2005增加了CLR语言作为一种替代方式,以延长SQL Server的功能。
任何一种语言都能够创造一个DLL文件或一个COM组件,可用于扩展SQL Server的功能 。但扩展存储程序和COM组件缺乏安全性,可靠性。而且,在许多情况下,执行 T- SQL规定。与SQL Server 2005 ,任何的.NET的CLR语言,可以用来添加存储过程, 使用者定义的功能,并触发扩展SQL Server的功能与同一级别的安全性,可靠性和执行T-SQL的规定。
资料来源: 《A Developer's Guide to SQL Server 2005》
Bob Beauchemin,Dan Sullivan
Publisher:Addison Wesley Professional
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. |