<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
  <channel>
    <title>数据库综合</title>
    <link>https://www.syue.com/Software/Database/Composite/</link>
    <description>Latest 500 infos of 数据库综合</description>
    <copyright>Copyright(C) Empire CMS</copyright>
    <generator>Empire CMS by Empire Studio.</generator>
    <lastBuildDate>Sat, 25 Apr 2026 15:42:31 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.syue.com/e/data/images/rss.gif</url>
      <title>岁月联盟-中国信息安全门户网站（老牌黑客网站）</title>
      <link>https://www.syue.com/</link>
    </image>
    <item>
      <title><![CDATA[对SQL说不！NoSQL的数据库技术革命]]></title>
      <description><![CDATA[ NoSQL组织上个月在旧金山的行动让人闻到了数据库革命的味道，好像一个现代IT业版的波士顿倾茶事件正在策划之 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17755.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17755.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 23 Apr 2010 13:51:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[bcp生成excel文件优化方案]]></title>
      <description><![CDATA[ 				　　一、综述：　　目前页面生成excel的方法很多，总结起来，不外乎两类，一种是使用excel对象，一种是 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17745.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17745.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 05 Apr 2010 08:30:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[sql日期拼接]]></title>
      <description><![CDATA[ 				 在本文中，GetDate()获得的日期由两部分组成，分别是今天的日期和当时的时间：Select GetDate() 用Dat ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17746.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17746.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 03 Dec 2009 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Sql语句优化注意事项]]></title>
      <description><![CDATA[ 				1.尽量不要对列名进行函数处理。而是针对后面的值进行处理例如where col1 = -5的效率比where -col1=5的 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17747.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17747.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 29 Oct 2009 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[数据库故障处理——数据库出现页损坏或校验和错误]]></title>
      <description><![CDATA[ 				最近一直在进一步学习数据库故障的处理方面的知识，做为一个数据库维护人员，我即期望遇到所有的数据库 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17748.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17748.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 Sep 2009 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SQLite For Windowns 安装及配置教程]]></title>
      <description><![CDATA[ 				SQLite 是个使用档案方式储存的 Database，不需要另外安装如 MySQL 之类的 Server，而且PHP5已经将 SQL ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17749.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17749.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 04 Jul 2009 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[从数据库中随机提取行的代码]]></title>
      <description><![CDATA[ 				下面介绍在几个流行的数据库中提取随机行的代码。MySQL中提取11个随机行                        SELEC ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17750.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17750.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 24 May 2009 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[诊断文件 帮助数据库管理员排忧解难]]></title>
      <description><![CDATA[ 				　随着医学技术的进步，现在医生看病已经少不了血液检验书、X片等诊断材料。有了这些诊断材料的辅助，医 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17751.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17751.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Feb 2009 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[什么是聚集索引，什么是非聚集索引？]]></title>
      <description><![CDATA[ 				聚集索引 

聚集索引确定表中数据的物理顺序。聚集索引类似于电话簿，后者按姓氏排列数据。由于聚集索 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17752.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17752.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Jan 2009 02:58:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[数据库设计规范化的五个要求]]></title>
      <description><![CDATA[ 				　　通常情况下，可以从两个方面来判断数据库是否设计的比较规范。一是看看是否拥有大量的窄表，二是宽 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17753.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17753.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Jan 2009 06:15:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[计算SQL语句执行时间的方法]]></title>
      <description><![CDATA[ 				　　一、按照BAIDU.GOOGLE及CSDN等搜索结果　　在SQL语句前面加上了这一句： 　　经查询,SET STATISTIC ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17754.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17754.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Jan 2009 06:14:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SQL中CONVERT转化函数的用法]]></title>
      <description><![CDATA[ 				　　CONVERT的使用方法: 

　　格式: 

　　CONVERT(data_type,expression,style) 

　　说明: ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17735.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17735.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Jan 2009 06:12:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SQL Server数据库连接查询的种类及其应用]]></title>
      <description><![CDATA[ 				　　在数据库开发方面，通过单表所表现的实现，有时候需要组合查询来找到我们需要的记录集，这时候我们 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17736.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17736.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 09 Jan 2009 01:27:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用SQL语句生成带有小计合计的数据集脚本]]></title>
      <description><![CDATA[ 				　　使用SQL语句生成带有小计合计的数据集: 　　测试用户: scott 　　测试用表: dept,emp //////////// ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17737.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17737.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 09 Jan 2009 01:25:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[将Access升级为SQL Server 2005]]></title>
      <description><![CDATA[ 				　　第一步：配置数据源　　1.在&amp;amp;lsquo;控制面板&amp;amp;rarr;管理工具&amp;amp;rsquo;里选择&amp;amp;lsquo;数据源&amp;amp;rsquo;，在 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17738.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17738.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 07 Jan 2009 23:35:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[浅谈数据仓库和数据挖掘本质]]></title>
      <description><![CDATA[ 				　数据仓库和数据挖掘是两个比较大的概念，在国外已经非常成熟，在国内随着前几年企业数据的累计、ERP的 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17739.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17739.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 06 Jan 2009 06:13:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[每晚12：20触发存诸过程]]></title>
      <description><![CDATA[ 				使用 WAITFOR TIME 
下例在晚上 10:20 执行存储过程 update_all_stats。 

BEGIN 
WAITFOR TIME &amp;#039;2 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17740.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17740.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 14 Dec 2008 05:46:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[重启IIS和SQL Server命令]]></title>
      <description><![CDATA[ 				在WEB开发中经常需要重启IIS,每次打开IIS来操作很麻烦，所以我干脆就在桌面新增了一个CMD文件，内容如下 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17741.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17741.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 14 Dec 2008 05:44:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用SQL语句复制数据表]]></title>
      <description><![CDATA[ 				&amp;#039;将a表另外复制一个b表（只复制结构，不含数据）
select * into b from a where 1=0&amp;#039;将a表另外复制一个 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17742.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17742.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 14 Dec 2008 05:34:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[sql批量修改字段内容的语句]]></title>
      <description><![CDATA[ 				update &#039;表名&#039; set 要修改字段名 = replace (要修改字段名,&#039;被替换的特定字符&#039;,&#039;替换成的字符&#039;)						 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17743.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17743.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 14 Dec 2008 03:12:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[讲解DBMS_STATS的分析表与备份分析信息]]></title>
      <description><![CDATA[ 				在使用DBMS_STATS分析表的时候，我们经常要保存之前的分析，以防分析后导致系统性能低下然后进行快速恢 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17744.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17744.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 06 Aug 2008 11:09:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[dp备份检查时发现有session报错的解决方法]]></title>
      <description><![CDATA[ 				进行dp备份的检查过程中，发现一个备份session出现报错，示例如下： 


Warning From:BSM@gd-bak0 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17725.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17725.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 27 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[带你深入了解数据库设计中的英文术语表]]></title>
      <description><![CDATA[ 				Access method（访问方法）：此步骤包括从文件中存储和检索记录。 

Alias（别名）：某属性的另一个名 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17726.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17726.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一位DBA总结的数据库反规范设计常用方法]]></title>
      <description><![CDATA[ 				一位DBA朋友总结了一个关于此方面的几个原则，其实我们在设计的时候也是在不经意间也遵循了这些原则，拿 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17727.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17727.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[个人经验总结：数据仓库的数据存储和实现]]></title>
      <description><![CDATA[ 				当面对大量的数据，而且是各种各样类型的数据，还可能有的数据单元（粒度）很大，单纯靠数据库是不易解 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17728.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17728.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 13 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[教你在不同数据库环境下读取前N条记录数]]></title>
      <description><![CDATA[ 				在不同数据库环境下读取前N条记录数： 

1. Oracle 

Select * FROM TABLE1 Where ROWNUM&amp;lt;=N 

 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17729.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17729.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 13 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何才能保障存储过程嵌套调用的原子性]]></title>
      <description><![CDATA[ 				此代码用于解决存储过程间嵌套调用时的全局原子性问题: 

DECLARE @TranStarted bit 
SET @TranStar ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17730.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17730.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 13 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[实例讲解实现SQL下的字符串拆分具体方法]]></title>
      <description><![CDATA[ 				因为工作的原因，开发过一个拆分字符串的SQL函数，现在把它贴出来，与大家共勉学习。 

该函数如下： ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17731.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17731.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 13 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用一条SQL实现：一行多个字段数据的最大值]]></title>
      <description><![CDATA[ 				原问题是这样的：如何用SQL语句（不是Oracle),求出下表每一行的5个字段中的最大值，最后生成一个新字段 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17715.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17715.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 10 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[PowerDesigner实现导出的SQL语句附带主键]]></title>
      <description><![CDATA[ 				SQL Server 2000下，pd导出sql语句，表是不带主键的。但是这个问题可以解决： 

双击你在pd里面所建的 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17732.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17732.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 10 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[DBA:在生产环境中创建监控表DML的触发器]]></title>
      <description><![CDATA[ 				在生产环境中，总是可能出现这样的情况：某张或者某些表的数据被莫名其妙的修改了，但是很难定位出是哪 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17733.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17733.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 10 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SQL中获得EXEC后面的sql语句或返回值的方法]]></title>
      <description><![CDATA[ 				前言：在数据库程序开发的过程中,我们经常会碰到利用EXEC来执行一段需要返回某些值的sql语句（通常是构 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17734.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17734.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 10 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[生成100万不重复的8位均匀分布的随机编号]]></title>
      <description><![CDATA[ 				这篇论坛文章着重介绍了生成100万不重复的8位均匀分布的随机编号方法，详细内容请参考下文：要在100000 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17716.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17716.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 04 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[从三个方面进行讲解如何适当优化SQL]]></title>
      <description><![CDATA[ 				如何适当优化SQL？许多人在使用SQL时往往会陷入一个误区，即太关注于所得的结果是否正确，而忽略了不同 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17717.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17717.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 04 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[教你手动压缩EverNote数据库]]></title>
      <description><![CDATA[ 				　　EverNote用得时间久了就变得很大，但是EverNote自己没有给我们提供一个压缩数据库的方法，那么怎么 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17718.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17718.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 03 Jul 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[触发器中的inserted表和deleted表介绍]]></title>
      <description><![CDATA[ 				触发器语句中使用了两种特殊的表：deleted     表和     inserted     表。Microsoft&amp;amp;reg;     SQL   S ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17719.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17719.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 22 Jun 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用Pipelined Table实现split函数的示例]]></title>
      <description><![CDATA[ 				在实际的应用中，为了让PL/SQL 函数返回数据的多个行，必须通过返回一个 REF CURSOR 或一个数据集合来完 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17720.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17720.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 22 Jun 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[讲解优化数据库时必须注意的一些细节问题]]></title>
      <description><![CDATA[ 				在优化数据库时，我们可能没有用到以下这些细节的优点。下面是一些关于数据库性能的问题，仅供大家参考 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17721.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17721.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 18 Jun 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[高级复制中mlog$表的HWM过高导致性能问题]]></title>
      <description><![CDATA[ 				这篇论坛文章（赛迪网技术社区）针对高级复制中由于mlog$表的HWM过高导致的性能问题进行了详细的讲解， ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17722.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17722.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 15 Jun 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[优化OLAP中的聚合]]></title>
      <description><![CDATA[ 				DBMS_AW 包有两个很有趣也很有用的存储过程，它们使你可以调整你的聚合过程。在OLAP项目中一个常见的问 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17723.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17723.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 18 May 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[专家讲解数据库安全 防范黑客入侵技术综述]]></title>
      <description><![CDATA[ 				随着计算机技术的飞速发展，数据库的应用十分广泛，深入到各个领域，但随之而来产生了数据的安全问题。 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17724.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17724.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 May 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[初学者需要掌握的数据库设计词汇对照表]]></title>
      <description><![CDATA[ 				数据库设计词汇对照表:　　1. Access method(访问方法)：此步骤包括从文件中存储和检索记录。 　　2. A ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17705.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17705.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 05 May 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[利用SQL语句对不同数据库进行高效果分页]]></title>
      <description><![CDATA[ 				　　在程序的开发过程中，处理分页是大家接触比较频繁的事件，因为现在软件基本上都是与数据库进行挂钩 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17706.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17706.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 28 Apr 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[带你深入了解数据库管理系统层次安全技术]]></title>
      <description><![CDATA[ 				数据库系统的安全性很大程度上依赖于数据库管理系统。如果数据库管理系统安全机制非常强大，则数据库系 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17707.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17707.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 28 Apr 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[编程实例 SQL语句优化技术分析]]></title>
      <description><![CDATA[ 				　最近几周一直在进行数据库培训，老师精湛的技术和生动的讲解使我受益匪浅。为了让更多的新手受益，我 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17708.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17708.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 27 Apr 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[实例讲解数据库备份过程中的常见问题]]></title>
      <description><![CDATA[ 				   第一个问题: 有RAID，还需要做数据库备份吗？　　回答:需要。有了RAID，万一部份磁盘损坏，可以修复 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17709.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17709.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 20 Apr 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[select into 和 insert into select 两种表复制语句]]></title>
      <description><![CDATA[ 				select into 和 insert into select 两种表复制语句
select * into destTbl from srcTbl

insert in ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17710.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17710.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Apr 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[insert into tablename与Select * into tablename 比较]]></title>
      <description><![CDATA[ 				insert into tablename 时表tablename必须存在
select * into tablename 时表不能存在在数据库的故障还 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17711.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17711.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Apr 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SELECT INTO]]></title>
      <description><![CDATA[ 				Name
SELECT INTO  --  从一个查询的结果中创建一个新表 

Synopsis
SELECT  ALL | DISTINCT  ON ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17712.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17712.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Apr 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SQL Select Into语句]]></title>
      <description><![CDATA[ 				The SELECT INTO Statement
SELECT INTO 语句The SELECT INTO statement is most often used to creat ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17713.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17713.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 Apr 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[高手指招 数据库中表行变列的方法]]></title>
      <description><![CDATA[ 				　今天在论坛上看到有一个朋友问到了数据库表的行变列的问题，我给了一种解决方法，拼Sql脚本。 

　 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17714.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17714.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 26 Mar 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[LINQ to SQL 基本数据操作]]></title>
      <description><![CDATA[ 				首先需要讲一下 DataContext 类 。
这个类是 LINQ to SQL 框架的主入口点。DataContext 是通过数据库连 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17695.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17695.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 13 Mar 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[教你快速掌握一些异常精妙的SQL语句]]></title>
      <description><![CDATA[ 				精妙的&amp;quot;SQL&amp;quot;语句:◆复制表(只复制结构,源表名：a 新表名：b)                                      SQ ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17696.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17696.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 11 Mar 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一些工作和学习中经常用到的SQL语句]]></title>
      <description><![CDATA[ 				一些常用的SQL语句： 新建表： create table 表名 ( 自动编号字段 int IDENTITY (1,1) PRIMARY KEY ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17697.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17697.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 09 Mar 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[深入讲解数据库的具体分类及其相关概念]]></title>
      <description><![CDATA[ 				数据库的分类： ◆模糊数据库 指能够处理模糊数据的数据库。一般的数据库都是以二直逻辑和精确的数据工 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17698.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17698.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 02 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[深入讲解事务对象的基本内容及使用方法]]></title>
      <description><![CDATA[ 				对象的基本内容及使用方法：事务对象我们知道事务对象在POWER BUILDER 当中占有非常重要的地位，POWER  ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17699.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17699.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 02 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[什么是数据结构、逻辑结构和物理结构？]]></title>
      <description><![CDATA[ 				什么是数据结构数据结构是在整个计算机科学与技术领域上广泛被使用的术语。它用来反映一个数据的内部构 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17700.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17700.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 02 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[深入剖析多方面的参数设置对性能的影响]]></title>
      <description><![CDATA[ 				使用原始磁盘空间，不要使用文件系统空间原始磁盘空间意味着通过一个字符模式非凡文件（在ls -l 命令显 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17685.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17685.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[深入讲解数据库系统安全中的“漏洞发掘”]]></title>
      <description><![CDATA[ 				如今，在病毒肆虐、黑客无处不在的网络环境里，软件的安全性已成为一个备受关注的话题。传统的软件安全 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17686.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17686.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[基于关系数据库引擎的“XML“索引技术]]></title>
      <description><![CDATA[ 				XML(可扩展标记语言)已成为Web应用中数据表示和数据交换的标准,随着Internet的快速发展,尤其是电子商务 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17687.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17687.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何将海量的信息快速转化为智慧的决策]]></title>
      <description><![CDATA[ 				目前，随着生活和工作节奏的逐步加快，企业用户尤其是领导决策者，往往很难忍受几分钟甚至几小时出一张 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17688.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17688.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[带你轻松接触PowerDesigner中的反向工程]]></title>
      <description><![CDATA[ 				Power Designer是Sybase公司的CASE工具集，使用它可以方便地对治理信息系统进行分析设计，它几乎包括了 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17689.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17689.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在使用PowerDesigner时遇到的疑难问题]]></title>
      <description><![CDATA[ 				安装PowerDesigner后，使用中有一些问题，总结如下： 1.使用PD12时出现以下错误：         Reference c ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17690.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17690.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[基于DM数据库的“Power Builder“程序开发]]></title>
      <description><![CDATA[ 				PowerBuilder是一个优秀的数据库应用前端开发工具，完全支持客户机/服务器（Client/Server）体系结构， ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17691.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17691.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[数据库性能调优技术──单表执行计划]]></title>
      <description><![CDATA[ 				一、前言：数据库性能调优的有力工具──单表执行计划查询语句可以有多种可选执行计划，如何选择效率最 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17692.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17692.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[带你深入了解有关数据库的“并发问题”]]></title>
      <description><![CDATA[ 				假如没有锁定且多个用户同时访问一个数据库，则当他们的事务同时使用相同的数据时可能会发生问题假如没 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17701.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17701.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[“Select“语句究竟是如何来使用索引的？]]></title>
      <description><![CDATA[ 				用Select语句使用索引：        select * from t1 ;      --不能用索引,全表扫描        select * from ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17702.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17702.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[讲解有关“SELECT FOR UPDATE“的一些概念]]></title>
      <description><![CDATA[ 				statement: 一个SQL语句。session: 一个由ORACLE用户产生的连接，一个用户可以产生多个SESSION ，但相互 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17703.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17703.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用一个实例讲解GROUP BY CEIL的使用方法]]></title>
      <description><![CDATA[ 				GROUP BY CEIL的使用方法：        SQL&amp;gt; WITH A AS (SELECT &amp;#039;A&amp;#039; CD FROM DUAL2 UNION3 SELECT &amp;#039;B&amp;#039; CD F ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17704.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17704.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Feb 2008 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[T-SQL语句实现数据库备份与还原]]></title>
      <description><![CDATA[ 				这种方式感觉实现起来也不错，我是使用这种方式来完成数据库备份还原的功能的。 
需要指出下面这些存储 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17693.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17693.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 04 Dec 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在SQL中用SP_KEYS确定一个表格的关键键]]></title>
      <description><![CDATA[ 				 如果你现在需要找到一个表格是否有一个关键键，你可以使用系统中的存储进程sp_pkeys。系统的存储进程具 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17694.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17694.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 03 Dec 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析：教你快速的了解数据库的分类]]></title>
      <description><![CDATA[ 				数据库的分类：  ◆模糊数据库  指能够处理模糊数据的数据库。一般的数据库都是以二直逻辑和精确的数据 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17675.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17675.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 31 Oct 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[怎样用视图自定义PostgreSQL数据库查询]]></title>
      <description><![CDATA[ 				PostgreSQL的一个主要特点就是创建自定义&amp;amp;ldquo;视图&amp;amp;rdquo;，这些视图仅仅是预先定义的SQL查询，它们存 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17676.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17676.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 31 Oct 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[快速掌握用 SQL语句判断已知表是否存在]]></title>
      <description><![CDATA[ 				问:怎样用SQL语句来判断已知表是否存在? 答:具体解决方法如下: 注释:以下代码为通常的引用Dao做的一模块 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17677.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17677.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 29 Oct 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：教你轻松的掌握如何开发数据仓库]]></title>
      <description><![CDATA[ 				数据仓库实施过程所需要考虑的步骤: 一. 再三考虑应用程序的实现方法  数据仓库并不涉及事务处理，并且 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17678.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17678.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 29 Oct 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[教你快速掌握 更新相关数据的四个好方法]]></title>
      <description><![CDATA[ 				一：如果要创建允许更新基于联接的视图或存储过程的窗体，&amp;amp;ldquo;自动窗体&amp;amp;rdquo;是一种便捷的方法。使 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17679.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17679.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 25 Oct 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[最耗资源的SQL 写程序时千万注意]]></title>
      <description><![CDATA[ 				　一般来说，调优的第一手资料，很可能就是典型业务期的一个statspack报告，那么如何根据statspack报告 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17680.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17680.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 14 Oct 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SQL 在什么情况下使用全表扫描？]]></title>
      <description><![CDATA[ 				　　本文对 SQL 在什么情况下进行全表扫描的问题给出了全面解析，大家在实际运用中可以作个参考。　　1 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17681.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17681.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 10 Oct 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[浅谈Linq To Sql集成数据库语言的优劣]]></title>
      <description><![CDATA[ 				　　Linq To Sql是Microsoft开发的针对解决data!=object问题的新技术。在笔者的一系列的文章中，对它已 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17682.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17682.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 10 Oct 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[巧用一条SQL语句实现其它进制到十进制转换]]></title>
      <description><![CDATA[ 				　　巧用一条SQL语句实现其它进制到十进制转换，具体实现方法如下：　　-----二进制转换十进制-------- ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17683.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17683.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 10 Oct 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[查询某个字段没有值的所有记录的SQL语句]]></title>
      <description><![CDATA[ 				有时我们需要查询出某字段没有值的全部记录，那应该用rs(&amp;quot;xx&amp;quot;)=&amp;quot;&amp;quot;还是IsNull(rs(&amp;quot;xx&amp;quot;))呢？要得出结论， ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17684.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17684.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 08 Oct 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[sql优化原则]]></title>
      <description><![CDATA[ 				1、使用索引来更快地遍历表。 
缺省情况下建立的索引是非群集索引，但有时它并不是最佳的。在非群集索 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17665.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17665.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 04 Oct 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[优化数据库的思想及sql语句优化的原则]]></title>
      <description><![CDATA[ 				优化数据库的思想：
  ================
  1、关键字段建立索引。
  2、使用存储过程，它使SQL变得更 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17666.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17666.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 04 Oct 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[理解 CREATE FUNCTION/DROP FUNCTION语法]]></title>
      <description><![CDATA[ 				一个自定义函数 (UDF)就是用一个象ABS() 或 CONCAT()这样的固有（内建）函数一样作用的新函数去扩展MyS ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17667.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17667.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 28 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[教你轻松掌握分层管理器的具体开发步骤]]></title>
      <description><![CDATA[ 				分层管理器应用程序需要进行许多设置和准备。主要步骤汇总如下：   (1)获取多层逐层细化图层时要使用的 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17668.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17668.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 25 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析：网络数据库的特点与发展趋势]]></title>
      <description><![CDATA[ 				1． 网络数据库的特点 网络数据库是重要的电子资源，与印刷型文献及光盘、磁盘等电子出版物相比，网络版 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17669.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17669.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 24 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Notes 数据库与关系型数据库的概念比较]]></title>
      <description><![CDATA[ 				我们知道在数据库理论中，有外模式、模式和内模式之分。外模式（又称子模式或用户模式）是数据库用户使 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17670.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17670.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 20 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析：快速理解OLAP的多维数据结构]]></title>
      <description><![CDATA[ 				数据在多维空间中的分布总是稀疏的、不均匀的。在事件发生的位置，数据聚合在一起，其密度很大。因此， ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17671.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17671.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 19 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：教你快速的理解多维数据库的概念]]></title>
      <description><![CDATA[ 				多维数据库（Multi Dimesional Database,MDD）可以简单地理解为：将数据存放在一个n维数组中，而不是像 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17672.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17672.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 19 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：教你轻松掌握清空数据库的好方法]]></title>
      <description><![CDATA[ 				一 清空数据库里所有的表        DECLARE @tablename varchar(50)DECLARE @truncatesql varchar(255)DE ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17655.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17655.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：教你轻松的掌握分布式计算的概念]]></title>
      <description><![CDATA[ 				分布式计算的英文为Distributed Computing。如果我们说某项工作是分布式的，那么，参与这项工作的一定不 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17656.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17656.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[带你轻松了解 PowerBuilder的主要特点]]></title>
      <description><![CDATA[ 				PowerBuilder提供了对目前流行的大多数关系数据库管理系统的支持，由于在PowerBuilder的应用程序中对数 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17657.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17657.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[教你轻松掌握PowerBuilder究竟是什么？]]></title>
      <description><![CDATA[ 				初学者学习PowerBuilder之前，首先需要弄清楚的问题是什么是PowerBuilder，它是用来干什么的，它的特点 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17658.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17658.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：PowerBuilder运行库以及ODBC接口]]></title>
      <description><![CDATA[ 				1.PowerBuilder运行库以及ODBC接口 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17659.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17659.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[轻松掌握用PowerBuilder 来做分布计算]]></title>
      <description><![CDATA[ 				问：为什么要使用PowerBuilder来做分布计算？答：一个重要的原因是计算资源的共享。用整个网络中的所有 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17660.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17660.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[教你轻松掌握事务对象的概念及使用方法]]></title>
      <description><![CDATA[ 				事务对象我们知道事务对象在POWER BUILDER 当中占有非常重要的地位，POWER BUILDER的应用程序必须通过事 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17661.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17661.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[轻松了解 PowerBuilder与数据库的连接]]></title>
      <description><![CDATA[ 				数据库前端开发工具与后台数据库管理系统的连接方式是一个很重要的课题。PowerBuilder提供了两种访问后 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17662.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17662.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[带你轻松了解PB6.5中OLE控件的三个缺点]]></title>
      <description><![CDATA[ 				PB6.0在汉字方面有问题,因此利用Sybase公司免费提供的PB6.5补丁程序进行升级是PB6.0用户较现实的选择。 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17673.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17673.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[轻松掌握在PowerBuilder中动态调用函数]]></title>
      <description><![CDATA[ 				目前，大部分应用程序中都提供了Undo功能，在PowerBuilder中也可以利用Undo()函数实现该功能。Undo()函 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17674.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17674.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 18 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[系统技巧：RedHat Linux 9键盘的快捷操作]]></title>
      <description><![CDATA[ 				这里列举了一些你可以用来快速执行常见任务的键盘快捷操作。这些操作不仅限于所列出的内容，要了解更多 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17663.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17663.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 17 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析：Oracle Online Redo LogFile]]></title>
      <description><![CDATA[ 				我们知道Oracle里联机日志文件(Onlineredologfile)循环记录了数据库所有的事务(transaction)。它的大小 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17664.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17664.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 17 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：教你轻松掌握随机抽取记录的方法]]></title>
      <description><![CDATA[ 				问：能否给我介绍一种随机抽取记录的方法？ 答：以下代码以抽取6条为例：                             ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17645.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17645.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 13 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[数据库管理员最应熟悉和了解的“DBA视图”]]></title>
      <description><![CDATA[ 				DBA视图示例如下: dba_data_files ◆关于数据库文件的信息 dba_db_links ◆数据库中的所有数据库链路 d ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17646.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17646.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 13 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[轻松掌握多方面的参数设置对性能的影响]]></title>
      <description><![CDATA[ 				注释：（应使用原始磁盘空间，不要使用文件系统空间。 ） 原始磁盘空间意味着通过一个字符模式特殊文件 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17647.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17647.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 13 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[load date infile 语法错误的解决方法]]></title>
      <description><![CDATA[ 				如果load date infile总是出现语法错误.自定义使用符号时经常出错. 我们可以不使用自定义,所有文档使用 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17648.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17648.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 12 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析：在什么样的条件下需要重建索引]]></title>
      <description><![CDATA[ 				问：在什么样的条件下需要重建索引？ 答：重建索引需要如下两个条件。 一：分析(analyze)指定索引之后， ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17649.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17649.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 11 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析：怎样正确了解链接存储的概念]]></title>
      <description><![CDATA[ 				链接存储 在顺序存储中，每个存侗含有所存元素本身的信息，元素之间的逻辑关系是通过数组下标位置简单计 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17650.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17650.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 11 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[不能频繁执行DBCC SHRINKDATABASE的原因]]></title>
      <description><![CDATA[ 				能频繁执行DBCC SHRINKDATABASE的原因 首先,我们需要了解数据文件并不是所有的空间都会被使用，而是只有 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17651.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17651.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 11 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[实例解析：在应用程序中执行 SQL 语句]]></title>
      <description><![CDATA[ 				在应用程序中使用 SQL 语句的方式取决于您使用的应用程序开发工具和编程接口。 ODBC 如果您直接对 ODBC ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17635.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17635.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 09 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：教你轻松了解如何使用预准备语句]]></title>
      <description><![CDATA[ 				本文提供了如何使用预准备语句的简短概述。总的过程都是相同的，但细节方面将因接口而异。通过将不同接 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17636.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17636.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 09 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析：预准备语句的组成和注意事项]]></title>
      <description><![CDATA[ 				每次向数据库发送语句时，服务器必须首先准备语句。准备语句可以包括： &amp;amp;bull;语法分析语句并将它转换为 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17637.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17637.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 09 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[应用程序中处理查询结果集的方式—游标]]></title>
      <description><![CDATA[ 				当您在应用程序中执行查询时，结果集由许多行组成。通常，您执行查询之前并不知道应用程序要接收多少行 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17638.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17638.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 09 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[教你轻松了解嵌入式SQL中怎样使用游标]]></title>
      <description><![CDATA[ 				在嵌入式 SQL 中使用游标与在其它接口中使用游标不同。 使用游标 （嵌入式 SQL）： 1.准备语句。 游标通 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17639.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17639.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 09 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：如何使用游标执行不同类型的操作]]></title>
      <description><![CDATA[ 				游标定位 当游标打开之后，它位于结果集的第一行之前。您可以将游标移到以查询结果的开头或结尾作为参照 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17652.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17652.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 09 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析：其他编程接口中怎样使用游标]]></title>
      <description><![CDATA[ 				1.准备和执行语句 使用该接口的常用方法执行语句。您可以准备语句，然后再执行该语句，或者也可以直接执 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17653.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17653.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 09 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一次读取多行这种方式是怎样改善性能的]]></title>
      <description><![CDATA[ 				多行读取 某些接口提供了一次将多行读取到数组中的下几个字段的方法。通常，您执行单独的读取操作越少， ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17654.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17654.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 09 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过建立安全模型保障Web数据库安全运行]]></title>
      <description><![CDATA[ 				随着Web数据库的应用越来越广泛，Web数据库的安全问题日益突出，如何才能保证和加强数据库的安全性已成 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17640.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17640.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 05 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[教你轻松理解“内存测试数据库”的概念]]></title>
      <description><![CDATA[ 				内存数据库常作为嵌入式数据库：当一个进程启动时被创建，嵌入到这个进程中运行，当进程终止时被销毁。 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17641.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17641.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 04 Sep 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析在数据库中用子类型设计关系表]]></title>
      <description><![CDATA[ 				理论上，在设计过程中揭示的每一个实体都会产生一个表。如果应用程序处理员工，就会建立一个员工表；如 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17625.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17625.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 30 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL（17）]]></title>
      <description><![CDATA[ 				如何干预执行计划 - - 使用hints提示 基于代价的优化器是很聪明的，在绝大多数情况下它会选择正确的优化 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17642.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17642.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 30 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SQL Anywhere Studio的主要特点及组件]]></title>
      <description><![CDATA[ 				SQL Anywhere Studio 是一个用于服务器、桌面、移动、嵌入式和远程办公环境的数据管理和同步解决方案。 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17643.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17643.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 30 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Adaptive Server Anywhere 的 web 服务]]></title>
      <description><![CDATA[ 				Adaptive Server Anywhere 在数据库服务器中集成了一个 HTTP 服务器和一个 SOAP 管理器。它允许您通过  ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17644.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17644.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 30 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[教你轻松理解数据库滞后联编和对象嵌套]]></title>
      <description><![CDATA[ 				面向对象数据库系统支持面向对象数据模型，简称OO模型。也就是说，一个面向对象数据库系统是一个持久的 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17626.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17626.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 29 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[怎样将EXP出来的数据IMP进不同的表空间]]></title>
      <description><![CDATA[ 				经常有人会问：原来的数据在USERS表空间里面，我想把它IMP进APP表空间，我已经修改了目的用户的默认表空 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17627.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17627.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 28 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[实例解析：为何数据库归档日志名称为空]]></title>
      <description><![CDATA[ 				查询V$ARCHIVED_LOG视图的时候，发现归档日志的文件名称全部为空。 数据库为Oracle10203 RAC on Solari ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17628.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17628.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 28 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析：知识库和数据库的不同理念]]></title>
      <description><![CDATA[ 				数据库是被这样解释的：数据库是计算机应用系统中的一种专门管理数据资源的系统。数据有多种形式，如文 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17615.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17615.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用最简单的实例诠释晦涩难懂的范式理论]]></title>
      <description><![CDATA[ 				在很多数据库的相关书籍中，数据库范式的定义让很多人都感觉到晦涩难懂，深入理解起来更是一头雾水，我 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17616.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17616.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[实例解析：UNION和UNION ALL的不同之处]]></title>
      <description><![CDATA[ 				在数据库中，union和union all 关键字都是将两个结果集合合并为一个，但这两者从使用和效率上来说都有所 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17629.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17629.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[实例解析：将count(*)值写入另一个表中]]></title>
      <description><![CDATA[ 				一、写入同一个数据库的另一个表中：                                      use db1gocreate table t1 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17630.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17630.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[实例解析：如何在数据库中更改每个表格]]></title>
      <description><![CDATA[ 				所有程序开发人员都会时不时地出现错误。有时候，错误的发生是因为我们没有建立明显但却没有指明的请求 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17631.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17631.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[带你轻松接触ICX数据库软件的十个特性]]></title>
      <description><![CDATA[ 				1、非入侵部署: 一对(IP,port)。应用程序接口不作任何修改。  2、兼容各种数据库版本、数据库复制产品、 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17632.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17632.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[轻松掌握对象模型向数据库表的映射规则]]></title>
      <description><![CDATA[ 				对象模型向数据库概念模型的映射就是向数据库表的变换过程。有关的变换规则简单归纳如下: (1) 一个对象 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17633.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17633.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[实例解析：数据库与数据仓库的内在区别]]></title>
      <description><![CDATA[ 				简而言之，数据库是面向事务的设计，数据仓库是面向主题设计的。数据库一般存储在线交易数据，数据仓库 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17634.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17634.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 27 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用SSH与PHP相连接 确保数据传输的安全性]]></title>
      <description><![CDATA[ 				SSH可以通过将联机的封包加密的技术进行资料的传递; 使用SSH可以把传输的所有数据进行加密，即使有人截 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17617.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17617.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 22 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[启动Adaptive Server Anywhere服务器]]></title>
      <description><![CDATA[ 				 运行示例数据库的 Adaptive Server Anywhere 数据库服务器。Adaptive Server Anywhere 包括两个版本的 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17618.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17618.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 22 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析数据库应用程序的数据库计算]]></title>
      <description><![CDATA[ 				当客户端应用程序想要执行一个数据库任务 （例如使用查询检索信息或将新行插入表中）时，它使用结构化查 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17619.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17619.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 22 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析数据库应用程序主键表的示例]]></title>
      <description><![CDATA[ 				关系数据库中的每个表都应该具有主键。主键是唯一标识每一行的一列或列集合。表中不能有两个行具有相同 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17620.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17620.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 22 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析数据库应用程序的术语和概念]]></title>
      <description><![CDATA[ 				关系数据库概念 关系数据库管理系统 (Relational Database-Management System, RDBMS)是用于存储和检索 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17621.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17621.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 22 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析数据库应用程序中的SQL查询]]></title>
      <description><![CDATA[ 				&amp;quot;SQL&amp;quot; 中的 &amp;quot;Q&amp;quot; 表示查询查询 (Query)。使用 SELECT 语句从数据库中查询 （或检索检索SELECT 语句执行上 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17622.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17622.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 22 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[请求处理引擎在两种服务器上是否等同]]></title>
      <description><![CDATA[ 				请求处理引擎在这两种服务器上是等同的。 编程接口 应用程序使用编程接口与数据库服务器通信。您可以使 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17623.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17623.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 22 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[应用程序和数据库服务器如何协同工作]]></title>
      <description><![CDATA[ 				数据库系统的组成部分 任何信息系统都包含以下组成部分： 数据库 数据存储在数据库中。在本文档的各图示 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17624.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17624.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 22 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析web2.0与数据库之间的四点启示]]></title>
      <description><![CDATA[ 				一：专业数据库太贵，Web2.0通常承担不起 web2.0在承担数据管理任务的同时也要花很少的钱才行，web2.0应 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17605.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17605.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 21 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL（14）]]></title>
      <description><![CDATA[ 				例2: 假定A、B、C都是不是小表，且在A表上一个组合索引：A(a.col1,a.col2) ，注意a.col1列为索引的引导 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17606.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17606.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 20 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析PostgreSQL的昨天今天和明天]]></title>
      <description><![CDATA[ 				今天，如果人们谈论起计算机操作系统，肯定有非常多的人会津津乐道自由软件操作系统Linux，毕竟，众人拾 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17607.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17607.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 19 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[快速掌握SQL中几个值得注意的特殊符号]]></title>
      <description><![CDATA[ 				1.在SQL中，表示字符串得引号强烈建议使用单引号（&amp;#039;&amp;#039;&amp;#039;&amp;#039;）。虽然MySQL也可以使用双引号（&amp;quot;），但是为了和 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17608.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17608.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 19 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL（13）]]></title>
      <description><![CDATA[ 				例1： 假设LARGE_TABLE是一个较大的表，且username列上没有索引，则运行下面的语句：                  ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17609.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17609.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 19 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[数据字典管理的表空间存在着效率问题]]></title>
      <description><![CDATA[ 				我的测试环境:Hp rp7410主机，Hp-unix11.11 OS,Oracle8.1.7.4的数据库,一个有90张表大约100G的测试表空 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17610.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17610.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 19 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析向外扩展数据库系统的两个选项]]></title>
      <description><![CDATA[ 				当我提到向外扩展数据库系统时，我实际上只是讨论对数据库系统进行分割或划分，以便你能利用那些部分， ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17611.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17611.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 19 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析存储过程的编写经验和优化措施]]></title>
      <description><![CDATA[ 				在数据库的开发过程中，经常会遇到复杂的业务逻辑和对数据库的操作，这个时候就会用SP来封装数据库操作 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17595.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17595.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 16 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在数据库备份时可能出错的十种特殊情况]]></title>
      <description><![CDATA[ 				如果你做DBA时间不长，对数据库的备份有些担心，希望能找到一种让你放心的备份方案，那么本文绝对适合你 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17596.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17596.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 16 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[持续数据库保护“真准”之争及解决方案]]></title>
      <description><![CDATA[ 				CDP（持续数据保护）捕获和保护数据中所有的变化，而非仅仅是某个预先选定的时间点。这样就可以随时访问 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17597.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17597.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 16 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网友感言：不喜欢数据库编程的5个原因]]></title>
      <description><![CDATA[ 				工作中一直不喜欢数据库编程，也要求团队中尽量不要用存储过程和触发器，除非真的能带来很多好处。实话 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17598.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17598.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 16 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[快速掌握用递归触发器来操作指针的原理]]></title>
      <description><![CDATA[ 				尽管递归触发器比较复杂而且难于管理，但是它使用起来非常方便。本文中，我们将简单描述有关递归触发器 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17599.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17599.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 16 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[教你熟练使用hanganalyze来分析数据库]]></title>
      <description><![CDATA[ 				1.为什么要使用hanganalyze? Oracle数据库&amp;amp;ldquo;真的&amp;amp;rdquo;hang住了，可以理解为数据库内部发生死锁。 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17612.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17612.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 16 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[多线程服务器(MTS)和专用服务器的区别]]></title>
      <description><![CDATA[ 				偶尔被问及数据库的共享模式和专用模式的区别，有一些模糊，故做一下区别分析： MTS（多线程服务）和专 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17613.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17613.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 16 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关系型和后关系型数据库的演变与发展]]></title>
      <description><![CDATA[ 				随着信息技术的发展，采用两维表结构的数据库，已经无法保存大量的多媒体非结构化复杂数据，以及各类数 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17614.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17614.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 16 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：一种基于记录集查找特定行的方法]]></title>
      <description><![CDATA[ 				问：我的一个表中包含了名为IdValue的单列主键。对于给定的IdValue值，我希望找到紧邻目标值之前和之后 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17600.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17600.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 14 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：在查询结果中添加自动编号的方法]]></title>
      <description><![CDATA[ 				往往经常有这样的需求，在查询结果中添加一列类似于Identity的数字，虽然在Client编程中并不难实现，但 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17601.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17601.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 14 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析：实例创建按小时来报告的查询]]></title>
      <description><![CDATA[ 				要创建一个可以每个小时报告之查询，首先要创建一个表格。该表格一列记录日期，而没有时间信息；另一列 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17602.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17602.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 14 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析使用存储过程时一个错误的解决方法]]></title>
      <description><![CDATA[ 				这段时间用了一下C++ Builder ，在调用存储过程时遇到了一些问题，问了很多人都没有找到答案，最后还是 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17603.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17603.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 14 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关系数据库设计的规范化与非规范化之争]]></title>
      <description><![CDATA[ 				关系数据库设计是对数据进行组织化和结构化的过程，核心问题是关系模型的设计。关系模型是数学化的、用 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17585.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17585.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 13 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[轻松解决ASA数据库出现无法连接的现象]]></title>
      <description><![CDATA[ 				经常在论坛看到有的人问这样的问题。导致ASA数据库无法连接的问题有以下几种： 解决的办法： 1.检查数据 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17586.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17586.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 13 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析多表连接中各种连接间的区别和联系]]></title>
      <description><![CDATA[ 				1、各种连接的定义和用途 内连接： 同等连接、非同等连接（常用就不讲了） 自然连接，自己找相同的字段 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17587.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17587.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 13 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：数据库应用需求与对象关系数据库]]></title>
      <description><![CDATA[ 				一 数据管理技术随着应用进步而迅速发展 应用的发展始终是数据管理技术进步的动力。或者说,应用发展与技 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17588.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17588.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 13 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：数据库新型销售的几个主要支撑点]]></title>
      <description><![CDATA[ 				数据库的建设与使用在各个不同时期发挥的作用不太一样，在熟悉与利用数据上有许多文章可做，我们把数据 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17604.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17604.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 13 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：合理使用索引查询的七个通用原则]]></title>
      <description><![CDATA[ 				索引查询是数据库中重要的记录查询方法，要不要进入索引以及在那些字段上建立索引都要和实际数据库系统 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17589.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17589.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 12 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[设计数据库前必须了解的十二个实用技巧]]></title>
      <description><![CDATA[ 				1. 考察现有环境 在设计一个新数据库时，你不但应该仔细研究业务需求而且还要考察现有的系统。大多数数 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17590.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17590.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 12 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[六个方法解决应用程序中死锁现象的出现]]></title>
      <description><![CDATA[ 				在应用程序中就可以采用下面的一些方法来避免死锁：  （1）合理安排表访问顺序。 （2）在事务中尽量避免 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17591.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17591.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 12 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析：学会如何处理数据库中的null]]></title>
      <description><![CDATA[ 				Java数据库连接(JDBC)结果集类掩盖了一个微小的bug，如果你忘记了使用wasNull方法的话。关系数据库中的 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17592.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17592.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 12 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[带你快速了解编程语言的数据库性能比较]]></title>
      <description><![CDATA[ 				随着计算机技术不断发展，各种数据库编程工具也随着发展，使当今的大多数程序开发人员可以摆脱枯燥无味 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17593.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17593.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 12 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL（十二）]]></title>
      <description><![CDATA[ 				要为一个语句生成执行计划，可以有3种方法： 1．最简单的办法                                     Sq ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17594.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17594.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 12 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SQL进行排序、分组、统计的10个新技巧]]></title>
      <description><![CDATA[ 				以一种有意义的方式组织数据可能是一项挑战。有时你需要的可能是一个简单的排序，但是通常你需要做更多 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17575.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17575.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 09 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL（十一）]]></title>
      <description><![CDATA[ 				总结一下，在哪种情况下用哪种连接方法比较好： 排序 - - 合并连接： (a) 对于非等值连接，这种连接方式 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17576.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17576.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 09 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SELECT语句中的*号不为人知的其他作用]]></title>
      <description><![CDATA[ 				在很多的SELECT语句中，*是一个给定表格的所有列的一个方法。然而，*号也可以帮助你了解表格结构的信息 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17577.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17577.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 09 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[实例介绍：不可小视视图对效率的影响力]]></title>
      <description><![CDATA[ 				近日为一家企业开发数据库方面的应用。 有两张数据表：A和B，其中A的记录为2万条左右，而B中的数据为20 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17578.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17578.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 09 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[怎样得到1个数据库中每个表格的数据数目]]></title>
      <description><![CDATA[ 				问：怎样才能得到1个数据库中每个表格的数据数目？ 答：参考下列方法可以获得每个表格的数据数目。     ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17579.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17579.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 08 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[怎样找出消耗cup的进程信息和执行语句]]></title>
      <description><![CDATA[ 				要找出最耗资源的sql，我们可以首先使用top等工具，找到最好资源的进程（记住进程号），例如，操作系统 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17580.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17580.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 08 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL（十）]]></title>
      <description><![CDATA[ 				嵌套循环(Nested Loops, NL) 这个连接方法有驱动表(外部表)的概念。其实，该连接过程就是一个2层嵌套循 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17581.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17581.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 08 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一名合格的DBA所应遵守的四个生存守则]]></title>
      <description><![CDATA[ 				1.备份重于一切 我们必需知道,系统总是要崩溃的，没有有效的备份只是等哪一天死!我经常开玩笑的说,唯一 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17582.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17582.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 08 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[不正确的编写SQL语句会导致系统不安全]]></title>
      <description><![CDATA[ 				在一般的多用户应用系统中，只有拥有正确的用户名和密码的用户才能进入该系统。我们通常需要编写用户登 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17583.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17583.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 07 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[轻松学会如何在数据库表中建立复合主键]]></title>
      <description><![CDATA[ 				主键是数据库表的一个重要属性，建立主键可以避免表中存在完全相同的记录，也就是说主键在一张表中的记 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17584.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17584.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 07 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[选择性的恢复文件或者文件组的主要原因]]></title>
      <description><![CDATA[ 				如果有一个单个的出现问题的文件。这个文件有几十兆的大小，而你的整个数据库运行着几十亿的字节，这样 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17565.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17565.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 06 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[学会三个范式快速成为数据库设计的高手]]></title>
      <description><![CDATA[ 				关系数据库设计之时是要遵守一定的规则的。尤其是数据库设计范式现简单介绍1NF（第一范式），2NF（第二 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17566.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17566.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 06 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL（九）]]></title>
      <description><![CDATA[ 				表之间的连接 Join是一种试图将两个表结合在一起的谓词，一次只能连接2个表，表连接也可以被称为表关联 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17567.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17567.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 06 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[教你循序渐进的做一个MobiLink的Demo]]></title>
      <description><![CDATA[ 				SQL Anywhere Studio实际是由以下几个组建构成的：  1.Adaptive Server Anywhere 简称ASA。这是什么？大 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17568.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17568.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如影随形的数据库：嵌入式数据库简介]]></title>
      <description><![CDATA[ 				如影随形的数据库 嵌入式数据库简介 嵌入式数据库作为共用的数据管理模块，实现了手机资源的共享。从上 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17569.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17569.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[嵌入式数据库是未来数据库的重要一环]]></title>
      <description><![CDATA[ 				嵌入式系统正在试图描绘未来的生活:因为它的存在，机器变得更加智能，因而相互之间的交流成为可能，而嵌 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17570.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17570.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL(八)]]></title>
      <description><![CDATA[ 				根据索引的类型与where限制条件的不同，有4种类型的索引扫描： 索引唯一扫描(index unique scan) 索引范 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17571.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17571.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 05 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细化解析：不同类型数据库的死锁问题]]></title>
      <description><![CDATA[ 				论坛中有很多关于死锁问题的讨论，在理论方面，R.Ramakrishnan的《Database management systems》也有非 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17572.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17572.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 02 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL(七)]]></title>
      <description><![CDATA[ 				访问路径(方法) -- access path 优化器在形成执行计划时需要做的一个重要选择是如何从数据库查询出需要 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17573.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17573.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 02 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Web开发中用sql语句完成分页的特效方法]]></title>
      <description><![CDATA[ 				这篇文章以jsp/asp为例，简要介绍了Web开发中一种用sql语句完成分页的高效率方法。 一、Jsp方法如下:   ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17555.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17555.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[应聘SQL数据库人员面试时经常遇到的问题]]></title>
      <description><![CDATA[ 				目前在职场中很难找到非常合格的数据库开发人员。有人说:&amp;amp;ldquo;SQL开发是一门语言，它很容易学，但是很 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17556.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17556.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析：怎样查出前台正在发出的sql语句]]></title>
      <description><![CDATA[ 				问：怎样才能查出前台正在发出的sql语句？ 答：具体步骤如下： 软件环境：                            ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17557.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17557.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[巧用SQL的全局临时表防止用户重复登录]]></title>
      <description><![CDATA[ 				在我们开发商务软件的时候，常常会遇到这样的一个问题：怎样防止用户重复登录我们的系统？特别是对于银 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17558.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17558.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[轻松掌握：触发器生成数据库表操作日志]]></title>
      <description><![CDATA[ 				作为一名数据库管理员，你尽力以各部门熟知的不同格式，向各部门提供它们所需要的数据。你通常将MS Exc ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17559.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17559.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL(六)]]></title>
      <description><![CDATA[ 				执行计划的步骤 执行计划的每一步返回一组行，它们或者为下一步所使用，或者在最后一步时返回给发出SQL ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17574.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17574.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Aug 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解析SQL语句在何种情况下进行全表扫描]]></title>
      <description><![CDATA[ 				问：SQL语句在什么情况下使用全表扫描？ 答：1：对返回的行无任何限定条件，即没有where 字句 2：对数据 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17560.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17560.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 31 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL(五)]]></title>
      <description><![CDATA[ 				Rowid的概念： rowid是一个伪列，既然是伪列，那么这个列就不是用户定义，而是系统自己给加上的。对每个 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17561.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17561.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 31 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[轻松学会DataWindow中实现列的自动折行]]></title>
      <description><![CDATA[ 				　我们在PowerBuilder应用程序的开发过程中, 使用DataWindow时, 经常会遇到某列的数据太长, 不能同时全 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17562.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17562.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 31 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp读sql数据时出现乱码问题的解决方法]]></title>
      <description><![CDATA[ 				如果你在做网站的时候，无法正确执行sql语句，response后，发现sql语句里面的中文字段都成了乱码，可以 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17563.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17563.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 30 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL(四)]]></title>
      <description><![CDATA[ 				五： ORACLE的执行计划 背景知识：为了更好的进行下面的内容我们必须了解一些概念性的术语： 共享sql语 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17564.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17564.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 30 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[从数据库管理下手 多手段提升网站安全]]></title>
      <description><![CDATA[ 				数据库，网站运营的基础，网站生存的要素，不管是个人用户还是企业用户都非常依赖网站数据库的支持，然 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17545.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17545.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 29 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL(三)]]></title>
      <description><![CDATA[ 				四：ORACLE的优化器 优化器有时也被称为查询优化器，这是因为查询是影响数据库性能最主要的部分，不要以 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17546.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17546.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 29 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[把Sql数据转换为业务数据的几种方法]]></title>
      <description><![CDATA[ 				ORM系统必须把数据库中的数据转换为业务数据，转换的方法大致有3种，本文就试图对它们做一些简单分析。 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17547.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17547.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 26 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SQL应避免使用哪种格式的存储图象文件]]></title>
      <description><![CDATA[ 				问：在SQL中应避免使用哪种格式的存储图象文件？ 答：在大型的二进制对象，或BLOBs中， SQL Server中可 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17548.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17548.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 26 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[怎样对SQL 数据表和数据库进行迭代操作]]></title>
      <description><![CDATA[ 				本文介绍了master数据库中两个非常有用但在SQL Server在线教科书中没有提到的存储过程。  这些系统过程 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17549.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17549.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 26 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL(二)]]></title>
      <description><![CDATA[ 				二：有效的应用设计  我们通常将最常用的应用分为2种类型：联机事务处理类型(OLTP)，决策支持系统(DSS) ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17550.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17550.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 26 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SQL中Table类型的数据与用户自定义函数]]></title>
      <description><![CDATA[ 				SQL中Table型数据与用户自定义函数(downmoon) SQL Server 2000 新增了Table型数据：Table型数据不能用来 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17551.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17551.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 25 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过分析SQL语句的执行计划优化SQL(一)]]></title>
      <description><![CDATA[ 				在DBA的日常工作中，调整个别性能较差的SQL语句时一项富有挑战性的工作。其中的关键在于如何得到SQL语句 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17552.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17552.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 25 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[推荐;适合SQL初学者学习的SQL FAQ集锦]]></title>
      <description><![CDATA[ 				1. 行列转换--普通 　　 假设有张学生成绩表(CJ)如下：                                      Name　　 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17553.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17553.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 25 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[利用HSQLDB来进行Hibernate的单元测试]]></title>
      <description><![CDATA[ 				动机 曾经使用许多方法在数据库和目标代码之间传输数据。从手动编码的SQL到JDO，然后再到EJB，从未找到 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17554.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17554.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[提高数据库性能 让无关处理放到外层实现]]></title>
      <description><![CDATA[ 				问题: DB Server 的 CPU 100%，vmstat 的输出也很高。找到CPU高的SQL语句是使用了一个将IP地址字符串转 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17535.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17535.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 19 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[专家仔细讲解分布式数据库的优劣说]]></title>
      <description><![CDATA[ 				假设恢复、诊断、优化和局域网结构中的问题能得到解决，分布式数据库系统将有更加长足的发展，并将成为 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17536.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17536.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[从分布式数据库结构入手讲解它的前世今生]]></title>
      <description><![CDATA[ 				分布式数据库是在上世纪7O年代中期，随着各企业、团体和单位对数据库更广泛地使用以及数据库技术和计算 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17537.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17537.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[数据库理论：学习基于SQL数据库的算法]]></title>
      <description><![CDATA[ 				算法是计算机科学中一个重要的研究方向，是解决复杂问题的关键。在计算机世界中，算法无处不在。数据库 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17538.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17538.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 03 Jul 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[分析各种数据库优点 帮你做出准确选择]]></title>
      <description><![CDATA[ 				　　本文针对网友在选择数据库时的一些疑虑，特把各个数据库的优点罗列出来。　　Access数据库　　美国 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17539.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17539.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 17 Jun 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何修改数据库表或存储过程的所有者]]></title>
      <description><![CDATA[ 				use dbname sp_changedbowner &amp;#039;new_user&amp;#039; 
更改当前数据库的所有者。 
--批量修改数据库对象的所有者 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17540.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17540.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 17 Jun 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[sql 语句对时间操作的总结]]></title>
      <description><![CDATA[ 				在SQL语句中，常常用会对时间（或日期）进行一些处理，下面是比较通用的一些语句：延迟：sysdate+(5/24 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17541.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17541.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 13 Jun 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[SQL游标原理和使用方法]]></title>
      <description><![CDATA[ 				在数据库开发过程中，当你检索的数据只是一条记录时，你所编写的事务语句代码往往使用SELECT INSERT 语 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17542.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17542.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 05 Feb 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[分页存储过程]]></title>
      <description><![CDATA[ 				create procedure ProgrameName (@nvar Int,@pagesize int,@pageindex int,@docount bit)asset nocount ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17534.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17534.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 04 Feb 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[数据库的分页问题]]></title>
      <description><![CDATA[ 				       随着数据库中存储的数据的增多，满足用户查询条件的数据也随之增加。而用户一般不可能一次性看完 ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17543.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17543.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 04 Feb 2007 16:00:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[数字金额大小写转换之存储过程]]></title>
      <description><![CDATA[ 				CREATE    Procedure MoneytoChinese22   --阿拉伯数字金额转换为中文大写@ChangeMoney Money ,@Return ]]></description>
      <link>http://www.syue.com/Software/Database/Composite/17544.html</link>
      <guid>http://www.syue.com/Software/Database/Composite/17544.html</guid>
      <category>数据库综合</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 04 Feb 2007 16:00:00 +0000</pubDate>
    </item>
  </channel>
</rss>