posts - 44,  comments - 127,  trackbacks - 12
DataBase
SQL SERVRE 2005 CLR TVF错误:从用户定义的表值函数获取新行时出错:Data access is not allowed in this context.
摘要: 消息 6260,级别 16,状态 1,第 1 行 从用户定义的表值函数获取新行时出错: System.InvalidOperationException: Data access is not allowed in this context. Either the context is a function or method not marked with DataAccessKind.Read or SystemDataAccessKind.Read, is a callback to obtain data from FillRow method of a Table Valued Function, or is a UDT validation method. System.InvalidOperationException: at System.Data.SqlServer.Internal.ClrLevelContext.CheckSqlAccessReturnCode(SqlAccessApiReturnCode eRc) at System.阅读全文
posted @ 2009-06-14 15:05 空空儿 阅读(229) | 评论 (0) 编辑
过程 sp_addlinkedsrvlogin,第 91 行解密过程中出错的解决办法
摘要: 消息 15466,级别 16,状态 2,过程 sp_addlinkedsrvlogin,第 91 行解密过程中出错的解决办法。阅读全文
posted @ 2008-03-27 21:43 空空儿 阅读(699) | 评论 (0) 编辑
用SQL SERVER 2005新提供的命令实现行列转换
摘要: 使用SQL SERVER 2005 新提供的命令简单实现行列转换阅读全文
posted @ 2008-02-02 10:48 空空儿 阅读(3768) | 评论 (10) 编辑
利用宏让ERStudio生成代码文件
摘要: 在 Embarcadero ERStudio 中利用宏来帮助生成对应的实体类文件以及对应的简单的数据访问类文件阅读全文
posted @ 2007-12-29 14:41 空空儿 阅读(1857) | 评论 (6) 编辑
ORACLE 常用函数
摘要: ORACLE常用函数阅读全文
posted @ 2007-08-29 15:18 空空儿 阅读(306) | 评论 (1) 编辑
使用oracle 9i 里的层级查询(Hierarchical Queries)实现树状表结构的递归数据查询
摘要: 使用oracle 9i 里的层级查询(Hierarchical Queries)实现树状表结构的递归数据查询阅读全文
posted @ 2007-08-21 01:06 空空儿 阅读(1041) | 评论 (2) 编辑