<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>IT、外语学习、管理咨询类社区 - 数据库</title>
    <link>http://www.hwjy.net.cn/showforum-10.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) IT、外语学习、管理咨询类社区</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Tue, 06 Jan 2009 19:38:00 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>海量数据库的查询优化及分页算法方案</title>
      <description><![CDATA[随着“金盾工程”建设的逐步深入和公安信息化的高速发展，公安计算机应用系统被广泛应用在各警种、各部门。与此同时，应用系统体系的核心、系统数据的存放地――数据库也随着实际应用而急剧膨胀，一些大规模的系统，如人口系统的数据甚至超过了1000万条，可谓海量。那么，如何实现快速地从这些超大容量的数据库中提取数据（查询）、分析、统计以及提取数据后进行数据分页已成为各地系统管理员和数据库管理员亟待解决的难题。]]></description>
      <link>http://www.hwjy.net.cn/showtopic-206.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Thu, 30 Oct 2008 09:58:23 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER 2005配置管理</title>
      <description><![CDATA[sqlserver2005现在的版本比较多，有express 版的，有企业开发版等，我目前用的express版的，
占用系统资源还是很少的，不象网上所说的，一运行开发版，就吃掉400多M内存，对于我们绝大
多数人来说，为了看看sqlserver2005的新特性，没有必要装什么正式开发版，Express版的小，而它
的功能够个人用了。
      装完 sqlserver2005(Expre]]></description>
      <link>http://www.hwjy.net.cn/showtopic-205.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Thu, 30 Oct 2008 09:51:58 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server与Oracle实施成本上的差异</title>
      <description><![CDATA[SQL Server 与Oracle这两个数据库，除了在一些技术上有明显的差异外，在实施成本上也有比较大的差别。下面笔者就这方面内容发表一些自己的观点，希望能够跟大家一起交流。

　　一、Oracle基于JAVA开发，具有很多开源的工具支持。

　　SQL Server 与Oracle数据库两者一个最大的区别，就是其应用平台的差异。现在SQL Server数据库只能够部署在微软的操作系统上]]></description>
      <link>http://www.hwjy.net.cn/showtopic-180.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Tue, 30 Sep 2008 13:37:41 GMT</pubDate>
    </item>
    <item>
      <title>powerdesigner12使用技巧</title>
      <description><![CDATA[1。使用PowerDesigner检查数据库设计错误～
PowerDesigner 还可用于快速检测新模型中的数据库设计错误。
检查新的模式：
从  菜单中选择 。
此时，就会出现  对话框。可以使用缺省参数。
另外也可以直接在空白处单击右键，选择Check Model...即可，我一般喜欢这样用。
单击 。
此时，在  中就会显示  的结果。
2。如何将Conceptual Da]]></description>
      <link>http://www.hwjy.net.cn/showtopic-169.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Wed, 24 Sep 2008 10:33:18 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET对XML进行读，改，删操作代码</title>
      <description><![CDATA[user.xml内容如下：
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;GB2312&amp;quot;?&amp;gt;
&amp;lt;UserInfo&amp;gt;
  &amp;lt;datarow&amp;gt;
    &amp;lt;username&amp;gt;adsfasdfasdfaaaaaa&amp;lt;/username&amp;gt;
    &amp;lt;password&amp;gt;2345]]></description>
      <link>http://www.hwjy.net.cn/showtopic-112.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Wed, 09 Jul 2008 18:05:20 GMT</pubDate>
    </item>
    <item>
      <title>浅谈数据库设计技巧</title>
      <description><![CDATA[说到数据库，我认为不能不先谈数据结构。1996年，在我初入大学学习计算机编程时，当时的老师就告诉我们说：计算机程序＝数据结构＋算法。尽管现在的程序开发已由面向过程为主逐步过渡到面向对象为主，但我还是深深赞同8年前老师的告诉我们的公式：计算机程序＝数据结构＋算法。面向对象的程序开发，要做的第一件事就是，先分析整个程序中需处理的数据，从中提取出抽象模板，以这个抽象模板设计类，再在其中逐步添加处理其数据]]></description>
      <link>http://www.hwjy.net.cn/showtopic-111.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Mon, 30 Jun 2008 17:52:17 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET利用存储过程查询、编辑、修改、删除</title>
      <description><![CDATA[前台代码：
&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; CodeFile=&amp;quot;use_ProName.aspx.cs&amp;quot; Inherits=&amp;quot;use_ProName&amp;quot; %&amp;gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD ]]></description>
      <link>http://www.hwjy.net.cn/showtopic-109.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Wed, 25 Jun 2008 20:59:48 GMT</pubDate>
    </item>
    <item>
      <title>一个常用的组合多条件查询 WHERE 子句的函数</title>
      <description><![CDATA[Option Compare Database
'先定义几个枚举常量
Public Enum ValueTypeEnum
    vDate = 1
    vString = 2
    vNumber = 3
End Enum
Public Enum OperatorEnum
    vLessThan = 0
    vMorethan = 1
    vEqual = ]]></description>
      <link>http://www.hwjy.net.cn/showtopic-104.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Sun, 11 May 2008 22:41:16 GMT</pubDate>
    </item>
    <item>
      <title>Sql Server外键定义问题探讨详解</title>
      <description><![CDATA[子表，父表的定义： 拥有外键的表是子表。主键被其它表引用的表是父表。
换句话说：因为父表的标识被很多个子表中的记录引用，所以叫父表。
拥有外键关系，并且可以随便删除数据，不影响其它表的数据的那个表叫子表。

使用的时候谁做为谁的外键，主要从以下两点考虑：
          1/，删除是如何相互影响的，删除记录受约束的那个是父表，不受约束的那个是子表；
          2/，记录必]]></description>
      <link>http://www.hwjy.net.cn/showtopic-98.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Sun, 06 Apr 2008 22:14:21 GMT</pubDate>
    </item>
    <item>
      <title>PowerDesigner12 简单应用</title>
      <description><![CDATA[一直不是对PowerDesigner很熟悉，近期频繁笔试，很多都问这个工具，所以今天下午简单学习了一下。

一、创建概念模型
1.在File下选择New中的Conceptual Data Model：
http://www.cnblogs.com/images/cnblogs_com/kay/pd1.gif
2.在打开的视图窗口中使用工具箱中的实体工具创建两个实体，分别为学生表和班级表：]]></description>
      <link>http://www.hwjy.net.cn/showtopic-96.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Thu, 27 Mar 2008 10:27:29 GMT</pubDate>
    </item>
    <item>
      <title>sql日期函数的查询及用法</title>
      <description><![CDATA[sql日期函数(转)

1.一个月第一天的
Select DATEADD(mm, DATEDIFF(mm,0,getdate()), 0)

2.本周的星期一
Select DATEADD(wk, DATEDIFF(wk,0,getdate()), 0)

3.一年的第一天
Select DATEADD(yy, DATEDIFF(yy,0,getdate()), 0)

4.]]></description>
      <link>http://www.hwjy.net.cn/showtopic-91.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Mon, 03 Mar 2008 13:21:12 GMT</pubDate>
    </item>
    <item>
      <title>精华的微软文章&amp;quot;.NET 数据访问架构指南&amp;quot;</title>
      <description><![CDATA[数据绑定 

所有这三个对象都可以作为数据绑定控件的数据源。而DataSet 和 DataTable 可作为更广范围控件的数据源。这是因为DataSet 和 DataTable 实现了（生成Ilist接口）IlistSource接口，而SqlDataReader 实现了Ienumerable接口。许多能进行数据绑定的WinForm控件需要实现了Ilist接口的数据源。 

这种不同是因为为]]></description>
      <link>http://www.hwjy.net.cn/showtopic-90.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Fri, 22 Feb 2008 22:24:06 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server2005中文版下载(多版本)</title>
      <description><![CDATA[SQL Server2005下载(多版本)http://www.renwuwang.com/xiliaotequ/UploadFiles_4961/200705/20070530175701400.jpgSQL Server 2005下载(多版本)
中文名称：Microsoft SQL Server2005简体中文版
英文名称：Microsoft SQL Server
别名：Microsof]]></description>
      <link>http://www.hwjy.net.cn/showtopic-88.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Mon, 04 Feb 2008 22:06:22 GMT</pubDate>
    </item>
    <item>
      <title>MSSQL 错误对照表</title>
      <description><![CDATA[错误 3000 -3999
错误 严重度 描述（消息文本）
3009 16 未能在 msdb 数据库中插入备份或还原历史/详细记录。这可能表明 msdb 数据库有问题。备份/还原操作仍是成功的。
3011 16 所有备份设备都必须属于同一大类（例如 DISK 和 TAPE）。
3013 16 %1! 操作异常终止。
3014 10 %1! 操作成功地处理了 %2! 页，花费了 %3!.%]]></description>
      <link>http://www.hwjy.net.cn/showtopic-74.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Sun, 16 Dec 2007 15:51:02 GMT</pubDate>
    </item>
    <item>
      <title>50种方法巧妙优化你的SQL Server数据库</title>
      <description><![CDATA[查询速度慢的原因很多，常见如下几种：
　　
　　1、没有索引或者没有用到索引(这是查询慢最常见的问题，是程序设计的缺陷)
　　
　　2、I/O吞吐量小，形成了瓶颈效应。
　　
　　3、没有创建计算列导致查询不优化。
　　
　　4、内存不足
　　
　　5、网络速度慢
　　
　　6、查询出的数据量过大（可以采用多次查询，其他的方法降低数据量）
　　
　　7、锁或者死锁(这也]]></description>
      <link>http://www.hwjy.net.cn/showtopic-69.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Thu, 29 Nov 2007 13:44:05 GMT</pubDate>
    </item>
    <item>
      <title>SqlServer2000教程PDG格式，用超星阅览器打开。</title>
      <description><![CDATA[SqlServer2000教程PDG格式，用超星阅览器打开。下载地址：下载]]></description>
      <link>http://www.hwjy.net.cn/showtopic-58.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Fri, 02 Nov 2007 19:04:25 GMT</pubDate>
    </item>
    <item>
      <title>ADO.NET高级编程(PDF)下载</title>
      <description><![CDATA[ADO.NET高级编程(PDF)下载
3
]]></description>
      <link>http://www.hwjy.net.cn/showtopic-43.aspx</link>
      <category>数据库</category>
      <author>cherry</author>
      <pubDate>Fri, 12 Oct 2007 12:02:00 GMT</pubDate>
    </item>
    <item>
      <title>SQL查询语句详细使用方法</title>
      <description><![CDATA[一、基础
1、说明：创建数据库
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gifCreate
DATABASE
database-name

2、说明：删除数据库
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/Non]]></description>
      <link>http://www.hwjy.net.cn/showtopic-28.aspx</link>
      <category>数据库</category>
      <author>admin</author>
      <pubDate>Fri, 28 Sep 2007 11:12:56 GMT</pubDate>
    </item>
    <item>
      <title>SQL语言参考大全(CHM版)2.1M</title>
      <description><![CDATA[SQL语言参考大全(CHM版)2.1M
解压密码：www.hwjy.net.cn
下载地址：下载]]></description>
      <link>http://www.hwjy.net.cn/showtopic-25.aspx</link>
      <category>数据库</category>
      <author>admin</author>
      <pubDate>Mon, 24 Sep 2007 18:15:09 GMT</pubDate>
    </item>
    <item>
      <title>ADO.net入门教程下载</title>
      <description><![CDATA[ADO.net入门教程下载
下载地址：
下载]]></description>
      <link>http://www.hwjy.net.cn/showtopic-16.aspx</link>
      <category>数据库</category>
      <author>admin</author>
      <pubDate>Wed, 19 Sep 2007 17:07:54 GMT</pubDate>
    </item>
  </channel>
</rss>