Sql
文章平均质量分 50
tonglanli
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SQL Server 2005 中使用正则表达式匹配
CLR 用户定义函数只是在 .NET 程序集中定义的静态方法。CREATE FUNCTION 语句已扩展为支持创建 CLR用户定义函数。1、创建数据库项目 2、添加用户定义函数 以下是演示代码:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http:原创 2010-02-03 13:53:00 · 528 阅读 · 0 评论 -
启用"clr enabled"配置选项
禁止在.Net Framewrok中执行用户代码.启用"clr enabled"配置选项解决方案:--在Sql Server中执行这段代码可以开启CLRexec sp_configure show advanced options, 1;goreconfigure;go原创 2010-02-03 15:04:00 · 577 阅读 · 0 评论 -
sql project dll deploy
To generate a deployment script using generate scripts OpenManagement Studio and connect to the SQL Server instance where themanaged assembly or database object to be deployed is regi原创 2010-02-03 15:05:00 · 450 阅读 · 0 评论
分享