<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<?xml-stylesheet type="text/css" href="css/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>云上的日子 - SQL Server</title><link>http://www.9ba.cn/</link><description>9ba.cn - </description><generator>RainbowSoft Studio Z-Blog 1.8 Devo Build 80108</generator><language>zh-CN</language><copyright>Copyright &amp;amp;copy; 2006-2011 9ba.Cn. All Rights Reserved. 京ICP备05058609号 </copyright><pubDate>Mon, 06 Sep 2010 20:57:24 +0800</pubDate><item><title>数据库操作精华，50个SQL</title><author>ddn100@126.com (ddn100)</author><link>http://www.9ba.cn/post/426.html</link><pubDate>Fri, 06 Nov 2009 11:45:32 +0800</pubDate><guid>http://www.9ba.cn/post/426.html</guid><description><![CDATA[<p>1、查询&ldquo;001&rdquo;课程比&ldquo;002&rdquo;课程成绩高的所有学生的学号；</p><p><font size="2">2、查询平均成绩大于60分的同学的学号和平均成绩；</font></p><p><font size="2">3、查询所有同学的学号、姓名、选课数、总成绩；</font></p>]]></description><category>SQL Server</category><comments>http://www.9ba.cn/post/426.html#comment</comments><wfw:comment>http://www.9ba.cn/</wfw:comment><wfw:commentRss>http://www.9ba.cn/feed.asp?cmt=426</wfw:commentRss><trackback:ping>http://www.9ba.cn/cmd.asp?act=tb&amp;id=426&amp;key=025c9cdc</trackback:ping></item><item><title>聚焦索引与非聚焦索引及其查询效率</title><author>ddn100@126.com (ddn100)</author><link>http://www.9ba.cn/post/425.html</link><pubDate>Tue, 04 Aug 2009 10:23:39 +0800</pubDate><guid>http://www.9ba.cn/post/425.html</guid><description><![CDATA[<p>随着&ldquo;金盾工程&rdquo;建设的逐步深入和公安信息化的高速发展，公安计算机应用系统被广泛应用在各警种、各部门。与此同时，应用系统体系的核心、系统数据的存放地――数据库也随着实际应用而急剧膨胀，一些大规模的系统，如人口系统的数据甚至超过了1000万条，可谓海量。那么，如何实现快速地从这些超大容量的数据库中提取数据（查询）、分析、统计以及提取数据后进行数据分页已成为各地系统管理员和数据库管理员亟待解决的难题。 <br /><br/><br /><br/>在以下的文章中，我将以&ldquo;办公自动化&rdquo;系统为例，探讨如何在有着1000万条数据的MS SQL SERVER数据库中实现快速的数据提取和数据分页。</p>]]></description><category>SQL Server</category><comments>http://www.9ba.cn/post/425.html#comment</comments><wfw:comment>http://www.9ba.cn/</wfw:comment><wfw:commentRss>http://www.9ba.cn/feed.asp?cmt=425</wfw:commentRss><trackback:ping>http://www.9ba.cn/cmd.asp?act=tb&amp;id=425&amp;key=20be49ca</trackback:ping></item><item><title>数据库 表关系 主键与外键</title><author>ddn100@126.com (ddn100)</author><link>http://www.9ba.cn/post/417.html</link><pubDate>Wed, 04 Mar 2009 21:12:01 +0800</pubDate><guid>http://www.9ba.cn/post/417.html</guid><description><![CDATA[<p><font face="Verdana">外键用于两个表的联系。两个表必须具有相同类型的属性，在该属性上有相同的值。该属性应为其中一个表的主键，在另外一个表设置为外键。约束内表的数据的更新，从定义外键时可以发现 外键是和主键表联系，数据类型要统一，长度(存储大小)要统一。这样在更新数据的时候会保持一致性。</font></p>]]></description><category>SQL Server</category><comments>http://www.9ba.cn/post/417.html#comment</comments><wfw:comment>http://www.9ba.cn/</wfw:comment><wfw:commentRss>http://www.9ba.cn/feed.asp?cmt=417</wfw:commentRss><trackback:ping>http://www.9ba.cn/cmd.asp?act=tb&amp;id=417&amp;key=3d3bfc16</trackback:ping></item><item><title>SQL Server：分区表、分区索引 详解</title><author>ddn100@126.com (ddn100)</author><link>http://www.9ba.cn/post/409.html</link><pubDate>Fri, 14 Nov 2008 14:38:53 +0800</pubDate><guid>http://www.9ba.cn/post/409.html</guid><description><![CDATA[<p>SQL 2005 提供了在数据库的文件组之间表分区的功能，水平分区允许把表按分区scheme分为多个小的组。表分区用于非常大的，从几百GB到TB、甚至更大数据库。</p>]]></description><category>SQL Server</category><comments>http://www.9ba.cn/post/409.html#comment</comments><wfw:comment>http://www.9ba.cn/</wfw:comment><wfw:commentRss>http://www.9ba.cn/feed.asp?cmt=409</wfw:commentRss><trackback:ping>http://www.9ba.cn/cmd.asp?act=tb&amp;id=409&amp;key=2aa5e1cf</trackback:ping></item><item><title>SQL Server大数据量处理方案</title><author>ddn100@126.com (ddn100)</author><link>http://www.9ba.cn/post/408.html</link><pubDate>Fri, 14 Nov 2008 14:10:56 +0800</pubDate><guid>http://www.9ba.cn/post/408.html</guid><description><![CDATA[<p>我的数据量主表基本上每个月500万条，这样如果每个月不做Archive，查询和生成报表都非常慢，但客户又要求能够经常方便的查询历史纪录。如何解决这样的难题？</p>]]></description><category>SQL Server</category><comments>http://www.9ba.cn/post/408.html#comment</comments><wfw:comment>http://www.9ba.cn/</wfw:comment><wfw:commentRss>http://www.9ba.cn/feed.asp?cmt=408</wfw:commentRss><trackback:ping>http://www.9ba.cn/cmd.asp?act=tb&amp;id=408&amp;key=5449dbb6</trackback:ping></item><item><title>维持历史库数据表中的记录不超过5000条，并将实时库中数据插入历史库</title><author>ddn100@126.com (ddn100)</author><link>http://www.9ba.cn/post/407.html</link><pubDate>Fri, 14 Nov 2008 14:08:52 +0800</pubDate><guid>http://www.9ba.cn/post/407.html</guid><description><![CDATA[<p>Sql Server 作业调度执行</p>]]></description><category>SQL Server</category><comments>http://www.9ba.cn/post/407.html#comment</comments><wfw:comment>http://www.9ba.cn/</wfw:comment><wfw:commentRss>http://www.9ba.cn/feed.asp?cmt=407</wfw:commentRss><trackback:ping>http://www.9ba.cn/cmd.asp?act=tb&amp;id=407&amp;key=51b61624</trackback:ping></item><item><title>SQL Server 2005 各版本功能比较</title><author>ddn100@126.com (ddn100)</author><link>http://www.9ba.cn/post/390.html</link><pubDate>Thu, 27 Dec 2007 15:52:28 +0800</pubDate><guid>http://www.9ba.cn/post/390.html</guid><description><![CDATA[Microsoft 已重新设计了 SQL Server 2005 产品系列，有 Express、Workgroup、Standard 和 Enterprise 四种新版本，从而可以更好地满足各个客户领域的需求。与竞争性解决方案相比较，SQL Server 2005 作为一种低成本主流数据库，将呈现前所未有的价值和功能。这四种新版本提供多种功能，具有高可用性和强大的伸缩性以及高级商业智能工具，旨在为组织中的用户提供一种更安全、可靠和高效的数据管理平台。此外，通过减少应用程序停机时间、强大的可伸缩性及性能和严格的安全控制，SQL Server 2005 迈出了巨大的一步，为世界上要求最为苛刻的企业系统提供了强大的支持。因为 SQL Server 是 Windows Server System 的一部分，通过 Windows Server System 产品中实现的通用工程策略可增强管理性和集成性，从而降低总拥有成本，加快开发速度，为客户提供更多额外收益。下表对各个版本进行了详细说明。]]></description><category>SQL Server</category><comments>http://www.9ba.cn/post/390.html#comment</comments><wfw:comment>http://www.9ba.cn/</wfw:comment><wfw:commentRss>http://www.9ba.cn/feed.asp?cmt=390</wfw:commentRss><trackback:ping>http://www.9ba.cn/cmd.asp?act=tb&amp;id=390&amp;key=a6797530</trackback:ping></item><item><title>Sql Server 2005“该用户与可信的SQL SERVER 连接无关联”解决方法</title><author>ddn100@126.com (ddn100)</author><link>http://www.9ba.cn/post/375.html</link><pubDate>Tue, 09 Oct 2007 16:05:57 +0800</pubDate><guid>http://www.9ba.cn/post/375.html</guid><description><![CDATA[该用户与可信的SQL SERVER 连接无关联]]></description><category>SQL Server</category><comments>http://www.9ba.cn/post/375.html#comment</comments><wfw:comment>http://www.9ba.cn/</wfw:comment><wfw:commentRss>http://www.9ba.cn/feed.asp?cmt=375</wfw:commentRss><trackback:ping>http://www.9ba.cn/cmd.asp?act=tb&amp;id=375&amp;key=9ff69c20</trackback:ping></item><item><title>如何获得sqlserver数据库中占用高cpu用户的活动内容？</title><author>ddn100@126.com (ddn100)</author><link>http://www.9ba.cn/post/366.html</link><pubDate>Sat, 01 Sep 2007 10:57:08 +0800</pubDate><guid>http://www.9ba.cn/post/366.html</guid><description><![CDATA[一个死循环，让我的sql数据库的cpu一下到了100%，我不得不花了一些时间，将这个死循环找出来了。。。]]></description><category>SQL Server</category><comments>http://www.9ba.cn/post/366.html#comment</comments><wfw:comment>http://www.9ba.cn/</wfw:comment><wfw:commentRss>http://www.9ba.cn/feed.asp?cmt=366</wfw:commentRss><trackback:ping>http://www.9ba.cn/cmd.asp?act=tb&amp;id=366&amp;key=86e059f6</trackback:ping></item><item><title>Sql Server和Access操作数据库结构Sql语句</title><author>ddn100@126.com (ddn100)</author><link>http://www.9ba.cn/post/361.html</link><pubDate>Sat, 30 Jun 2007 22:45:46 +0800</pubDate><guid>http://www.9ba.cn/post/361.html</guid><description><![CDATA[Sql Server和Access操作数据库结构Sql语句]]></description><category>SQL Server</category><comments>http://www.9ba.cn/post/361.html#comment</comments><wfw:comment>http://www.9ba.cn/</wfw:comment><wfw:commentRss>http://www.9ba.cn/feed.asp?cmt=361</wfw:commentRss><trackback:ping>http://www.9ba.cn/cmd.asp?act=tb&amp;id=361&amp;key=338c7e0f</trackback:ping></item></channel></rss>
