<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>ITPUB论坛 - MS SQL Server</title>
    <link>http://www.itpub.net/forumdisplay.php?fid=40</link>
    <description>Latest 40 threads of MS SQL Server</description>
    <copyright>Copyright(C) ITPUB论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 04 Jul 2009 04:47:08 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.itpub.net/images/logo.gif</url>
      <title>ITPUB论坛</title>
      <link>http://www.itpub.net/</link>
    </image>
    <item>
      <title>请教一下，循环插入数字到表中，存储过程怎么写？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1186161</link>
      <description><![CDATA[现在有一张表，都是int类型，有3个字段，每个字段都可写1到100，需要循环将数字都写入到表中，存储过程改如何写？多谢。]]></description>
      <category>MS SQL Server</category>
      <author>youcaihuazi</author>
      <pubDate>Sat, 04 Jul 2009 03:59:42 +0000</pubDate>
    </item>
    <item>
      <title>TRN日志恢复的时候报错：[SQLSTATE 01000] (Message 4035)</title>
      <link>http://www.itpub.net/viewthread.php?tid=1186022</link>
      <description><![CDATA[Windows 2003 
SQL Server 2000 sp4  


在Standby机器上做日志TRN文件恢复的时候， 到 eFoxSFCMAX2_tlog_200907022145.TRN 这个文件的时候出现问题， 
这个文件大小和Primary DB上的一样， 没有什么异常状况， 怎么恢复不了呢  ？  





Executed as user: ...]]></description>
      <category>MS SQL Server</category>
      <author>tolywang</author>
      <pubDate>Fri, 03 Jul 2009 10:33:12 +0000</pubDate>
    </item>
    <item>
      <title>请教如何更简便地导入ORACLE数据库数据至SQL中</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185920</link>
      <description><![CDATA[将ORACLE数据导入到SQL SERVER2000中，用SQL的DTS导入导出向导导入时，数据源太多，都是不同的用户创建的，而且排列的顺序相互交差，要一个一个地选，有时有好几百张表，人工选太费事了。而DTS向导又不能对数据源的表进行排序，请教大家有无好的办法解决这个问题。

我 ...]]></description>
      <category>MS SQL Server</category>
      <author>dsglyj</author>
      <pubDate>Fri, 03 Jul 2009 07:05:50 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server数据库技术大全</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185891</link>
      <description><![CDATA[SQL Server数据库技术大全——01讲  SQL Server 2008的安装

讲解了SQL Server 2008的安装过程、每一步操作、安装选项和安装时的注意事项。

]]></description>
      <category>MS SQL Server</category>
      <author>sqlserver09</author>
      <pubDate>Fri, 03 Jul 2009 06:26:37 +0000</pubDate>
    </item>
    <item>
      <title>Update時使用IN (...) 會報錯麼?請教應該如何修改?</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185811</link>
      <description><![CDATA[SQL Server 2005 的命令介面,這樣的寫法出錯:

Update A1 set IS_ACTIVE = '1'
where A1.ID in 
(SELECT A1.ID from A1 inner join B1 ON A1.bbb = B1.bbb where B1.bbb is not null)

報錯:

Msg 512, Level 16, State 1, Procedure TRG_A1_U, Line 10
Subque ...]]></description>
      <category>MS SQL Server</category>
      <author>supergaosong</author>
      <pubDate>Fri, 03 Jul 2009 04:39:38 +0000</pubDate>
    </item>
    <item>
      <title>索引能不能单独存储在不同的物理磁盘上啊？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185547</link>
      <description><![CDATA[索引能不能单独存储在不同的物理磁盘上啊？]]></description>
      <category>MS SQL Server</category>
      <author>etu_sage</author>
      <pubDate>Thu, 02 Jul 2009 13:06:50 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server 2000 修改数据库名称后需要注意哪些？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185514</link>
      <description><![CDATA[更改数据库名应该用系统函数sp_renamedb

EXEC sp_renamedb 'old_name', 'new_name'

首先把查询分析器关掉，在重新打开，然后执行以上存储过程 


这是baidu上查询到的方式， 修改后要注意哪些事情 ？  是否Job需要重建 , 权限等需要重新赋予 ？ 等等 ....  
明 ...]]></description>
      <category>MS SQL Server</category>
      <author>tolywang</author>
      <pubDate>Thu, 02 Jul 2009 10:04:33 +0000</pubDate>
    </item>
    <item>
      <title>SQL SERVER修改系统时间后遇到的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185408</link>
      <description><![CDATA[误修改SQL SERVER客户端的系统时间为2008年7月2号，这样在SQL SERVER数据库中某张表中记录的时间字段也为2008年7月2号，这样就有两条2008年7月2号的记录。有办法把这两条记录分开吗？主要目的就是把误插入的那条数据找出来。]]></description>
      <category>MS SQL Server</category>
      <author>dba_dream</author>
      <pubDate>Thu, 02 Jul 2009 07:28:05 +0000</pubDate>
    </item>
    <item>
      <title>SQL05  如何附加没有LOG的MDF文件</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185387</link>
      <description><![CDATA[记得2000里面把日志文件删除后，附加MDF文件可以直接生成一个新的LDF文件，在2005里面怎么不能附加了，附加时提示找不到日志文件，请问怎么解决啊？？？

]]></description>
      <category>MS SQL Server</category>
      <author>yunxufriend</author>
      <pubDate>Thu, 02 Jul 2009 06:46:29 +0000</pubDate>
    </item>
    <item>
      <title>什么情况下会导致allocation error 和 consistency error ?</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185307</link>
      <description><![CDATA[Windows 2003    SQL Server 2000 SP4    

前几天DBCC  CHECKDB 检查发现有几个table有allocation 及 consistency 的错误 ， 有些可以修复，有些不行，只有删除重建，但是
什么原因会导致 allocation error 及 consistency error 呢  ？

发生问题，老板要求给出错 ...]]></description>
      <category>MS SQL Server</category>
      <author>tolywang</author>
      <pubDate>Thu, 02 Jul 2009 04:18:06 +0000</pubDate>
    </item>
    <item>
      <title>请问SQL2005在没有备份的情况下误删除了数据怎么恢复？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185083</link>
      <description><![CDATA[如题？我痛苦了好久了！请帮忙解决]]></description>
      <category>MS SQL Server</category>
      <author>li5206610</author>
      <pubDate>Wed, 01 Jul 2009 14:58:35 +0000</pubDate>
    </item>
    <item>
      <title>关于MS的DB和OS报价的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185052</link>
      <description><![CDATA[大家好。问个菜鸟问题。
1、SQL 2005的报价方式有哪些呢？？一般是什么价位。
   据我了解有两种方式，一个是绑定CPU，另一个是按照用户数。
    如果是绑定CPU，请问如果是4核的呢？？用户数只能以5的倍数买吗？用户数是并发数吗？
2、win server 2003 操作系统的报 ...]]></description>
      <category>MS SQL Server</category>
      <author>古雨</author>
      <pubDate>Wed, 01 Jul 2009 13:49:55 +0000</pubDate>
    </item>
    <item>
      <title>SQL2000数据库升级到SQL2005带来的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1185034</link>
      <description><![CDATA[公司数据库准备从SQL2000升级到SQL2005, 为保证应用稳定, 提前升级了开发环境和测试环境. 升级方式类似Side By Side, 即将SQL2000数据库脱机, 复制MDF和LDF到SQL2005实例下面, 然后附加数据库, 建立对应的Login, 关联User, 并且导出权限重新执行一遍, 因为2000的时候很多 ...]]></description>
      <category>MS SQL Server</category>
      <author>mzhang_sh</author>
      <pubDate>Wed, 01 Jul 2009 12:44:07 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server 2000系统DTS迁移后需要手工生成优化统计信息 ？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184822</link>
      <description><![CDATA[Windows 2003  
SQL Server 2000 SP4  

SQL Server 2000 数据库出现page错误， 使用所有repair 命令都不能修复， 但是出现问题的
table :  allocation  又是一个系统表， 且在数据库中找不到（好像是不让用户看到的表），没有
办法，只有通过 DTS 导出导入来重新建 ...]]></description>
      <category>MS SQL Server</category>
      <author>tolywang</author>
      <pubDate>Wed, 01 Jul 2009 05:59:28 +0000</pubDate>
    </item>
    <item>
      <title>缩短查询时间的问题(比较麻烦）</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184755</link>
      <description><![CDATA[有表如下（格式均为int) 
1.wy、zb、qb，均三个字段：e、f、g ,都只有一条记录。 
2.mb0、mb1......mb100,均7个字段，记录均在1200-2000之间. 

现在想从表mb0、mb1......mb100中导出满足条件的记录，下面的命令可以实现，可是时间太长，所以想请各位大虾指点一下， ...]]></description>
      <category>MS SQL Server</category>
      <author>乐山一虫</author>
      <pubDate>Wed, 01 Jul 2009 03:54:24 +0000</pubDate>
    </item>
    <item>
      <title>bulk insert的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184683</link>
      <description><![CDATA[我的语句是:
bulk  insert XA_DG_Buy_TicketInfo 
from 'E:\DataBase\XA_DG_Buy_TicketInfo.txt' WITH   ( 
FIELDTERMINATOR  = '|', 
ROWTERMINATOR = '\n'
)  

文件内容是:
20029798	\mypiao_2008daipeinispec_Cover_190x140.png	0801	*******	1006	20081214 ...]]></description>
      <category>MS SQL Server</category>
      <author>sunhoon7</author>
      <pubDate>Wed, 01 Jul 2009 02:24:40 +0000</pubDate>
    </item>
    <item>
      <title>Auto create statistics 与 Auto update statistics</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184648</link>
      <description><![CDATA[]]></description>
      <category>MS SQL Server</category>
      <author>tolywang</author>
      <pubDate>Wed, 01 Jul 2009 01:43:51 +0000</pubDate>
    </item>
    <item>
      <title>极具挑战的SQL难题,看看你对SQL熟悉多少</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184234</link>
      <description><![CDATA[客户要求灵活的价格体系,要求同一种商品有多个价格类型,同一价格类型在不同地区销售价格也不一样(可能会没变化)
举例: 
 商品会存在多个地区价格，同一地区又存在多个价格类型，不同价格类型的价格不一样，比如同样是一瓶百事可乐， 
在北京的价格如下： 
价格A：2. ...]]></description>
      <category>MS SQL Server</category>
      <author>emailqjc</author>
      <pubDate>Tue, 30 Jun 2009 05:39:09 +0000</pubDate>
    </item>
    <item>
      <title>sqlserver2005 事务日志文件的用处</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184092</link>
      <description><![CDATA[看了一些文章，总是不能理解事务日志文件的作用

事务日志文件能够记录数据库的改变，那具体记录什么呢
1  仅仅记录该表，比如某个条目有增减
2  不仅仅记录增减，而且还记录增减的内容

如果事务日志文件能够详细的记录数据库的每一个改动，那事务日志文件岂不是 ...]]></description>
      <category>MS SQL Server</category>
      <author>带脚镣跳舞</author>
      <pubDate>Tue, 30 Jun 2009 01:59:18 +0000</pubDate>
    </item>
    <item>
      <title>如何在一个表（记录非常多）查询某字段最大值。速度要快。</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184048</link>
      <description><![CDATA[如何在一个表（记录非常多）查询某字段最大值。速度要快。
例如表是t_pd,字段是a,b,c,d
我要查询b的最大值。
总共有100万记录。]]></description>
      <category>MS SQL Server</category>
      <author>zhuxiaoxiong911</author>
      <pubDate>Tue, 30 Jun 2009 00:41:41 +0000</pubDate>
    </item>
    <item>
      <title>model数据库detach，再启动数据库起不来了。</title>
      <link>http://www.itpub.net/viewthread.php?tid=1184046</link>
      <description><![CDATA[事情是这样的，我在osql -E
sp_detach_db 'model'
go
然后没错，表明已经detach了。
突然不知道咋地，宕机了。
再启动的时候就启动不了了。

ERROR.LOG里面这样显示：
2009-06-30 08:19:10.70 spid5     未能找到 ID 为 3 的数据库。可能该数据库尚未激活，也可 ...]]></description>
      <category>MS SQL Server</category>
      <author>wbnqnx</author>
      <pubDate>Tue, 30 Jun 2009 00:39:13 +0000</pubDate>
    </item>
    <item>
      <title>高手请进来</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183933</link>
      <description><![CDATA[返回三个结果集  表名是poss  数量 字段是sl 销售金额字段是 slamt   昨对比字段是 db  累计销售字段是amt]]></description>
      <category>MS SQL Server</category>
      <author>yyweisg</author>
      <pubDate>Mon, 29 Jun 2009 13:36:58 +0000</pubDate>
    </item>
    <item>
      <title>如何检测sqlserver任务偶尔会死掉的情况</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183902</link>
      <description><![CDATA[我有个sqlserver任务，调用java写的脚本，平常都不出问题，30秒左右就执行完了，但是偶尔这个任务会死掉（执行几百个小时都不终止），请问你们有没有遇到类似的问题，如何检测sqlserver任务死掉的情况? 然后把超时的任务自动重启.

注：java脚本没问题，经过别的任务调 ...]]></description>
      <category>MS SQL Server</category>
      <author>dzhpingbo</author>
      <pubDate>Mon, 29 Jun 2009 12:37:14 +0000</pubDate>
    </item>
    <item>
      <title>各位写SQL 语句时经常用nolock 和 rowlock吗 ？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183705</link>
      <description><![CDATA[SQL Server 比较奇怪， Select 语句如果不使用 nolock  会比较慢 ，使用nolock数据会有错误 ( 对于那些
对及时性要求严格的数据来说 ) ， 使用nolock 时可能还没有提交的数据会被查询出来， 资料上的原话 ：  如果
是金融方面的代码或者一些非常规的总计(你想绝对保证 ...]]></description>
      <category>MS SQL Server</category>
      <author>tolywang</author>
      <pubDate>Mon, 29 Jun 2009 06:48:17 +0000</pubDate>
    </item>
    <item>
      <title>比较奇怪的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183674</link>
      <description><![CDATA[一条很简单的语句，绑定变量的，正常情况下执行只需要数毫秒

select csourcebillbid , ccorrespondbid from ic_general_b where csourcebillhid = @P1  and ( idesatype  4 and ( cparentid is null or cparentid  ccorrespondhid ) ) and ( ninnum is not null or n ...]]></description>
      <category>MS SQL Server</category>
      <author>anlinew</author>
      <pubDate>Mon, 29 Jun 2009 05:53:41 +0000</pubDate>
    </item>
    <item>
      <title>关于数据库性能问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183668</link>
      <description><![CDATA[求教各位大侠  由于小弟刚刚接触数据库系统  SQL2000和麻烦各位大虾了:rolleyes:]]></description>
      <category>MS SQL Server</category>
      <author>zhuzhu169</author>
      <pubDate>Mon, 29 Jun 2009 05:36:07 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server数据库技术大全——16讲  优化工具的使用</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183665</link>
      <description><![CDATA[SQL Server数据库技术大全——16讲  优化工具的使用


讲解了SSMS的报表、SQL Server Profiler以及数据库引擎优化顾问等的使用方法和如何使用这些工具来优化现有数据库的性能。

]]></description>
      <category>MS SQL Server</category>
      <author>sqlserver09</author>
      <pubDate>Mon, 29 Jun 2009 05:33:21 +0000</pubDate>
    </item>
    <item>
      <title>求救啊！</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183632</link>
      <description><![CDATA[求救啊！

create table &quot;Schema&quot;.tbAccountingUnit (
   AccountingUnitCode   varchar(4)           not null default '',
   AccountingUnitName   varchar(60)          not null default '',
   VATBillCode          varchar(20)          not null default]]></description>
      <category>MS SQL Server</category>
      <author>zjadolf</author>
      <pubDate>Mon, 29 Jun 2009 03:57:43 +0000</pubDate>
    </item>
    <item>
      <title>倉庫倉位進銷存的處理</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183610</link>
      <description><![CDATA[處理倉庫的表中﹐有交易(進出倉)主表和明細表以及庫存表.

其中倉位在交易明細表中記錄﹐使用時要查進出倉記錄.

要不要在庫存表下面建一個子表﹐記錄此貨品的倉位結存數

方便查詢數量﹔還是直接利用交易明細表進行匯總查詢。


請教﹕我需不需要在庫存表下面 ...]]></description>
      <category>MS SQL Server</category>
      <author>jackyzhung</author>
      <pubDate>Mon, 29 Jun 2009 03:13:43 +0000</pubDate>
    </item>
    <item>
      <title>两个数据库同步的Table名称必须一样么 ？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183593</link>
      <description><![CDATA[SQL Server 2000  SP4 ,  2005  
Windows 2003


3个数据库A,B, C，     B,C 两个数据库结构一样 ，表名也一样， B，C中的两个相同的表要同时同步到A中，并且A中必须是B,C 
表的union (数据集合并) ， 所以必须在A Server中另外建立两个库用于B, C 中相同表的同步， ...]]></description>
      <category>MS SQL Server</category>
      <author>tolywang</author>
      <pubDate>Mon, 29 Jun 2009 02:58:39 +0000</pubDate>
    </item>
    <item>
      <title>查询相同条件数据!</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183552</link>
      <description><![CDATA[Table1

F1  F2      F3       F4
1   Aitem   6        5
2   Bitem   6        4
3   Aitem   6        5

用查询找出相同 F2 ,F3 ,F4相同的数据
应该如何写？

上例中结果为　
F1  F2      F3       F4
1   Aitem   6        5
3   Aitem   6        5]]></description>
      <category>MS SQL Server</category>
      <author>nixiang21</author>
      <pubDate>Mon, 29 Jun 2009 01:48:41 +0000</pubDate>
    </item>
    <item>
      <title>sql server2005自动发送邮件的问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183548</link>
      <description><![CDATA[各位大哥
   sql server2005自动发送邮件的问题： 当作业调度或者维护计划失败的时候，我怎么样通过 sql server2005发送邮件给管理员,,这个 功能是怎么配置的？
谢谢！]]></description>
      <category>MS SQL Server</category>
      <author>welcomgoodies12</author>
      <pubDate>Mon, 29 Jun 2009 01:44:38 +0000</pubDate>
    </item>
    <item>
      <title>关于2005在子查询中求最大值问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183540</link>
      <description><![CDATA[在SQL2005中执行
select max（id) from (
select top 10 * from tb
) a
和
select max(id) from  tb
结果是一样，不知道大家有没有注意这个问题，看来是个BUG，
我在SQL2000中执行的结果是对的


表TB是
(id int identity(1,1) primary clustered key not nu ...]]></description>
      <category>MS SQL Server</category>
      <author>zonelive</author>
      <pubDate>Mon, 29 Jun 2009 01:33:21 +0000</pubDate>
    </item>
    <item>
      <title>表扫描？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183246</link>
      <description><![CDATA[建了一个索引Ix_t1，怎么还是表扫描呢？:o]]></description>
      <category>MS SQL Server</category>
      <author>Charele</author>
      <pubDate>Sun, 28 Jun 2009 01:11:38 +0000</pubDate>
    </item>
    <item>
      <title>这样的sql如何实现，急啊！！！</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183106</link>
      <description><![CDATA[declare @表A table (adate datetime,aNo varchar(10),aNum int)
insert into @表A
select 2009-06-01,'In001',10 union all
select 2009-06-01,'In002',20 union all
select 2009-06-05,'In003',30 union all
select 2009-06-06,'In004',40 
declare @表B table  ...]]></description>
      <category>MS SQL Server</category>
      <author>szlw_1205</author>
      <pubDate>Sat, 27 Jun 2009 09:45:48 +0000</pubDate>
    </item>
    <item>
      <title>请教sql server大师一个问题</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183091</link>
      <description><![CDATA[if not Exists(select 1 from sysobjects where  id = object_id('&quot;Schema&quot;.TBGOODSBRAND') and type = 'U')
 begin create table &quot;Schema&quot;.tbGoodsBrand (
   brandCode            varchar(4)           not null default '',
   CategoryCode]]></description>
      <category>MS SQL Server</category>
      <author>zjadolf</author>
      <pubDate>Sat, 27 Jun 2009 08:05:21 +0000</pubDate>
    </item>
    <item>
      <title>sql sever执行计划与window 服务</title>
      <link>http://www.itpub.net/viewthread.php?tid=1183059</link>
      <description><![CDATA[现在有这样一个要求，就是要求每天要做summery data,写了一个 store procedure,这个sp执行时间有点长，做了个执行计划，一切运行ok, 现在要求把这个sp的执行放在 windw 服务里去运行，我就怕在程序里超时，请高手指点一下]]></description>
      <category>MS SQL Server</category>
      <author>welcomgoodies12</author>
      <pubDate>Sat, 27 Jun 2009 05:03:01 +0000</pubDate>
    </item>
    <item>
      <title>求助这2个语句如何合成一个语句？</title>
      <link>http://www.itpub.net/viewthread.php?tid=1182937</link>
      <description><![CDATA[select G_Name,Name from GuildMember where Name in(select name from character where accountid in(select memb___id from memb_info where servercode=0))and G_Level='1'


select g_name,COUNT(*) from guildmember GROUP by g_name ORDER by COUNT(*) DESC
 ...]]></description>
      <category>MS SQL Server</category>
      <author>12312324</author>
      <pubDate>Fri, 26 Jun 2009 17:25:26 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server 2005 Integration Services</title>
      <link>http://www.itpub.net/viewthread.php?tid=1182795</link>
      <description><![CDATA[hello,谁能发一点关于SQL Server 2005 Integration Services的电子书，或者网站之类的得么？谢谢]]></description>
      <category>MS SQL Server</category>
      <author>guanam</author>
      <pubDate>Fri, 26 Jun 2009 08:56:36 +0000</pubDate>
    </item>
    <item>
      <title>如何将SQL查询结果导出成DBF文件</title>
      <link>http://www.itpub.net/viewthread.php?tid=1182621</link>
      <description><![CDATA[各位大哥，请问一下，如何将MS SQL SERVER  查询分析器中查询出的结果保存成DBF文件，急！急！急！急！急！急！急！急！急！急！急！]]></description>
      <category>MS SQL Server</category>
      <author>zhouxbo121</author>
      <pubDate>Fri, 26 Jun 2009 03:42:09 +0000</pubDate>
    </item>
  </channel>
</rss>