<?xml version="1.0" encoding="gb2312" ?>
<rss version="2.0">
<channel>
<title>数据库综合</title>
<link>http://www.xker.com/edu/database/7/</link>
<description>软件开发 / 数据库 / 数据库综合</description>
<language>zh-cn</language>
<generator><![CDATA[新客网 xker.com]]></generator>
<webmaster>mx463@163.com</webmaster>
<item>
    <title><![CDATA[FoxPro网络性能优化]]></title>
    <link>http://www.xker.com/page/e2011/1014/102937.html</link>
    <description><![CDATA[在工作站上安装 FoxPro 的本地拷贝并只将需要共享的数据放在网络上。 确保所有临时文件和工作文件都放在了本地驱动器上。 例如， CONFIG.FP 文件 （或， 在 Windows product 中， CONFIG.FPW 文件） 包括以下入口： tmpfiles = c:\foxtemp sortwork = c:\foxt]]></description>
    <pubDate>2011-10-14</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[SQL中函数 replace 的参数1的数据类型ntext无效的解决方法]]></title>
    <link>http://www.xker.com/page/e2011/0601/101448.html</link>
    <description><![CDATA[SQL中函数 replace 的参数 1 的数据类型 ntext 无效。找了半天找到了解决办法 今天将一个ACC的数据库转换成ms-sql以后发现在使用replace替换语句的时候出现： SQL中函数 replace 的参数 1 的数据类型 ntext 无效。找了半天找到了解决办法： 因为ntext需要转]]></description>
    <pubDate>2011-06-01</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[sphinx覆盖旧索引]]></title>
    <link>http://www.xker.com/page/e2011/0327/100686.html</link>
    <description><![CDATA[换用sphinx后，产品同事发现旧的数据也能搜索出新数据来，查了下官方文档 http://sphinxsearch.com/docs/manual-0.9.9.html#index-merging， 发现更新索引时thinking-sphinx没有把它自定义的sphinx_deleted属性同时更新上去，导致在执行增量索引时用的--merge]]></description>
    <pubDate>2011-03-27</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[thinking sphinx实现全文检索]]></title>
    <link>http://www.xker.com/page/e2011/0327/100685.html</link>
    <description><![CDATA[随便抄几段介绍一下 Sphinx 。 Sphinx支持高速建立索引（可达10MB/秒，而Lucene建立索引的速度是1.8MB/秒） 高性能搜索（在2-4 GB的文本上搜索，平均0.1秒内获得结果） 高扩展性（实测最高可对100GB的文本建立索引，单一索引可包含1亿条记录） 支持分布式检]]></description>
    <pubDate>2011-03-27</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Sphinx在windows下安装使用[支持中文全文检索]]]></title>
    <link>http://www.xker.com/page/e2011/0327/100684.html</link>
    <description><![CDATA[前一阵子尝试使用了一下Sphinx，一个能够被各种语言(PHP/Python/Ruby/etc)方便调用的全文检索系统。网上的资料大多是在 linux环境下的安装使用，当然，作为生产环境很有必要部署在*nix环境下，作为学习测试，还是windows环境比较方便些。 本文旨在提供一种便]]></description>
    <pubDate>2011-03-27</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Sphinx全文搜索引擎速成指南]]></title>
    <link>http://www.xker.com/page/e2011/0327/100683.html</link>
    <description><![CDATA[Sphinx速成指南 版权 ? 2008 Dony,tappony(at)gmail.com，版权所有，转载请声明来源与作者 2008-01-11 -------------------------------------------------------------------------------- 本文原文见http://dev.cgfinal.com/sphinx/sphinx.html 目录 1. Sp]]></description>
    <pubDate>2011-03-27</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Sphinx mysql 安装与测试]]></title>
    <link>http://www.xker.com/page/e2011/0327/100682.html</link>
    <description><![CDATA[参考网站 http://www.sphinxsearch.com/wiki/doku.php?id=sphinx_chinese_tutorial http://ri0day.blogbus.com/logs/41975837.html ==========================================================1 安装 因为我的LAMP环境已经配置好，所以只需要安装sphinx。]]></description>
    <pubDate>2011-03-27</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[SQL指令— CONCAT(字符串连接函数)]]></title>
    <link>http://www.xker.com/page/e2011/0310/100428.html</link>
    <description><![CDATA[今天做了一个字符串连接的东西， 因为想的偏了，好久没有做出来，原来就一个concat连接函数就搞定的事。还我弄半天。 贴一下网上找到的这个函数的用法，我照猫画虎把自己的东西也做出来了，(*^__^*) 嘻嘻 有的时候，我们有需要将由不同栏位获得的资料串连在]]></description>
    <pubDate>2011-03-10</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[SQL语句 SELECT LIKE用法详解]]></title>
    <link>http://www.xker.com/page/e2011/0310/100417.html</link>
    <description><![CDATA[在SQL结构化查询语言中，LIKE语句有着至关重要的作用。 LIKE语句的语法格式是：select * from 表名 where 字段名 like 对应值（子串），它主要是针对字符型字段的，它的作用是在一个字符型字段列中检索包含对应子串的。 A: % 包含零个或多个字符的任意字符串]]></description>
    <pubDate>2011-03-10</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[sql中like语句详解]]></title>
    <link>http://www.xker.com/page/e2011/0310/100416.html</link>
    <description><![CDATA[确定给定的字符串是否与指定的模式匹配。模式可以包含常规字符和通配符字符。模式匹配过程中，常规字符必须与字 符串中指定的字符完全匹配。然而，可使用字符串的任意片段匹配通配符。与使用 = 和 != 字符串比较运算符相比，使 用通配符可使 LIKE 运算符更加]]></description>
    <pubDate>2011-03-10</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[SQL模糊查询语句(like)]]></title>
    <link>http://www.xker.com/page/e2011/0310/100415.html</link>
    <description><![CDATA[确定给定的字符串是否与指定的模式匹配。模式可以包含常规字符和通配符字符。模式匹配过程中，常规字符必须与字符串中指定的字符完全匹配。然而，可 使用字符串的任意片段匹配通配符。与使用 = 和 != 字符串比较运算符相比，使用通配符可使 LIKE 运算符更加]]></description>
    <pubDate>2011-03-10</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[like语句执行sql查询详解]]></title>
    <link>http://www.xker.com/page/e2011/0310/100414.html</link>
    <description><![CDATA[like语句执行SQL查询内存溢出的解决办法 if conn.execute(Select count(id)from [forum] where content like '%content_check%')(0)0 then message=messageli对不起，已经有人发过同样的贴子了，不允许重复发贴！ 换成： if conn.execute(Select count(id)fro]]></description>
    <pubDate>2011-03-10</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[TRUNCATE的命令用法]]></title>
    <link>http://www.xker.com/page/e2011/0111/99837.html</link>
    <description><![CDATA[语法 TRUNCATE TABLE name 参数 name 是要截断的表的名称或要删除其全部行的表的名称。 注释 TRUNCATE TABLE 在功能上与不带 WHERE 子句的 DELETE 语句相同：二者均删除表中的全部行。但 TRUNCATE TABLE 比 DELETE 速度快，且使用的系统和事务日志资源少。 DE]]></description>
    <pubDate>2011-01-11</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[大数据量删除算法]]></title>
    <link>http://www.xker.com/page/e2011/0111/99836.html</link>
    <description><![CDATA[开门见山，直接进入主题， 数据量在百万级已下，可以不看下边内容。 起因： 某客户今年上了U9不久，随着业务量的增加，每日业务达2000多单据。由于客户操作业务有误，把业务做到了2018年底，之后才发现输入有误。在U9系统中，为了报表或是查询数据方便，随着]]></description>
    <pubDate>2011-01-11</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[调优联邦查询]]></title>
    <link>http://www.xker.com/page/e2010/0424/96152.html</link>
    <description><![CDATA[级别： 初级 Howard Goldberg ( howard_goldberg@ml.com ), 2005 年 5 月 01 日 DB2 Magazine 是一种专门针对数据库管理员、分析员、程序员、设计师、顾问以及 MIS/DP 经理的季刊，其内容涵盖了所有 DB2 平台（包括 IBM AIX、Hewlett-Packard HP-UX、Sun Sol]]></description>
    <pubDate>2010-04-24</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>ibm</comments>
</item>
<item>
    <title><![CDATA[sql日期拼接]]></title>
    <link>http://www.xker.com/page/e2009/1204/87838.html</link>
    <description><![CDATA[在本文中，GetDate()获得的日期由两部分组成，分别是今天的日期和当时的时间：Select GetDate() 用DateName()就可以获得相应的年、月、日，然后再把它们连接起来就可以了： Select Datename(year,GetDate())+'-'+Datename(month,GetDate())+'-'+Datename(day,GetDate()]]></description>
    <pubDate>2009-12-04</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Sql语句优化注意事项]]></title>
    <link>http://www.xker.com/page/e2009/1030/83718.html</link>
    <description><![CDATA[1.尽量不要对列名进行函数处理。而是针对后面的值进行处理 例如where col1 = -5的效率比where -col1=5的效率要高 因为后面的条件对列值进行了计算。这样的条件下优化器无法使用索引 而是要针对所有值进行计算之后才能再比较 2.尽量使用和数剧列一样的值进行操作 如果co]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>Hi! Admin</comments>
</item>
<item>
    <title><![CDATA[数据库故障处理——数据库出现页损坏或校验和错误]]></title>
    <link>http://www.xker.com/page/e2009/0930/80558.html</link>
    <description><![CDATA[最近一直在进一步学习 数据库故障的处理 方面的知识，做为一个数据库维护人员，我即期望遇到所有的数据库出错的案例，以增加自己的经验，但同时又担心遇到这样或那样无法处理的数据库故障而导致数据丢失。 前几天看到一个文章，是说一个网站管理员在招聘DBA时，提出一]]></description>
    <pubDate>2009-09-30</pubDate>
    <category>数据库综合</category>
    <author>nzperfect</author>
    <comments>博客园</comments>
</item>
<item>
    <title><![CDATA[SQLite For Windowns 安装及配置教程]]></title>
    <link>http://www.xker.com/page/e2009/0705/72787.html</link>
    <description><![CDATA[SQLite 是个使用档案方式储存的 Database，不需要另外安装如 MySQL 之类的 Server，而且PHP5已经将 SQLite 內建了，相当好用，在某些方面效能比起其他 Database 系统有过之而无不及阿！ 先介绍 SQLite 在 windows 的安裝方式： PHP 4 版本 2.php.ini 加上extension=php_]]></description>
    <pubDate>2009-07-05</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[从数据库中随机提取行的代码]]></title>
    <link>http://www.xker.com/page/e2009/0525/72237.html</link>
    <description><![CDATA[下面介绍在几个流行的数据库中提取随机行的代码。 MySQL中提取11个随机行 SELECT column FROM table ORDER BY RAND() LIMIT11 Oracle中提取10个随机行 SELECT column FROM ( SELECT column FROM table ORDER BY dbms_random.value ) WHERE rownum = 10 PostgreSQL中提]]></description>
    <pubDate>2009-05-25</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>中国IT实验室</comments>
</item>
<item>
    <title><![CDATA[诊断文件 帮助数据库管理员排忧解难]]></title>
    <link>http://www.xker.com/page/e2009/0210/69090.html</link>
    <description><![CDATA[ 随着医学技术的进步，现在医生看病已经少不了血液检验书、X片等诊断材料。有了这些诊断材料的辅助，医生的水平有了长足的进步。其实对于数据库维护也是如此。若Oracle数据库能够提供一些诊断文件，那么无疑可以帮助数据库管理员排忧解难。 值得庆幸的是，Oracle]]></description>
    <pubDate>2009-02-10</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>it专家</comments>
</item>
<item>
    <title><![CDATA[什么是聚集索引，什么是非聚集索引？]]></title>
    <link>http://www.xker.com/page/e2009/0116/68479.html</link>
    <description><![CDATA[聚集索引 聚集索引确定表中数据的物理顺序。聚集索引类似于电话簿，后者按姓氏排列数据。由于聚集索引规定数据在表中的物理存储顺序，因此一个表只能包含一个聚集索引。但该索引可以包含多个列（组合索引），就像电话簿按姓氏和名字进行组织一样。 聚集索引对于那些]]></description>
    <pubDate>2009-01-16</pubDate>
    <category>数据库综合</category>
    <author>tongyiting</author>
    <comments>小童在线</comments>
</item>
<item>
    <title><![CDATA[数据库设计规范化的五个要求]]></title>
    <link>http://www.xker.com/page/e2009/0114/68322.html</link>
    <description><![CDATA[ 通常情况下，可以从两个方面来判断数据库是否设计的比较规范。一是看看是否拥有大量的窄表，二是宽表的数量是否足够的少。若符合这两个条件，则可以说明这个数据库的规范化水平还是比较高的。当然这是两个泛泛而谈的指标。为了达到数据库设计规范化的要求，一般来说]]></description>
    <pubDate>2009-01-14</pubDate>
    <category>数据库综合</category>
    <author>彭芬</author>
    <comments>IT专家网</comments>
</item>
<item>
    <title><![CDATA[计算SQL语句执行时间的方法]]></title>
    <link>http://www.xker.com/page/e2009/0114/68321.html</link>
    <description><![CDATA[ 一、按照BAIDU.GOOGLE及CSDN等搜索结果 在SQL语句前面加上了这一句： 经查询,SET STATISTICS TIME ON命令报告下面的查询的实际占用时间和CPU使用情况。 使用后觉得给出的时间很细致，跟执行过程结合的很紧密，但是比较多，似乎不够精确。 二、]]></description>
    <pubDate>2009-01-14</pubDate>
    <category>数据库综合</category>
    <author>老翁</author>
    <comments>博客园</comments>
</item>
<item>
    <title><![CDATA[SQL中CONVERT转化函数的用法]]></title>
    <link>http://www.xker.com/page/e2009/0114/68320.html</link>
    <description><![CDATA[ CONVERT的使用方法: 格式: CONVERT(data_type,expression[,style]) 说明: 此样式一般在时间类型(datetime,smalldatetime)与字符串类型(nchar,nvarchar,char,varchar) 相互转换的时候才用到. 例子: Select CONVERT(varcha]]></description>
    <pubDate>2009-01-14</pubDate>
    <category>数据库综合</category>
    <author>李丝</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[SQL Server数据库连接查询的种类及其应用]]></title>
    <link>http://www.xker.com/page/e2009/0109/67926.html</link>
    <description><![CDATA[ 在数据库开发方面，通过单表所表现的实现，有时候需要组合查询来找到我们需要的记录集，这时候我们就会用到连接查询。 连接查询主要包括以下几个方面： 内连接 内连接一般是我们最常使用的，也叫自然连接，是用比较运算符比较要联接列的值的联接]]></description>
    <pubDate>2009-01-09</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[用SQL语句生成带有小计合计的数据集脚本]]></title>
    <link>http://www.xker.com/page/e2009/0109/67925.html</link>
    <description><![CDATA[ 使用SQL语句生成带有小计合计的数据集: 测试用户: scott 测试用表: dept,emp ////////////////////////////////////检索出需要进行统计的数据集select dept.dname,emp.job,sal from emp,deptwhere emp.deptno=dept.deptno;//////////////////////]]></description>
    <pubDate>2009-01-09</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[将Access升级为SQL Server 2005]]></title>
    <link>http://www.xker.com/page/e2009/0108/67801.html</link>
    <description><![CDATA[ 第一步：配置数据源 1.在lsquo;控制面板rarr;管理工具rsquo;里选择lsquo;数据源rsquo;，在弹出的页面选择lsquo;用户DSNrsquo;(默认)。 2.点击旁边的lsquo;添加rsquo;按钮，在弹出的页面选择lsquo;Driver do Microsoft Access (*.mdb)rsquo;,然]]></description>
    <pubDate>2009-01-08</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[浅谈数据仓库和数据挖掘本质]]></title>
    <link>http://www.xker.com/page/e2009/0106/67648.html</link>
    <description><![CDATA[ 数据仓库和数据挖掘是两个比较大的概念，在国外已经非常成熟，在国内随着前几年企业数据的累计、ERP的成熟，数据仓库和数据挖掘开始起步。 如何建立数据仓库和数据挖掘是个不断值得探讨和优化的问题，不仅仅在技术上，在商业应用上也是如此。随着新的技术和观念]]></description>
    <pubDate>2009-01-06</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[bcp生成excel文件优化方案]]></title>
    <link>http://www.xker.com/page/e2008/1231/67320.html</link>
    <description><![CDATA[ 一、综述： 目前页面生成excel的方法很多，总结起来，不外乎两类，一种是使用excel对象，一种是ldquo;伪文件rdquo;。两种方法 是各自有各自的优缺点，在不同的领域也都有很多成功的案例。前者使用对象的方式很灵活，可以生成任意表现 方式的excel]]></description>
    <pubDate>2008-12-31</pubDate>
    <category>数据库综合</category>
    <author>天生我豺</author>
    <comments>博客园</comments>
</item>
<item>
    <title><![CDATA[每晚12：20触发存诸过程]]></title>
    <link>http://www.xker.com/page/e2008/1214/66390.html</link>
    <description><![CDATA[使用 WAITFOR TIME 下例在晚上 10:20 执行存储过程 update_all_stats。 BEGIN WAITFOR TIME '22:20' EXECUTE update_all_stats END]]></description>
    <pubDate>2008-12-14</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[重启IIS和SQL Server命令]]></title>
    <link>http://www.xker.com/page/e2008/1214/66388.html</link>
    <description><![CDATA[在WEB开发中经常需要重启IIS,每次打开IIS来操作很麻烦，所以我干脆就在桌面新增了一个CMD文件，内容如下：（SQL Server占的内存不少） net stop iisadmin /y net start w3svc net stop mssqlserver net start mssqlserver 每次需要重启IIS和SQL Server就直接双]]></description>
    <pubDate>2008-12-14</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[用SQL语句复制数据表]]></title>
    <link>http://www.xker.com/page/e2008/1214/66384.html</link>
    <description><![CDATA['将a表另外复制一个b表（只复制结构，不含数据）select * into b from a where 1=0'将a表另外复制一个b表（包括制结构和数据）select * into b from a]]></description>
    <pubDate>2008-12-14</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[sql批量修改字段内容的语句]]></title>
    <link>http://www.xker.com/page/e2008/1214/66383.html</link>
    <description><![CDATA[update '表名' set 要修改字段名 = replace (要修改字段名,'被替换的特定字符','替换成的字符')]]></description>
    <pubDate>2008-12-14</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[讲解DBMS_STATS的分析表与备份分析信息]]></title>
    <link>http://www.xker.com/page/e2008/0806/55371.html</link>
    <description><![CDATA[在使用DBMS_STATS分析表的时候，我们经常要保存之前的分析，以防分析后导致系统性能低下然后进行快速恢复。首先创建一个分析表，该表是用来保存之前的分析值： SQLgt; begin 2 dbms_stats.create_stat_table(ownname =gt; 'TEST',stattab =gt; 'STAT_TABLE');]]></description>
    <pubDate>2008-08-06</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网转载</comments>
</item>
<item>
    <title><![CDATA[dp备份检查时发现有session报错的解决方法]]></title>
    <link>http://www.xker.com/page/e2008/0728/55068.html</link>
    <description><![CDATA[进行dp备份的检查过程中，发现一个备份session出现报错，示例如下： [Warning] From:BSM@gd-bak02Prime;gd_rac_archrdquo; Time: 2006-12-30 2:00:06 [61:2013] Some of the backup devices are occupied. Session is waiting for all the devices to get free]]></description>
    <pubDate>2008-07-28</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[一位DBA总结的数据库反规范设计常用方法]]></title>
    <link>http://www.xker.com/page/e2008/0715/54609.html</link>
    <description><![CDATA[一位DBA朋友总结了一个关于此方面的几个原则，其实我们在设计的时候也是在不经意间也遵循了这些原则，拿来跟大家共享一下，特别有感于这些天面试程序员，简历上写精通数据库设计，一问就说几个范式，其他冗余的数据都是垃圾，我真是比较汗颜hellip;hellip; 不废话了]]></description>
    <pubDate>2008-07-15</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网转载</comments>
</item>
<item>
    <title><![CDATA[带你深入了解数据库设计中的英文术语表]]></title>
    <link>http://www.xker.com/page/e2008/0715/54608.html</link>
    <description><![CDATA[Access method（访问方法）：此步骤包括从文件中存储和检索记录。 Alias（别名）：某属性的另一个名字。在SQL中，可以用别名替换表名。 Alternate keys（备用键，ER/关系模型）：在实体/表中没有被选为主健的候选键。 Anomalies（异常）参见更新异常（update anom]]></description>
    <pubDate>2008-07-15</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[实例讲解实现SQL下的字符串拆分具体方法]]></title>
    <link>http://www.xker.com/page/e2008/0714/54573.html</link>
    <description><![CDATA[因为工作的原因，开发过一个拆分字符串的SQL函数，现在把它贴出来，与大家共勉学习。 该函数如下： CREATE function [dbo].[StringSplit](@str nvarchar(max),@spliter nvarchar(10)) returns @tb table(ch nvarchar(256)) AS BEGIN DECLARE @Num int,@Pos]]></description>
    <pubDate>2008-07-14</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网转载</comments>
</item>
<item>
    <title><![CDATA[如何才能保障存储过程嵌套调用的原子性]]></title>
    <link>http://www.xker.com/page/e2008/0714/54572.html</link>
    <description><![CDATA[此代码用于解决存储过程间嵌套调用时的全局原子性问题: DECLARE @TranStarted bit SET @TranStarted = 0 IF( @@TRANCOUNT = 0 ) -- 用于嵌套 BEGIN BEGIN TRANSACTION SET @TranStarted = 1 END ELSE SET @TranStarted = 0 ..... IF( @TranStarted = 1 ) B]]></description>
    <pubDate>2008-07-14</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[教你在不同数据库环境下读取前N条记录数]]></title>
    <link>http://www.xker.com/page/e2008/0714/54571.html</link>
    <description><![CDATA[在不同数据库环境下读取前N条记录数： 1. Oracle Select * FROM TABLE1 Where ROWNUMlt;=N 2. Informix Select FIRST N * FROM TABLE1 where 1=1 3. MySQL Select * FROM TABLE1 where 1=1 LIMIT N 4. DB2 Select * ROW_NUMBER() OVER(ORDER BY CO]]></description>
    <pubDate>2008-07-14</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[个人经验总结：数据仓库的数据存储和实现]]></title>
    <link>http://www.xker.com/page/e2008/0714/54568.html</link>
    <description><![CDATA[当面对大量的数据，而且是各种各样类型的数据，还可能有的数据单元（粒度）很大，单纯靠数据库是不易解决，为了解决这些问题，提高系统后台的效率，就需要引进数据仓库。 有关数据仓库的数据存储的几个基本问题： 1、数据存储的方式？ 数据仓库的数据由两种存储方]]></description>
    <pubDate>2008-07-14</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[SQL中获得EXEC后面的sql语句或返回值的方法]]></title>
    <link>http://www.xker.com/page/e2008/0711/54509.html</link>
    <description><![CDATA[前言：在数据库程序开发的过程中,我们经常会碰到利用EXEC来执行一段需要返回某些值的sql语句（通常是构造动态sql语句时使用），或者在一个存储过程中利用EXEC调用另一个有返回值的存储过程（必须获得返回值），那么如何获得这些返回值呢? 1.EXEC执行sql语句的情况]]></description>
    <pubDate>2008-07-11</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[DBA:在生产环境中创建监控表DML的触发器]]></title>
    <link>http://www.xker.com/page/e2008/0711/54504.html</link>
    <description><![CDATA[在生产环境中，总是可能出现这样的情况：某张或者某些表的数据被莫名其妙的修改了，但是很难定位出是哪个用户、哪个过程修改的。这是一个很让DBA头痛的事情（往往DBA对于整个代码逻辑并不是非常了解）。要定位出ldquo;问题rdquo;语句，有几种方法可以选择：log miner]]></description>
    <pubDate>2008-07-11</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[PowerDesigner实现导出的SQL语句附带主键]]></title>
    <link>http://www.xker.com/page/e2008/0711/54503.html</link>
    <description><![CDATA[SQL Server 2000下，pd导出sql语句，表是不带主键的。但是这个问题可以解决： 双击你在pd里面所建的表－－》选择ldquo;perviewrdquo;，可以查看这张表的建表语句。 举个例子：表1 if exists (select 1 from sysobjects where id = object_id('T_SA_FIELD']]></description>
    <pubDate>2008-07-11</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[用一条SQL实现：一行多个字段数据的最大值]]></title>
    <link>http://www.xker.com/page/e2008/0711/54487.html</link>
    <description><![CDATA[原问题是这样的：如何用SQL语句（不是Oracle),求出下表每一行的5个字段中的最大值，最后生成一个新字段。 例如: 第一行最大值 -5.0 (c字段) 空值忽略 第二行最大值 -5.5 (a字段) 空值忽略 ab c d e -21.5-15.0-5.0 -5.5-11.5 -5.0-16.5-10.5 -9.0 -11]]></description>
    <pubDate>2008-07-11</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[从三个方面进行讲解如何适当优化SQL]]></title>
    <link>http://www.xker.com/page/e2008/0705/54287.html</link>
    <description><![CDATA[如何适当优化SQL？许多人在使用SQL时往往会陷入一个误区，即太关注于所得的结果是否正确，而忽略了不同的实现方法之间可能存在的性能差异，这种性能差异在大型的或是复杂的数据库环境中（如联机事务处理OLTP或决策支持系统DSS）中表现得尤为明显。笔者在工作实践中发]]></description>
    <pubDate>2008-07-05</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[生成100万不重复的8位均匀分布的随机编号]]></title>
    <link>http://www.xker.com/page/e2008/0705/54281.html</link>
    <description><![CDATA[这篇论坛文章着重介绍了生成100万不重复的8位均匀分布的随机编号方法，详细内容请参考下文：要在10000000 - 99999999之间产生100万个不重复的随机数。可以建立一个表table1，这个表有两个字段，一个是所产生的随机数字段(int型)，另外一个也是int型字段。 使用99999]]></description>
    <pubDate>2008-07-05</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>赛迪网技术社区</comments>
</item>
<item>
    <title><![CDATA[教你手动压缩EverNote数据库]]></title>
    <link>http://www.xker.com/page/e2008/0704/54260.html</link>
    <description><![CDATA[ EverNote用得时间久了就变得很大，但是EverNote自己没有给我们提供一个压缩数据库的方法，那么怎么样才能安全的压缩EverNote数据库呢？EverNote的数据库实际上是使用SQLite数据库，其实很多软件都使用SQLite数据库，所以以下的方法对同样适用SQLite数据库的软件都是]]></description>
    <pubDate>2008-07-04</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[用Pipelined Table实现split函数的示例]]></title>
    <link>http://www.xker.com/page/e2008/0623/53995.html</link>
    <description><![CDATA[在实际的应用中，为了让PL/SQL 函数返回数据的多个行，必须通过返回一个 REF CURSOR 或一个数据集合来完成。REF CURSOR 的这种情况局限于可以从查询中选择的数据，而整个集合在可以返回前，必须进行具体化。Oracle 9i 通过引入的管道化表函数纠正了后一种情况。表函数是]]></description>
    <pubDate>2008-06-23</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[触发器中的inserted表和deleted表介绍]]></title>
    <link>http://www.xker.com/page/e2008/0623/53989.html</link>
    <description><![CDATA[触发器语句中使用了两种特殊的表：deletednbsp;nbsp;nbsp;nbsp; 表和nbsp;nbsp;nbsp;nbsp; insertednbsp;nbsp;nbsp;nbsp; 表。Microsoftamp;reg;nbsp;nbsp;nbsp;nbsp; SQLnbsp;nbsp; Servernbsp;nbsp; 2000 自动创建和管理这些表。可以使用这两个]]></description>
    <pubDate>2008-06-23</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[讲解优化数据库时必须注意的一些细节问题]]></title>
    <link>http://www.xker.com/page/e2008/0619/53898.html</link>
    <description><![CDATA[在优化数据库时，我们可能没有用到以下这些细节的优点。下面是一些关于数据库性能的问题，仅供大家参考。 1. 假设你的数据库不需要存储特殊字符的能力，尤其是Unicode标准中规定的那些字符，你有没有在系统中把nchar类型替换成char之类的各种适用的字段类型？ ]]></description>
    <pubDate>2008-06-19</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[高级复制中mlog$表的HWM过高导致性能问题]]></title>
    <link>http://www.xker.com/page/e2008/0616/53767.html</link>
    <description><![CDATA[这篇论坛文章（赛迪网技术社区）针对高级复制中由于mlog$表的HWM过高导致的性能问题进行了详细的讲解，更多内容请参考下文： 某系统升级后，报告事务端的数据库反应非常慢，用户大量投诉。 现场检查系统后，发现CPU占用到了80％（平时该系统正常时只有10％～20％）。]]></description>
    <pubDate>2008-06-16</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[优化OLAP中的聚合]]></title>
    <link>http://www.xker.com/page/e2008/0519/52887.html</link>
    <description><![CDATA[DBMS_AW 包有两个很有趣也很有用的存储过程，它们使你可以调整你的聚合过程。在OLAP项目中一个常见的问题是预先计算哪些等级以及在查询时计算哪些等级?大多数人们似乎认为你必须预先计算他们维度的所有等级。不过这个方法的缺点是数据加载和聚合过程会比你所期望的时间]]></description>
    <pubDate>2008-05-19</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>IT专家网</comments>
</item>
<item>
    <title><![CDATA[专家讲解数据库安全 防范黑客入侵技术综述]]></title>
    <link>http://www.xker.com/page/e2008/0509/52641.html</link>
    <description><![CDATA[随着计算机技术的飞速发展，数据库的应用十分广泛，深入到各个领域，但随之而来产生了数据的安全问题。各种应用系统的数据库中大量数据的安全问题、敏感数据的防窃取和防篡改问题，越来越引起人们的高度重视。数据库系统的安全除依赖自身内部的安全机制外，还与外部网]]></description>
    <pubDate>2008-05-09</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[初学者需要掌握的数据库设计词汇对照表]]></title>
    <link>http://www.xker.com/page/e2008/0506/52515.html</link>
    <description><![CDATA[数据库设计词汇对照表: 1. Access method(访问方法)：此步骤包括从文件中存储和检索记录。 2. Alias(别名)：某属性的另一个名字。在SQL中，可以用别名替换表名。 3. Alternate keys(备用键，ER/关系模型)：在实体/表中没有被选为主健的候选键。 ]]></description>
    <pubDate>2008-05-06</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网整理转载</comments>
</item>
<item>
    <title><![CDATA[带你深入了解数据库管理系统层次安全技术]]></title>
    <link>http://www.xker.com/page/e2008/0429/52393.html</link>
    <description><![CDATA[数据库系统的安全性很大程度上依赖于数据库管理系统。如果数据库管理系统安全机制非常强大，则数据库系统的安全性能就较好。目前市场上流行的是关系式数据库管理系统，其安全性功能很弱，这就导致数据库系统的安全性存在一定的威胁。 nbsp;nbsp;nbsp;由于数]]></description>
    <pubDate>2008-04-29</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网整理转载</comments>
</item>
<item>
    <title><![CDATA[利用SQL语句对不同数据库进行高效果分页]]></title>
    <link>http://www.xker.com/page/e2008/0429/52392.html</link>
    <description><![CDATA[ 在程序的开发过程中，处理分页是大家接触比较频繁的事件，因为现在软件基本上都是与数据库进行挂钩的。但效率又是我们所追求的，如果是像原来那样把所有满足条件的记录全部都选择出来，再去进行分页处理，那么就会多多的浪费掉许多的系统处理时间。为了能够把效率提]]></description>
    <pubDate>2008-04-29</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网整理转载</comments>
</item>
<item>
    <title><![CDATA[编程实例 SQL语句优化技术分析]]></title>
    <link>http://www.xker.com/page/e2008/0428/52359.html</link>
    <description><![CDATA[ 最近几周一直在进行数据库培训，老师精湛的技术和生动的讲解使我受益匪浅。为了让更多的新手受益，我抽空把SQL语句优化部分进行了整理，希望大家一起进步。 一、操作符优化 1、IN 操作符 用IN写出来的SQL的优点是比较容易写及清晰]]></description>
    <pubDate>2008-04-28</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>博客园</comments>
</item>
<item>
    <title><![CDATA[实例讲解数据库备份过程中的常见问题]]></title>
    <link>http://www.xker.com/page/e2008/0421/52253.html</link>
    <description><![CDATA[nbsp;nbsp; 第一个问题: 有RAID，还需要做数据库备份吗？ 回答:需要。有了RAID，万一部份磁盘损坏，可以修复数据库，有的情况下数据库甚至可以继续使用。但是，如果哪一天，你的同事不小心删除了一条重要的记录，怎么办？RAID是无能为力的。你需要合适的备份策略]]></description>
    <pubDate>2008-04-21</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网整理转载</comments>
</item>
<item>
    <title><![CDATA[SQL Select Into语句]]></title>
    <link>http://www.xker.com/page/e2008/0415/52050.html</link>
    <description><![CDATA[The SELECT INTO StatementSELECT INTO 语句The SELECT INTO statement is most often used to create backup copies of tables or for archiving records.SELECT INTO语句常用来给数据表建立备份或是历史档案。Syntax语法]]></description>
    <pubDate>2008-04-15</pubDate>
    <category>数据库综合</category>
    <author>未知</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[SELECT INTO]]></title>
    <link>http://www.xker.com/page/e2008/0415/52049.html</link>
    <description><![CDATA[NameSELECT INTOnbsp; --nbsp; 从一个查询的结果中创建一个新表 SynopsisSELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]nbsp;nbsp;nbsp; * | expression [ AS output_name ] [, ...]nbsp;nbsp;nbsp; INTO [ TEMPORARY | TEMP ] [ TABLE ] new_]]></description>
    <pubDate>2008-04-15</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[insert into tablename与Select * into tablename 比较]]></title>
    <link>http://www.xker.com/page/e2008/0415/52048.html</link>
    <description><![CDATA[insert into tablename 时表tablename必须存在select * into tablename 时表不能存在在数据库的故障还原模型为ldquo;简单rdquo;的时候，select * into tablename要快，因为在数据库的故障还原模型为ldquo;简单rdquo;的时候select * into tablename是不会产生大量]]></description>
    <pubDate>2008-04-15</pubDate>
    <category>数据库综合</category>
    <author>未知</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[select into 和 insert into select 两种表复制语句]]></title>
    <link>http://www.xker.com/page/e2008/0415/52047.html</link>
    <description><![CDATA[select into 和 insert into select 两种表复制语句select * into destTbl from srcTblinsert into destTbl(fld1, fld2) select fld1, 5 from srcTbl以上两句都是将 srcTbl 的数据插入到 destTbl，但两句又有区别的。第一句（select into from）要求目标表（dest]]></description>
    <pubDate>2008-04-15</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网整理</comments>
</item>
<item>
    <title><![CDATA[高手指招 数据库中表行变列的方法]]></title>
    <link>http://www.xker.com/page/e2008/0327/51335.html</link>
    <description><![CDATA[今天在论坛上看到有一个朋友问到了数据库表的行变列的问题，我给了一种解决方法，拼Sql脚本。 我想这个问题还是有点普遍性的，所以我把问题和答案留在这里，供有类似问题的朋友参考。如果谁有其他的以及更好的办法，欢迎贴出代码，大家共同进步。 原帖见：http://forum]]></description>
    <pubDate>2008-03-27</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[LINQ to SQL 基本数据操作]]></title>
    <link>http://www.xker.com/page/e2008/0314/50783.html</link>
    <description><![CDATA[首先需要讲一下 DataContext 类 。 这个类是 LINQ to SQL 框架的主入口点。DataContext 是通过数据库连接映射的所有实体的源。 要在数据库操作上玩 SQL 除了 DataContext 还需要一个数据表的实体类。 在VS 2008 里面，可以直接使用生成 LINQ to SQL 类 来解决懒人的动手]]></description>
    <pubDate>2008-03-14</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>小杰的blog</comments>
</item>
<item>
    <title><![CDATA[教你快速掌握一些异常精妙的SQL语句]]></title>
    <link>http://www.xker.com/page/e2008/0312/50606.html</link>
    <description><![CDATA[精妙的SQL语句: ◆复制表(只复制结构,源表名：a 新表名：b) SQL: select * into b from a where 11 ◆拷贝表(拷贝数据,源表名：a 目标表名：b) SQL: insert into b(a, b, c) select d,e,f from b; ◆显示文章、提交人和最后回复时间 SQL: select a.title,a.username,b.]]></description>
    <pubDate>2008-03-12</pubDate>
    <category>数据库综合</category>
    <author>钱海歌</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[一些工作和学习中经常用到的SQL语句]]></title>
    <link>http://www.xker.com/page/e2008/0310/50446.html</link>
    <description><![CDATA[一些常用的SQL语句： 新建表： create table [表名] ( [自动编号字段] int IDENTITY (1,1) PRIMARY KEY , [字段1] nVarChar(50) default '默认值' null , [字段2] ntext null , [字段3] datetime, [字段4] money null , [字段5] int default 0, [字段6] Decimal (12,4)]]></description>
    <pubDate>2008-03-10</pubDate>
    <category>数据库综合</category>
    <author>马劲锋</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[什么是数据结构、逻辑结构和物理结构？]]></title>
    <link>http://www.xker.com/page/e2008/0203/47141.html</link>
    <description><![CDATA[什么是数据结构 数据结构是在整个计算机科学与技术领域上广泛被使用的术语。它用来反映一个数据的内部构成，即一个数据由那些成分数据构成，以什么方式构成，呈什么结构。数据结构有逻辑上的数据结构和物理上的数据结构之分。逻辑上的数据结构反映成分数据之间的逻辑关]]></description>
    <pubDate>2008-02-03</pubDate>
    <category>数据库综合</category>
    <author>杨晨中</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[深入讲解事务对象的基本内容及使用方法]]></title>
    <link>http://www.xker.com/page/e2008/0203/47137.html</link>
    <description><![CDATA[对象的基本内容及使用方法： 事务对象 我们知道事务对象在POWER BUILDER 当中占有非常重要的地位，POWER BUILDER的应用程序必须通过事务对象来实现与各种数据库的连接，所以在讨论数据窗口和数据库的关系之前，我们首先来介绍有关事物对象的基本内容。 在POWER BUILDER]]></description>
    <pubDate>2008-02-03</pubDate>
    <category>数据库综合</category>
    <author>小乔</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[深入讲解数据库的具体分类及其相关概念]]></title>
    <link>http://www.xker.com/page/e2008/0203/47135.html</link>
    <description><![CDATA[数据库的分类： ◆模糊数据库 指能够处理模糊数据的数据库。一般的数据库都是以二直逻辑和精确的数据工具为基础的，不能表示许多模糊不清的事情。随着模糊数学理论体系的建立，人们可以用数量来描述模糊事件并能进行模糊运算。这样就可以把不完全性、不确定性、模糊性]]></description>
    <pubDate>2008-02-03</pubDate>
    <category>数据库综合</category>
    <author>李劲东</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[用一个实例讲解GROUP BY CEIL的使用方法]]></title>
    <link>http://www.xker.com/page/e2008/0202/46876.html</link>
    <description><![CDATA[GROUP BY CEIL的使用方法： SQL WITH A AS (SELECT 'A' CD FROM DUAL2 UNION3 SELECT 'B' CD FROM DUAL4 UNION5 SELECT 'C' CD FROM DUAL6 UNION7 SELECT 'D' CD FROM DUAL8 UNION9 SELECT 'E' CD FROM DUAL10 UNION11 SELECT 'F' CD FROM DUAL12 UNION13 SELECT 'G' C]]></description>
    <pubDate>2008-02-02</pubDate>
    <category>数据库综合</category>
    <author>孙诗涵</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[讲解有关“SELECT FOR UPDATE“的一些概念]]></title>
    <link>http://www.xker.com/page/e2008/0202/46873.html</link>
    <description><![CDATA[statement: 一个SQL语句。 session: 一个由ORACLE用户产生的连接，一个用户可以产生多个SESSION ，但相互之间是独立的。 transaction:所有的改变都可以划分到transaction里，一个transaction包含一个或多个SQL。当一个SESSION建立的时候就是一个TRANSACTION开始的时刻]]></description>
    <pubDate>2008-02-02</pubDate>
    <category>数据库综合</category>
    <author>水晶</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[“Select“语句究竟是如何来使用索引的？]]></title>
    <link>http://www.xker.com/page/e2008/0202/46872.html</link>
    <description><![CDATA[用Select语句使用索引： select * from t1 ; --不能用索引,全表扫描 select * from t1 where age 20; --能用age上的索引 select * from t1 where name like '李%'; --能用上name上的索引 select * from t1 where xh 45; --能用上xh上的索引; select * from t1 where ag]]></description>
    <pubDate>2008-02-02</pubDate>
    <category>数据库综合</category>
    <author>楠惜梦</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[带你深入了解有关数据库的“并发问题”]]></title>
    <link>http://www.xker.com/page/e2008/0202/46867.html</link>
    <description><![CDATA[假如没有锁定且多个用户同时访问一个数据库，则当他们的事务同时使用相同的数据时可能会发生问题 假如没有锁定且多个用户同时访问一个数据库，则当他们的事务同时使用相同的数据时可能会发生问题。并发问题包括： ◆丢失或覆盖更新。 ◆未确认的相关性（脏读）。 ◆不]]></description>
    <pubDate>2008-02-02</pubDate>
    <category>数据库综合</category>
    <author>30613</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[数据库性能调优技术──单表执行计划]]></title>
    <link>http://www.xker.com/page/e2008/0202/46863.html</link>
    <description><![CDATA[一、前言： 数据库性能调优的有力工具──单表执行计划 查询语句可以有多种可选执行计划，如何选择效率最高的执行计划?达梦数据库、oracle数据库、SQL Server数据库都是采用基于成本的查询优化，对备选执行计划进行打分，选择大家最小的执行计划进行执行。这些内容，我]]></description>
    <pubDate>2008-02-02</pubDate>
    <category>数据库综合</category>
    <author>37889</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[基于DM数据库的“Power Builder“程序开发]]></title>
    <link>http://www.xker.com/page/e2008/0202/46862.html</link>
    <description><![CDATA[PowerBuilder是一个优秀的数据库应用前端开发工具，完全支持客户机/服务器（Client/Server）体系结构，全面采用面向对象技术，操作使用极为方便，且富有效率。在使用PowerBuilder开发数据库应用程序时，如何正确地建立与各种数据库的连接是一个十分要害的问题。本文列]]></description>
    <pubDate>2008-02-02</pubDate>
    <category>数据库综合</category>
    <author>17313</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[在使用PowerDesigner时遇到的疑难问题]]></title>
    <link>http://www.xker.com/page/e2008/0202/46856.html</link>
    <description><![CDATA[安装PowerDesigner后，使用中有一些问题，总结如下： 1.使用PD12时出现以下错误： Reference constraint name maximum length is limited to 30 characters Key constraint name maximum length is limited to 30 characters Table code maximum length Column code ma]]></description>
    <pubDate>2008-02-02</pubDate>
    <category>数据库综合</category>
    <author>10921</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[带你轻松接触PowerDesigner中的反向工程]]></title>
    <link>http://www.xker.com/page/e2008/0202/46855.html</link>
    <description><![CDATA[Power Designer是Sybase公司的CASE工具集，使用它可以方便地对治理信息系统进行分析设计，它几乎包括了数据库模型设计的全过程。利用Power Designer可以制作数据流程图、概念数据模型、物理数据模型，可以生成多种客户端开发工具的应用程序，还可为数据仓库制作结构模]]></description>
    <pubDate>2008-02-02</pubDate>
    <category>数据库综合</category>
    <author>30311</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[如何将海量的信息快速转化为智慧的决策]]></title>
    <link>http://www.xker.com/page/e2008/0202/46854.html</link>
    <description><![CDATA[目前，随着生活和工作节奏的逐步加快，企业用户尤其是领导决策者，往往很难忍受几分钟甚至几小时出一张报表的缓慢进度(注：即便是上亿条纪录的统计信息）。针对此种情况，快速的查询响应速度已经成为判定一个数据仓库是否成功的要害因素。 Sybase公司专为分析型应用与]]></description>
    <pubDate>2008-02-02</pubDate>
    <category>数据库综合</category>
    <author>10633</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[基于关系数据库引擎的“XML“索引技术]]></title>
    <link>http://www.xker.com/page/e2008/0202/46853.html</link>
    <description><![CDATA[XML(可扩展标记语言)已成为Web应用中数据表示和数据交换的标准,随着Internet的快速发展,尤其是电子商务，Web服务等应用的广泛使用,XML类型的数据成为当前主流的数据形式。因此XML数据的治理技术尤其是XML数据查询技术成为当前的研究热点。 相比起关系型数据，XML有着各]]></description>
    <pubDate>2008-02-02</pubDate>
    <category>数据库综合</category>
    <author>10633</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[深入讲解数据库系统安全中的“漏洞发掘”]]></title>
    <link>http://www.xker.com/page/e2008/0202/46852.html</link>
    <description><![CDATA[如今，在病毒肆虐、黑客无处不在的网络环境里，软件的安全性已成为一个备受关注的话题。传统的软件安全性关注的主要在于权限与角色的治理，如访问控制，或是数据的机密性与完整性，如加密解密。但是一个软件系统在应用了这些安全措施之后就能确保其万无一失了吗？答案]]></description>
    <pubDate>2008-02-02</pubDate>
    <category>数据库综合</category>
    <author>10633</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[深入剖析多方面的参数设置对性能的影响]]></title>
    <link>http://www.xker.com/page/e2008/0202/46850.html</link>
    <description><![CDATA[使用原始磁盘空间，不要使用文件系统空间 原始磁盘空间意味着通过一个字符模式非凡文件（在ls -l 命令显示的第一列总出现的一个'c')访问一个原始磁盘分区，不是指磁盘空间相关联的块模式非凡文件（为ls -l 命令显示的第1列为'b')，也不是指卷治理控制设备以及其它任何]]></description>
    <pubDate>2008-02-02</pubDate>
    <category>数据库综合</category>
    <author>10363</author>
    <comments>赛迪网</comments>
</item>
<item>
    <title><![CDATA[T-SQL语句实现数据库备份与还原]]></title>
    <link>http://www.xker.com/page/e2007/1205/41047.html</link>
    <description><![CDATA[这种方式感觉实现起来也不错，我是使用这种方式来完成数据库备份还原的功能的。 需要指出下面这些存储过程是在网上搜索到的。谢谢代码的提供者。在此转载 利用T-SQL语句,实现数据库的备份与还原的功能 体现了SQL Server中的四个知识点： 1． 获取SQL Server服务器上的默]]></description>
    <pubDate>2007-12-05</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[在SQL中用SP_KEYS确定一个表格的关键键]]></title>
    <link>http://www.xker.com/page/e2007/1204/41006.html</link>
    <description><![CDATA[如果你现在需要找到一个表格是否有一个关键键，你可以使用系统中的存储进程 sp_pkeys 。系统的存储进程具体有三个输入参数： @table_name:这个是询问语句中表格的名字，在通配符没有被使用的时候它是一个必须使用的参数。 @table_owner:这个是表格系主。 @table_qualif]]></description>
    <pubDate>2007-12-04</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[怎样用视图自定义PostgreSQL数据库查询]]></title>
    <link>http://www.xker.com/page/e2007/1101/37738.html</link>
    <description><![CDATA[PostgreSQL的一个主要特点就是创建自定义视图，这些视图仅仅是预先定义的SQL查询，它们存储在数据库中并可以在需要时重复使用。因此，以这种方式储存经常使用的SQL查询比每次都手工输入要更有效率而且更加灵活，因为通过视图生成的数据集本身就可以通过SQL来操作。 这]]></description>
    <pubDate>2007-11-01</pubDate>
    <category>数据库综合</category>
    <author>00796</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[细化解析：教你快速的了解数据库的分类]]></title>
    <link>http://www.xker.com/page/e2007/1101/37735.html</link>
    <description><![CDATA[数据库的分类： ◆模糊数据库 指能够处理模糊数据的数据库。一般的数据库都是以二直逻辑和精确的数据工具为基础的，不能表示许多模糊不清的事情。随着模糊数学理论体系的建立，人们可以用数量来描述模糊事件并能进行模糊运算。这样就可以把不完全性、不确定性、模糊性]]></description>
    <pubDate>2007-11-01</pubDate>
    <category>数据库综合</category>
    <author>shuijing</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[解析：教你轻松的掌握如何开发数据仓库]]></title>
    <link>http://www.xker.com/page/e2007/1030/37542.html</link>
    <description><![CDATA[数据仓库实施过程所需要考虑的步骤: 一. 再三考虑应用程序的实现方法 数据仓库并不涉及事务处理，并且在报表方面也仅占一小部分。而数据仓库应用程序的本质是分析，尤其是针对业务智能的分析。BI并不是通常所说的数据：它是一种从旧有数据中,模型化得到的新的数据。那]]></description>
    <pubDate>2007-10-30</pubDate>
    <category>数据库综合</category>
    <author>sjck</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[快速掌握用 SQL语句判断已知表是否存在]]></title>
    <link>http://www.xker.com/page/e2007/1030/37539.html</link>
    <description><![CDATA[问: 怎样用SQL语句来判断已知表是否存在? 答: 具体解决方法如下: 注释:以下代码为通常的引用Dao做的一模块 Function fExistTable(strTableName As String) As IntegerDim db As DatabaseDim i As Integer Set db = DBEngine.Workspaces(0).Databases(0) fExistTable =]]></description>
    <pubDate>2007-10-30</pubDate>
    <category>数据库综合</category>
    <author>limeinan</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[教你快速掌握 更新相关数据的四个好方法]]></title>
    <link>http://www.xker.com/page/e2007/1026/36911.html</link>
    <description><![CDATA[一：如果要创建允许更新基于联接的视图或存储过程的窗体，自动窗体是一种便捷的方法。使用自动窗体可以很快创建窗体，然后切换到设计视图以设置 UniqueTable 属性。如果更喜欢使用数据表视图而不是单一的窗体视图，也可以更改 DefaultView 属性。 二：显示几个筛选得到]]></description>
    <pubDate>2007-10-26</pubDate>
    <category>数据库综合</category>
    <author>yashi</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[最耗资源的SQL 写程序时千万注意]]></title>
    <link>http://www.xker.com/page/e2007/1015/36007.html</link>
    <description><![CDATA[一般来说，调优的第一手资料，很可能就是典型业务期的一个statspack报告，那么如何根据statspack报告来判断是哪些SQL消耗了最多的系统资源?哪些SQL是最需要调整的呢?这里给出了一个大致的优化思路。当然，思路是死的，人是活的，优化也需要随需应变。 一般来说，需要关]]></description>
    <pubDate>2007-10-15</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[巧用一条SQL语句实现其它进制到十进制转换]]></title>
    <link>http://www.xker.com/page/e2007/1011/35792.html</link>
    <description><![CDATA[巧用一条SQL语句实现其它进制到十进制转换，具体实现方法如下： -----二进制转换十进制----------------- select sum(data1) from (select substr('1101', rownum, 1) * power (2, length('1101') - rownum) data1 from dual connect by rownum = length('1101')) ----]]></description>
    <pubDate>2007-10-11</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[浅谈Linq To Sql集成数据库语言的优劣]]></title>
    <link>http://www.xker.com/page/e2007/1011/35791.html</link>
    <description><![CDATA[Linq To Sql是Microsoft开发的针对解决data!=object问题的新技术。在笔者的一系列的文章中，对它已经做了大量的介绍。现在，笔者将从经验的角度，谈谈它的优劣。 1、Linq To Sql的优点 在Linq To Sql推出之前，我们只是把sql语句形成一个string，然后，通过ado.net传给]]></description>
    <pubDate>2007-10-11</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[SQL 在什么情况下使用全表扫描？]]></title>
    <link>http://www.xker.com/page/e2007/1011/35789.html</link>
    <description><![CDATA[本文对 SQL 在什么情况下进行全表扫描的问题给出了全面解析，大家在实际运用中可以作个参考。 1：对返回的行无任何限定条件，即没有where 字句。 2：对数据表与任何索引主列相对应的行限定条件，例如：在City-State-Zip列创建了三列复合索引，那么仅对State有列限定条]]></description>
    <pubDate>2007-10-11</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[查询某个字段没有值的所有记录的SQL语句]]></title>
    <link>http://www.xker.com/page/e2007/1009/35616.html</link>
    <description><![CDATA[有时我们需要查询出某字段没有值的全部记录，那应该用rs(xx)=还是IsNull(rs(xx))呢？要得出结论，我们还得从头说起：什么情况下字段中会没有值？因为这和我们的结论关系密切。 一、什么造成字段中没有值？ 我们建一个表来测试下，表中只有两个字段id(自动编号)和aa(文本]]></description>
    <pubDate>2007-10-09</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>木子屋</comments>
</item>
<item>
    <title><![CDATA[优化数据库的思想及sql语句优化的原则]]></title>
    <link>http://www.xker.com/page/e2007/1005/35330.html</link>
    <description><![CDATA[优化数据库的思想： ================ 1、关键字段建立索引。 2、使用存储过程，它使SQL变得更加灵活和高效。 3、备份数据库和清除垃圾数据。 4、SQL语句语法的优化。（可以用Sybase的SQL Expert，可惜我没找到unexpired的 序列号） 5、清理删除日志。 SQL语句优化的原]]></description>
    <pubDate>2007-10-05</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[sql优化原则]]></title>
    <link>http://www.xker.com/page/e2007/1005/35328.html</link>
    <description><![CDATA[1、使用索引来更快地遍历表。 缺省情况下建立的索引是非群集索引，但有时它并不是最佳的。在非群集索引下，数据在物理上随机存放在数据页上。合理的索引设计要建立在 对各种查询的分析和预测上。一般来说： a.有大量重复值、且经常有范围查询（ , ， =, =）和order by]]></description>
    <pubDate>2007-10-05</pubDate>
    <category>数据库综合</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[理解 CREATE FUNCTION/DROP FUNCTION语法]]></title>
    <link>http://www.xker.com/page/e2007/0929/35152.html</link>
    <description><![CDATA[一个自定义函数 (UDF)就是用一个象ABS() 或 CONCAT()这样的固有（内建）函数一样作用的新函数去扩展MySQL。 CREATE [AGGREGATE] FUNCTION function_name RETURNS {STRING|INTEGER|REAL} SONAME shared_library_nameDROP FUNCTION function_name function_name 是 用在S]]></description>
    <pubDate>2007-09-29</pubDate>
    <category>数据库综合</category>
    <author>limeinan</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[教你轻松掌握分层管理器的具体开发步骤]]></title>
    <link>http://www.xker.com/page/e2007/0926/34890.html</link>
    <description><![CDATA[分层管理器应用程序需要进行许多设置和准备。主要步骤汇总如下： (1)获取多层逐层细化图层时要使用的各个表的数据。 (2)创建一个包含特殊列和特殊元数据的新的空逐层细化表（.tab 文件）。元数据为每个组件表指定一个层名，同时标识组件表中的重要列标识列和标题列。 (]]></description>
    <pubDate>2007-09-26</pubDate>
    <category>数据库综合</category>
    <author>xiaoqiao</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[细化解析：网络数据库的特点与发展趋势]]></title>
    <link>http://www.xker.com/page/e2007/0925/34827.html</link>
    <description><![CDATA[1． 网络数据库的特点 网络数据库是重要的电子资源，与印刷型文献及光盘、磁盘等电子出版物相比，网络版数据库有着独特的优势，正日益受到图书馆及其用户的青睐。 1．1 数据量大、增长迅速、更新速度快 在国外，数据库生产已形成规模，走向产业化和商业化，这就使得网]]></description>
    <pubDate>2007-09-25</pubDate>
    <category>数据库综合</category>
    <author>zuoluo</author>
    <comments>新客网</comments>
</item>

</channel>
</rss>

