andy_tigger

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2010年7月12日

摘要: SQL codeLog Explorer 4.1 For SQL Server 2005http://www.itpub.net/thread-1018418-1-1.html用日志工具Log Explorer步骤:1、查看日志 a、打开log explorer,选择菜单File-->attach log file b、在Log File Selection窗口中,填写连接到要恢复数据的数... 阅读全文
posted @ 2010-07-12 15:28 andy_tigger 阅读(301) 评论(0) 推荐(0) 编辑

摘要: 一、[SQL] patindex 详解 [Z] PATINDEX返回指定表达式中某模式第一次出现的起始位置;如果在全部有效的文本和字符数据类型中没有找到该模式,则返回零。语法PATINDEX ( '%pattern%' , e-xpression ) 参数pattern一个字符串。可以使用通配符,但 pattern 之前和之后必须有 % 字符(搜索第一个和最后一个字符时除外)。pattern 是短... 阅读全文
posted @ 2010-07-12 15:26 andy_tigger 阅读(2002) 评论(0) 推荐(0) 编辑