2011年9月22日

SQL CLR

摘要: exec sp_configure 'clr enabled',1启动用sql clrCREATE FUNCTION dbo.clrHelloWorld ( @name as nvarchar(200) ) RETURNS nvarchar(200) AS EXTERNAL NAME asmHelloWorld.[SQLServerCLRTest.CLRFunctions].HelloWorldcreate assembly hell from 'c:\aaaa\hello.dll' with permission_set = safe 阅读全文

posted @ 2011-09-22 22:41 SonyXbox 阅读(180) 评论(0) 推荐(0) 编辑

导航