<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>讨论列表</title>
    <description>讨论列表</description>
    <link>http://community.csdn.net/</link>
    <copyright>Copyright 1998 - 2007 CSDN.NET Inc. All Rights Reserved</copyright>
    <pubDate>Wed, 20 Aug 2008 17:44:17 GMT</pubDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>community.csdn.net</generator>
    <item>
      <title>5个字段100万条数据，20个字段10万条数据，这两种数据表的设计，那种效率要高点呢？</title>
      <description>为了满足用户在使用中自定义的要求，打算采用数据字典方式设计数据库，那就会出现字段少，但数据条数暴涨的现象，如果这种设计方式效率低的话，有什么更好的设计模式吗？</description>
      <link>http://topic.csdn.net/u/20080819/08/d30e399b-7090-4b85-8817-3cf72fc49831.html</link>
      <author>DataService</author>
      <pubDate>Tue, 19 Aug 2008 08:12:07 GMT</pubDate>
    </item>
    <item>
      <title>SQL优化34条[SQL收藏]</title>
      <description>我们要做到不但会写SQL,还要做到写出性能优良的SQL,以下为笔者学习、摘录、并汇总部分资料与大家分享！（1）      选择最有效率的表名顺序(只在基于规则的优化器中有效)：ORACLE 的解析器按...</description>
      <link>http://topic.csdn.net/u/20080808/14/dfc973e7-fcf2-4526-9de1-fa5efc148f5c.html</link>
      <author>llj0209013</author>
      <pubDate>Fri, 08 Aug 2008 14:46:53 GMT</pubDate>
    </item>
    <item>
      <title>数据库datetime字段为空值</title>
      <description>我的数据库有个字段类型是datetime 这个字段可以赋空值嘛？我在添加数据的页面上有4个控件，年 月 日 时，默认都在“请选择”的选项上，我想直接存入数据库时，可以把空值存入数据库，可以嘛？</description>
      <link>http://topic.csdn.net/u/20080820/16/c0010ef3-3081-41ff-8867-dfbd6fbe619b.html</link>
      <author>kerry030401</author>
      <pubDate>Wed, 20 Aug 2008 16:29:31 GMT</pubDate>
    </item>
    <item>
      <title>数据库报错：Could not find the index entry for RID '1601aef3060000000000010000' in index page (1:12963), </title>
      <description>事件查看器报错：错误: 644，严重度: 21，状态: 3Could not find the index entry for RID '1601aef3060000000000010000' in ...</description>
      <link>http://topic.csdn.net/u/20080820/15/bf419763-9749-4b90-b8d1-ac4e5bb1e18c.html</link>
      <author>jycjyc</author>
      <pubDate>Wed, 20 Aug 2008 15:11:17 GMT</pubDate>
    </item>
    <item>
      <title>什么样的SQL语句才能做到这个事情 1000分相送</title>
      <description>如何用简单的命令，让SQL挂掉就是知道解决方法，也要很费劲才能解决我只是和同学逗逗 老师们帮帮我</description>
      <link>http://topic.csdn.net/u/20080820/13/6b3b4530-e176-4f95-b17f-3a8bc617c890.html</link>
      <author>navigatorappversion</author>
      <pubDate>Wed, 20 Aug 2008 13:46:46 GMT</pubDate>
    </item>
    <item>
      <title>update TXET字段 并在字段后面增加字符‘aa’的如何写</title>
      <description>表tablea有一个字段 dd 类型textupdate tablea set dd=dd+'aa' 执行会失败？请问应该如何写？</description>
      <link>http://topic.csdn.net/u/20080820/17/f9b08d3d-5c88-4656-968e-bca3831d9fb5.html</link>
      <author>jxwa_wzw</author>
      <pubDate>Wed, 20 Aug 2008 17:39:48 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER存储过程中的多分支条件问题</title>
      <description>我有一个月结算表（yeujie）里面有以月份命名的12个字段，分别为：yj01,yj02,yj03,...yj11,yj12。要求每个月的月结数量更新到对应的字段中，比如说我7月26日23：58：00...</description>
      <link>http://topic.csdn.net/u/20080820/16/4eb22b91-abbc-4fc5-8155-86a6d7b15654.html</link>
      <author>lp370480</author>
      <pubDate>Wed, 20 Aug 2008 16:27:17 GMT</pubDate>
    </item>
    <item>
      <title>SQL对数据进行统计汇总</title>
      <description>现在有一个表，数据如下：ID	USERCODE(员工编号)	USERNAME(员工姓名)	USERDATE(出勤日期)	CDSJ(迟到时间)	ZTSJ(早退时间)	QDSJ(签到时间)	QTSJ(签退...</description>
      <link>http://topic.csdn.net/u/20080820/15/16fff2e6-9ffb-4cd1-9f39-ab055d65e7fe.html</link>
      <author>ynjxxk</author>
      <pubDate>Wed, 20 Aug 2008 15:06:19 GMT</pubDate>
    </item>
    <item>
      <title>如何利用存储查询跨月数据（前提是每个月的数据都在一个月表里，如6月数据在sale200806,7月数据在sale200807,当前数据在sale）</title>
      <description>如题：如何利用存储查询跨月数据（前提是每个月的数据都在一个月表里，如6月数据在sale200806,7月数据在sale200807,当前数据在sale），我现在遇到一个问题，我是做零售的，我们这里的数...</description>
      <link>http://topic.csdn.net/u/20080820/16/43756907-7f76-4a69-a830-bab1ecc165d4.html</link>
      <author>bad4you51</author>
      <pubDate>Wed, 20 Aug 2008 16:56:37 GMT</pubDate>
    </item>
    <item>
      <title>牢记！SQL Server数据库开发的二十一条军规(SQL收藏)</title>
      <description>如果你正在负责一个基于SQL Server的项目，或者你刚刚接触SQL Server，你都有可能要面临一些数据库性能的问题，这篇文章会为你提供一些有用的指导（其中大多数也可以用于其它的DBMS）。 在...</description>
      <link>http://topic.csdn.net/u/20080808/14/5c354b26-3556-44f1-a1d7-bbaf53c7ead9.html</link>
      <author>llj0209013</author>
      <pubDate>Fri, 08 Aug 2008 14:38:07 GMT</pubDate>
    </item>
    <item>
      <title>请求数据挖掘好手!</title>
      <description>[img=http://www.iwitcity.com:9046/projectdataquery/dis.gif][/img]SELECT * FROM YINYUAN where LEN(USE...</description>
      <link>http://topic.csdn.net/u/20080820/17/8c5b599f-25ce-45af-8dcb-82f5f4c014e5.html</link>
      <author>hisben</author>
      <pubDate>Wed, 20 Aug 2008 17:21:09 GMT</pubDate>
    </item>
    <item>
      <title>求SQL语句</title>
      <description>有两张表									table1									finterid	fqty	fplandate	fbillno						1001	3500	2008-8-1	KM28001									...</description>
      <link>http://topic.csdn.net/u/20080820/09/be2eb6b5-2481-4652-9efe-12a84c4252e6.html</link>
      <author>ouyang1713</author>
      <pubDate>Wed, 20 Aug 2008 09:21:49 GMT</pubDate>
    </item>
    <item>
      <title>非一般的问题</title>
      <description> 表名numbersid                   name           amount            price             来源47423           ...</description>
      <link>http://topic.csdn.net/u/20080819/18/5fa8bbfd-5636-4c8f-afe1-d86146ab9b9e.html</link>
      <author>yzsunlight</author>
      <pubDate>Tue, 19 Aug 2008 18:29:37 GMT</pubDate>
    </item>
    <item>
      <title>同样一个sql语句,在sql2005和sql2000中的不同</title>
      <description>SELECT * FROM 表A AS A, 表B AS B WHERE A.STYLEID IN (SELECT STYLEID FROM max(B.OBJECTID))同样的一个sql语句,在s...</description>
      <link>http://topic.csdn.net/u/20080819/13/46cb62ac-5a42-40ad-96cc-2df396c9d7e4.html</link>
      <author>pengys</author>
      <pubDate>Tue, 19 Aug 2008 13:16:32 GMT</pubDate>
    </item>
    <item>
      <title>求一条SQL 语句 在线等 ！！！！！</title>
      <description>修改所有 A 表中满足条件的记录的 A字段值为 0 （重要附加条件不修改前5条记录）例如 Update A表 Set B字段=0 Where C字段=‘你好’and (不是前面5条) Order By...</description>
      <link>http://topic.csdn.net/u/20080820/16/de3b66a1-05cf-4bb0-bb67-681baf48b826.html</link>
      <author>dcren118</author>
      <pubDate>Wed, 20 Aug 2008 16:59:51 GMT</pubDate>
    </item>
    <item>
      <title>求个汇总的sql~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~·</title>
      <description>Table 1AAA(int) BBB(Date)1000     2008-2-82000     2008-8-83000     2008-8-20想得到个结果AAA(int) BBB(varc...</description>
      <link>http://topic.csdn.net/u/20080820/16/dabe28c2-827d-4a2d-872d-53dbe951e7ec.html</link>
      <author>anncesky</author>
      <pubDate>Wed, 20 Aug 2008 16:15:29 GMT</pubDate>
    </item>
    <item>
      <title>游标问题,不太熟悉</title>
      <description>t1code     numA         2B         3t2我想根据t1表中记录 添加t2的数据如A编码的数量有2个,那么就要在T1增加2个A编码记录我写的有些问题 请指正DECLAR...</description>
      <link>http://topic.csdn.net/u/20080820/16/42f85675-1eed-4672-a8d9-c73bb243f112.html</link>
      <author>MeChecksV</author>
      <pubDate>Wed, 20 Aug 2008 16:54:42 GMT</pubDate>
    </item>
    <item>
      <title>初学者的烦恼</title>
      <description>小弟只学过一点点数据库的ＳＱＬ语言，想学下数据库，不过发现有Ｎ多软件，不知道学什么好，高手帮忙说下学什么好，有没有什么好的书看．</description>
      <link>http://topic.csdn.net/u/20080820/16/1a5d0740-da11-443f-b03f-8ef9c15b9f61.html</link>
      <author>zhangchun0411</author>
      <pubDate>Wed, 20 Aug 2008 16:24:03 GMT</pubDate>
    </item>
    <item>
      <title>这条带OPENROWSET的语句如何写?</title>
      <description>UPDATE B SET AUTHOR=T.AUTHOR FROM [141.2.20.1].EXG.dbo.PLU T WHERE T.PLUCODE=B.PLUCODESELECT B.* FRO...</description>
      <link>http://topic.csdn.net/u/20080820/17/a09fc5bd-f060-482b-972c-096f07d1ff91.html</link>
      <author>arfa100</author>
      <pubDate>Wed, 20 Aug 2008 17:21:40 GMT</pubDate>
    </item>
    <item>
      <title>防火墙和SQL Server2005远程登录以及局域网内的Ping问题之间的关系</title>
      <description>我不关防火墙的时候不能远程访问，关掉防火墙就可以访问了，有没有什么办法可以不关防火墙远程访问SQL Server所在的电脑和其他电脑在同一个局域网中，但不在一个域中，我不关防火墙ping不通，关掉防火...</description>
      <link>http://topic.csdn.net/u/20080820/16/4ec837ed-770c-4588-92c1-d27618813729.html</link>
      <author>sytu_hzj</author>
      <pubDate>Wed, 20 Aug 2008 16:55:25 GMT</pubDate>
    </item>
    <item>
      <title>数据库中哪些类型可以排序</title>
      <description>数据库中哪些类型可以排序?比如int,char之类的,各种数据库都不一样吧?是否有的sql可以,oracle相对应的数据类型就不可以了呢?</description>
      <link>http://topic.csdn.net/u/20080820/15/c30f551d-4ba8-49fe-bfbf-1459fbe18679.html</link>
      <author>wydx123</author>
      <pubDate>Wed, 20 Aug 2008 15:07:19 GMT</pubDate>
    </item>
    <item>
      <title>大家说说DBA这条路怎么走？来者皆有分</title>
      <link>http://topic.csdn.net/u/20080805/13/70b8038d-b014-40df-9167-f850ad6d0281.html</link>
      <author>lsd123</author>
      <pubDate>Tue, 05 Aug 2008 21:21:57 GMT</pubDate>
    </item>
    <item>
      <title>mssql2005如何实现类似GROUP_CONCAT (my-sql)  的功能</title>
      <description>有一表结构如下流水号  企业ID  订单日期         订单号1         1    2008-01-01    no000012         1    2008-01-01    n...</description>
      <link>http://topic.csdn.net/u/20080820/16/424bc3e6-c345-4cd6-a9c1-6df95ae71b67.html</link>
      <author>joper</author>
      <pubDate>Wed, 20 Aug 2008 16:24:19 GMT</pubDate>
    </item>
    <item>
      <title>请教大家平时是怎样备份数据库的?</title>
      <description>我平时在SQL SERVER中设定了自动备份,每月定时备份数据(MDF)文件,日志(LOG)文件,请大家给个更安全更好的备份方法!不胜感受激!</description>
      <link>http://topic.csdn.net/u/20080820/16/01efaa24-3a59-48d2-806d-59c2331f1e04.html</link>
      <author>HappyBlueAngel</author>
      <pubDate>Wed, 20 Aug 2008 16:45:44 GMT</pubDate>
    </item>
    <item>
      <title>一个作业不执行的问题</title>
      <link>http://topic.csdn.net/u/20071221/18/0fec5012-ee03-4cf0-9b5e-fda6eae8dee7.html</link>
      <author>richardfly</author>
      <pubDate>Sat, 22 Dec 2007 02:32:48 GMT</pubDate>
    </item>
    <item>
      <title>如何优化select col1,col2.... from table 的速度</title>
      <description>如何优化select col1,col2.... from table 的速度?我查询30万条数据返回结果大概用了10秒,怎么优化?查询结果如下:客户端执行时间	17:38:24		查询配置文件统计信...</description>
      <link>http://topic.csdn.net/u/20080818/18/24db779e-d0e9-43af-b8a1-766b0691e70d.html</link>
      <author>happy2003</author>
      <pubDate>Mon, 18 Aug 2008 18:20:24 GMT</pubDate>
    </item>
    <item>
      <title>reporting services结果集为动态列怎样解决?</title>
      <description>   由于取得的结果集是动态列,,在reporting services 中使用表格时的列为固定,,这样就不能实时的显示某些列...   请问该如何解决?</description>
      <link>http://topic.csdn.net/u/20080820/12/0fedbe4d-703d-4186-afda-869d84aa35ec.html</link>
      <author>mc_peng</author>
      <pubDate>Wed, 20 Aug 2008 12:06:18 GMT</pubDate>
    </item>
    <item>
      <title>在线等。。。一个数据库语句</title>
      <description>判断一个数据库中的某一个字段在那些表中建立了索引</description>
      <link>http://topic.csdn.net/u/20080820/13/ede5182e-f87f-4403-8c36-68e1a5c64a92.html</link>
      <author>zhang_yugang</author>
      <pubDate>Wed, 20 Aug 2008 13:39:19 GMT</pubDate>
    </item>
    <item>
      <title>一个关于时间处理的问题！向大家请教！</title>
      <description>假设有一张考勤表：(2008年8月) (中午不打卡) (早上9点上班,晚上17:30下班)                  姓名    1号上班    1号下班    2号上班      2号下班 ...</description>
      <link>http://topic.csdn.net/u/20080820/17/6a684b66-b5de-4d9b-8899-10725136c6c1.html</link>
      <author>xfwf</author>
      <pubDate>Wed, 20 Aug 2008 17:05:27 GMT</pubDate>
    </item>
    <item>
      <title>求SQL，比较难..真有挑战性。呵呵。</title>
      <description>如何 非固定行转固定列?比如表table1，2列f1  f2-------'1' 'a''2' 'b''3' 'c''4' 'd'.....结果:f1 f2 f3--------1a 2b ec4d....</description>
      <link>http://topic.csdn.net/u/20080820/16/63b59743-22f3-40ca-b3e9-f99e22243173.html</link>
      <author>sinman</author>
      <pubDate>Wed, 20 Aug 2008 16:56:08 GMT</pubDate>
    </item>
    <item>
      <title>sql整型转字符</title>
      <description>select DISTINCT * from MSTHN,MSTHNM  where MSTHNM.HANMEI='@HANMEI'AND                         MSTHN....</description>
      <link>http://topic.csdn.net/u/20080820/16/358373f2-e40c-4a9a-978c-d7a6c31d80ea.html</link>
      <author>hupo11520</author>
      <pubDate>Wed, 20 Aug 2008 16:04:01 GMT</pubDate>
    </item>
    <item>
      <title>[散分]Farewell </title>
      <description>原本想趁着之前的两周时间多蹭点分，没想到CSDN没给机会，时也命也！已然渡过在CSDN混迹的第四年，散分纪念并retired之。......在技术的道路上行走有如逆水行舟，况且我不是一个好的ITer，...</description>
      <link>http://topic.csdn.net/u/20080819/11/bc56a4d2-b87e-482e-a27a-e982c9158876.html</link>
      <author>libin_ftsafe</author>
      <pubDate>Tue, 19 Aug 2008 11:08:09 GMT</pubDate>
    </item>
    <item>
      <title>SQL语句请教</title>
      <description>有一个员工表Hr_Employee,表结构如下：物理字段名        标题      字段类型         备注FEmplID        员工ID    int            自增...</description>
      <link>http://topic.csdn.net/u/20080820/15/a14c700a-150a-465d-a76d-37c599dd1ed5.html</link>
      <author>mcy3c</author>
      <pubDate>Wed, 20 Aug 2008 15:10:45 GMT</pubDate>
    </item>
    <item>
      <title>透气散分！！！！</title>
      <description>想念CSDN一个多星期了，终于登陆成功了，散分庆祝下！！！！！</description>
      <link>http://topic.csdn.net/u/20080819/19/263d7eb7-c7b9-4869-b5ed-591bb8c10add.html</link>
      <author>jickie_liu</author>
      <pubDate>Tue, 19 Aug 2008 19:22:35 GMT</pubDate>
    </item>
    <item>
      <title>SQLSERVER2000事务日志文件增长过快</title>
      <description>SQLSERVER2000事务日志文件增长过快</description>
      <link>http://topic.csdn.net/u/20080820/15/cd90b4df-89c7-40f6-9457-24613aa086be.html</link>
      <author>FuLanKeLin</author>
      <pubDate>Wed, 20 Aug 2008 15:10:07 GMT</pubDate>
    </item>
    <item>
      <title>SQL怎么在列中所有数据第一位加个0</title>
      <description>例子A表tel131400000001314111111113142222222...怎么在数据中前面加0变成A表tel013140000000013141111111013142222222...求...</description>
      <link>http://topic.csdn.net/u/20080820/15/5f233f33-5473-44d6-a9f4-1169e9b843c4.html</link>
      <author>huahua1009</author>
      <pubDate>Wed, 20 Aug 2008 15:47:28 GMT</pubDate>
    </item>
    <item>
      <title>DTS包转换数据任务目的库出现汉字乱码</title>
      <link>http://topic.csdn.net/u/20070925/18/19b72bac-89a5-43fb-9f2c-1a99cb1cda8b.html</link>
      <author>thunderbird521</author>
      <pubDate>Wed, 26 Sep 2007 02:37:52 GMT</pubDate>
    </item>
    <item>
      <title> (Xi   -   Yi)求和，怎样用存储过程实现？</title>
      <description>对(Xi - Yi)求和，其中Xi是a表中每一个元素，Yi是b表中每一个元素，我想把这两个表中每个元素相减，然后求他们的和，请问这个算法用存储过程应该怎样实现？在线等待！</description>
      <link>http://topic.csdn.net/u/20080820/15/710557ee-c638-4fcf-8bee-1d92ebe1958e.html</link>
      <author>zqdezqde</author>
      <pubDate>Wed, 20 Aug 2008 15:16:48 GMT</pubDate>
    </item>
    <item>
      <title>如何删除树状结构的记录?</title>
      <description>有一个表:id Nid name1   0   a2   0   b 3   1   c 4   2   d 5   2   e 6   4   f7   3   g8   7   h如果删除id=1...</description>
      <link>http://topic.csdn.net/u/20080819/14/25a0d75f-6dd9-44cc-9dec-29020a0b7746.html</link>
      <author>hling</author>
      <pubDate>Tue, 19 Aug 2008 14:15:27 GMT</pubDate>
    </item>
    <item>
      <title>紧急求救：ANSI NULL 的怪现象！</title>
      <description>[size=12px]SQL Server2000 “数据库/属性/选项” 下有一个“ANSI NULL 默认设置” ，查看帮助是：[b]指定将数据库列默认定义为 NULL 还是 NOT NULL。[...</description>
      <link>http://topic.csdn.net/u/20080818/16/2c94c1de-5b4e-4501-adca-c6032101ae44.html</link>
      <author>zhoufs</author>
      <pubDate>Mon, 18 Aug 2008 16:49:53 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server复杂查询问题！！！</title>
      <description>假如我有一段sql的查询语句，查出的结果插入到一张临时表里。[code=SQL]select a,b,c，count（d） into #temp from X ...  where time='200...</description>
      <link>http://topic.csdn.net/u/20080820/15/267e652f-4ac3-435e-8c38-cb343e61cf0e.html</link>
      <author>sxzhliang</author>
      <pubDate>Wed, 20 Aug 2008 15:09:06 GMT</pubDate>
    </item>
    <item>
      <title>数据库中哪些类型可以排序</title>
      <description>1.就是说,在数据库中的所有类型里,哪些是可以排序的,哪些是不可以排序的?2.是否存在,sql里的int(打个比方)可以排序,而到了oracle里的int就不能排序了呢?</description>
      <link>http://topic.csdn.net/u/20080820/15/8177c6de-0bf0-46b7-b320-76b60123186a.html</link>
      <author>wydx123</author>
      <pubDate>Wed, 20 Aug 2008 15:12:11 GMT</pubDate>
    </item>
    <item>
      <title>帮我优化这个语句，谢谢。。</title>
      <description>[code=SQL]Select t2.FItemID,t2.Fnumber as FkeNumber,isNull(i.FQty,0) As FQty,IsNull(f.FNotInQty,0) A...</description>
      <link>http://topic.csdn.net/u/20080820/09/eacd021f-6c48-4907-9efc-df8d719dc728.html</link>
      <author>fireegg</author>
      <pubDate>Wed, 20 Aug 2008 09:45:42 GMT</pubDate>
    </item>
    <item>
      <title>可能与渌用户冲突!!</title>
      <description>服务器: 消息 50000，级别 16，状态 2，过程 tri_upd_pzhz，行 87错误 TRI_UPD_00000004,数据操作无效,可能与渌用户冲突!!</description>
      <link>http://topic.csdn.net/u/20080820/16/20f8e532-ebea-44f8-96e7-4e03ead3962f.html</link>
      <author>baituu</author>
      <pubDate>Wed, 20 Aug 2008 16:29:54 GMT</pubDate>
    </item>
    <item>
      <title>雪地120分跪求图书馆查询图书的查询语句 神仙来帮我</title>
      <description>我现在是做6个文本框 分别为:bookid bookname booktype author publisher isbn(编号,书名,类型,作者,出版社,ISBN)想完成1个组合查询图书的功能要求:...</description>
      <link>http://topic.csdn.net/u/20080809/09/dcd53184-00e9-4e49-920b-3f6b11dbb9ba.html</link>
      <author>chaoslayer</author>
      <pubDate>Sat, 09 Aug 2008 09:39:35 GMT</pubDate>
    </item>
    <item>
      <title>求一SQL 急！</title>
      <description>有資料如下：IDS                     years2;3;4;6;7;9;		20082;3;4;5;6;7;9;10;	2010想得到下面的結果 ID      years2	2...</description>
      <link>http://topic.csdn.net/u/20080820/11/47452f15-9ba4-4c5e-9caa-4def70acb7f2.html</link>
      <author>jastion</author>
      <pubDate>Wed, 20 Aug 2008 11:35:52 GMT</pubDate>
    </item>
    <item>
      <title>MAX与GROUP的SQL语句</title>
      <description>现有一张表,查询材料的价格.卖家与材料是多对多的关系.其中有两个时间列,价格列,汇率列.先考虑A时间,如果最新,就最新时间对应的材料.如果不同卖家的A时间相同,再考虑B时间,如果B时间再相同,再考虑价...</description>
      <link>http://topic.csdn.net/u/20080820/11/8a18c1f2-ab94-4af6-9bbf-87bb6f26690d.html</link>
      <author>brucenan999</author>
      <pubDate>Wed, 20 Aug 2008 11:40:01 GMT</pubDate>
    </item>
    <item>
      <title>一条查询语句</title>
      <description>table1 fbillno fqty datetime KM28001 500     2008-6-2 KM28001 300     2008-7-3 KM28001 600     2008-...</description>
      <link>http://topic.csdn.net/u/20080820/15/4950dfba-1e6d-41f6-b55c-05591b8e13f3.html</link>
      <author>ouyang1713</author>
      <pubDate>Wed, 20 Aug 2008 15:35:53 GMT</pubDate>
    </item>
    <item>
      <title>请教一条SQL语句</title>
      <description>数据库是MSSQL 表:SampleDetails 1 每款单件用料报表主键 lngSampleDetailsID 主键 2 款号 lngYyGlAID 外键 3 客户 lngCustomerID 外...</description>
      <link>http://topic.csdn.net/u/20080820/09/b3c7a205-148e-43b2-a4c8-467bab029d77.html</link>
      <author>shenke0213</author>
      <pubDate>Wed, 20 Aug 2008 09:21:12 GMT</pubDate>
    </item>
    <item>
      <title>sql server2005中添加一int字段，默认值为设置为0，解决立刻结贴</title>
      <description>sql server2005中添加一int字段，默认值为设置为0为什么会有两个括号？？难怪我怎么做都出错！！我以前设置的都只有一个括号啊</description>
      <link>http://topic.csdn.net/u/20080820/15/cdc464ac-de49-4942-9c93-2d4cf7211408.html</link>
      <author>softffly</author>
      <pubDate>Wed, 20 Aug 2008 15:59:07 GMT</pubDate>
    </item>
    <item>
      <title>游标对实时数据操作！</title>
      <description>当打开一个游标后，当数据发生改变时，而游标里面的数据并没有发生改变。我想达到的目的就是游标里面的数据当因为发生改变的时候在游标中能体现出来。[code=SQL]create table #t(id i...</description>
      <link>http://topic.csdn.net/u/20080820/13/71f18cb2-4f7e-43e7-b8df-4eb106772954.html</link>
      <author>lcw321321</author>
      <pubDate>Wed, 20 Aug 2008 13:34:51 GMT</pubDate>
    </item>
    <item>
      <title>【脑袋快想爆炸了- -！】 如何使用一条SQL语句更新多条数据？？</title>
      <description>做的是.net2.0的项目，用的是SQL 2005。[color=#FF0000][b]背景：[/b][/color]现在为了回避 FOR循环 来多次访问数据库，所以bt客户希望 使用[color=#...</description>
      <link>http://topic.csdn.net/u/20080820/14/4c8c0b16-ff2e-45f1-9757-1b75d46a398d.html</link>
      <author>wxylvmnn</author>
      <pubDate>Wed, 20 Aug 2008 14:05:32 GMT</pubDate>
    </item>
    <item>
      <title>SQLRecovery1.0测试版完成了</title>
      <description>前两天分析sql日志的成果,可以初步还原插入和删除的数据，虽然功能不是很强，但是免费使用。由于是c#开发，运行需要.Net FrameWork2.0详情参考http://blog.csdn.net/j...</description>
      <link>http://topic.csdn.net/u/20080820/02/710740fa-6af8-441b-b1d7-af99f48edfd5.html</link>
      <author>jinjazz</author>
      <pubDate>Wed, 20 Aug 2008 02:11:03 GMT</pubDate>
    </item>
    <item>
      <title>select a="" from b表示什么意思啊</title>
      <description>select a="" from b表示什么意思啊</description>
      <link>http://topic.csdn.net/u/20080820/09/b25eb92b-e1e7-4d3c-bb2c-d558609055f8.html</link>
      <author>renjun24</author>
      <pubDate>Wed, 20 Aug 2008 09:00:15 GMT</pubDate>
    </item>
    <item>
      <title>sql2005解密问题</title>
      <description>我数据库中的密码是通过EncryptByPassPhrase加密的，显示的都是2进制数据现在我不会解密怎么办？</description>
      <link>http://topic.csdn.net/u/20080820/15/deb7a83f-3355-4868-8415-189912c53309.html</link>
      <author>tangserver</author>
      <pubDate>Wed, 20 Aug 2008 15:10:34 GMT</pubDate>
    </item>
    <item>
      <title>求tsql: 表的id序号重排</title>
      <description>求tsql: 表的id序号重排具体目标：要求从表t1,t2查询出表t3示例：表t1id  name1   a2   b3   c4   d5   e表t2id  sl1   32   23   54 ...</description>
      <link>http://topic.csdn.net/u/20080820/15/1916e467-0829-470c-9312-7a1c55f928da.html</link>
      <author>needacoder</author>
      <pubDate>Wed, 20 Aug 2008 15:02:13 GMT</pubDate>
    </item>
    <item>
      <title>怎么把图片以二进制形式存入数据库中啊（sql server）</title>
      <description>我想把图片转存入数据库中,我建的是Image型的 需要转换图片，怎么转换啊？ </description>
      <link>http://topic.csdn.net/u/20080820/16/26643a18-005a-42e1-872d-fdf32b7b8e7c.html</link>
      <author>yanhengsha</author>
      <pubDate>Wed, 20 Aug 2008 16:16:06 GMT</pubDate>
    </item>
    <item>
      <title>请问关于设置SQL2000定时备份到异机的问题</title>
      <link>http://topic.csdn.net/u/20080424/11/845a38b8-d342-43cf-b2df-a624cc929ceb.html</link>
      <author>tina_xiao</author>
      <pubDate>Thu, 24 Apr 2008 19:59:52 GMT</pubDate>
    </item>
    <item>
      <title>SQL2005 QQ群</title>
      <description>     我今天刚刚创建了一个QQ群（68417163）：SQL2005讨论区（抱歉，现在人还很少）但是 现在精通、了解、想学SQL2005的人还很少，所以创建一个专门的QQ群来讨论是很有意义的。希望...</description>
      <link>http://topic.csdn.net/u/20080818/17/ffba5249-7db4-4cc7-8557-19293cbeda97.html</link>
      <author>zhengyongxianglove</author>
      <pubDate>Mon, 18 Aug 2008 17:18:19 GMT</pubDate>
    </item>
    <item>
      <title>太可恨了，好不容易趁CSDN关闭的这几天把项目搞得有进展了，怎么又给搞开了？</title>
      <description>太可恨了，好不容易趁CSDN关闭的这几天把项目搞得有进展了，怎么又给搞开了？</description>
      <link>http://topic.csdn.net/u/20080819/12/157e3d44-da3d-4149-9982-60f0077e5778.html</link>
      <author>ranzj</author>
      <pubDate>Tue, 19 Aug 2008 12:20:20 GMT</pubDate>
    </item>
    <item>
      <title>吃饭，睡觉，打豆豆</title>
      <description>吃饭，睡觉，打刘翔</description>
      <link>http://topic.csdn.net/u/20080819/15/68477a83-ce85-4a5d-8caa-68ac2816f25a.html</link>
      <author>alisafan123</author>
      <pubDate>Tue, 19 Aug 2008 15:14:18 GMT</pubDate>
    </item>
    <item>
      <title>呵呵.好几天了..散分..</title>
      <description>.........</description>
      <link>http://topic.csdn.net/u/20080818/15/0dfede46-ef72-49a5-884e-80253e7d617c.html</link>
      <author>liangCK</author>
      <pubDate>Mon, 18 Aug 2008 15:45:07 GMT</pubDate>
    </item>
    <item>
      <title>CSDN 恢复后 没有裤衩！换衣服了</title>
      <description>恭喜恢复！！！！现在才恢复！！ 怎么升一级还只能发200分啊</description>
      <link>http://topic.csdn.net/u/20080819/16/81524280-d9ab-468f-a47a-22e319f31364.html</link>
      <author>utpcb</author>
      <pubDate>Tue, 19 Aug 2008 16:44:41 GMT</pubDate>
    </item>
    <item>
      <title>棘手问题：当我在数据库中签名之后，我怎么知道我的数据库中的记录是否又发生了变化?Dynamic SQL and digital signatures in SQL Server 2005是否了解</title>
      <description>简单讲，比如我一个表中插入一条记录（可能没有记录保存时间），那么在此之后，怎么判断我的任何表中的记录是否发生了变化?不知道大家对Dynamic SQL and digital signatures i...</description>
      <link>http://topic.csdn.net/u/20080820/09/9ede3344-ca61-48f6-ab31-b88398ddc38e.html</link>
      <author>angelheavens</author>
      <pubDate>Wed, 20 Aug 2008 09:20:24 GMT</pubDate>
    </item>
    <item>
      <title>怎么对数据库进行剪切操作</title>
      <description>当我点击按钮的时候把浏览的这条信息给写到另一个数据库（或另一个表）里面之后再把以前表里面的数据给删除了。 相当于剪切错做。 流程我明白，就是先写到数据里在给以前数据库里面的数据给删除了 就是代码不会写...</description>
      <link>http://topic.csdn.net/u/20080820/13/d462742f-df00-455c-b327-3bf7a106982b.html</link>
      <author>a2068879</author>
      <pubDate>Wed, 20 Aug 2008 13:52:35 GMT</pubDate>
    </item>
    <item>
      <title>SQL 紧急问题</title>
      <description>TABLE1 字段 id name, Content ,photo,count(--点击--) classid,table2 字段classid,classname第一 我要查询select name...</description>
      <link>http://topic.csdn.net/u/20080820/12/b4414fcb-dc64-48b7-a1ff-a7ada5ae2b51.html</link>
      <author>chenpeng_vi</author>
      <pubDate>Wed, 20 Aug 2008 12:29:52 GMT</pubDate>
    </item>
    <item>
      <title>春天在哪里呀春天在哪里</title>
      <description>兄弟姐妹们想死你们啦~~~散分~</description>
      <link>http://topic.csdn.net/u/20080818/16/252af9b7-34c3-4443-af88-39f41682a6bf.html</link>
      <author>yiyi_wx</author>
      <pubDate>Mon, 18 Aug 2008 16:01:54 GMT</pubDate>
    </item>
    <item>
      <title>sql 日期的查询</title>
      <description>数据库中字段名是SignedDate，存储的日期格式是“2008-1-23 0:00:00”怎么才能在写sql语句查询的时候，按月（2008-1）来查询？数据库是 SQL。</description>
      <link>http://topic.csdn.net/u/20080820/13/fef6950a-bd66-41c7-b722-1e3016cc2a26.html</link>
      <author>Txxiaoqiang</author>
      <pubDate>Wed, 20 Aug 2008 13:47:31 GMT</pubDate>
    </item>
    <item>
      <title>求一Sql语句............................</title>
      <description>表aPID  MID Count  A     C    3A     D    2B     E    1B     F    2表bBillCode  Type  RowID  ID    Cou...</description>
      <link>http://topic.csdn.net/u/20080808/11/9a7b5025-7f56-4619-9e95-d0330a5154a9.html</link>
      <author>cch1010</author>
      <pubDate>Fri, 08 Aug 2008 11:05:27 GMT</pubDate>
    </item>
    <item>
      <title>你好~能帮我研究下这个问题么？是关于SQL查询的~</title>
      <description>数据表中的数据格式如下：activityDate                  worshipItem2008/7/1,2008/8/2,2008/8/7      AAAA2008/7/2   ...</description>
      <link>http://topic.csdn.net/u/20080820/14/78803848-3172-4419-b7af-49b360d4e8f2.html</link>
      <author>chuwen1005</author>
      <pubDate>Wed, 20 Aug 2008 14:53:16 GMT</pubDate>
    </item>
    <item>
      <title>SQL 2005  中select desc (ntext)   from ttt</title>
      <description>select desc from ttt------------{\rtf1\ansi\ansicpg936\deff0\deflang1033\deflangfe2052{\fonttbl{\f0\...</description>
      <link>http://topic.csdn.net/u/20080819/10/7331e5f0-dcf2-4b8d-8187-6727f49b8637.html</link>
      <author>Newlychen</author>
      <pubDate>Tue, 19 Aug 2008 10:36:17 GMT</pubDate>
    </item>
    <item>
      <title>SQL数据库如何防止数据丢失</title>
      <description>前一段时间老是发现丢失个别数据</description>
      <link>http://topic.csdn.net/u/20080820/15/4ce6ede8-4f85-4951-b420-03ec8be94bd8.html</link>
      <author>LYMPC</author>
      <pubDate>Wed, 20 Aug 2008 15:00:51 GMT</pubDate>
    </item>
    <item>
      <title>UPDATE OPENROWSET 带条件的的SQL语句如何写</title>
      <description>这样一条语句UPDATE OPENROWSET(MYSQL表) SET 字段=T.字段 FROM SQL表 WHERE OPENROWSET(MYSQL表).字段=SQL表的字段值关键是WHERE O...</description>
      <link>http://topic.csdn.net/u/20080820/15/e502a6d4-4a25-4b11-9805-96c6633bfa33.html</link>
      <author>arfa100</author>
      <pubDate>Wed, 20 Aug 2008 15:03:50 GMT</pubDate>
    </item>
    <item>
      <title>sqlserver 按季度查询</title>
      <description>我现在用的sqlserver2005的版本，我如何查询第一季度到第三季度的数据，并且要按季度统计数据我最后查询出来的结果格式如下名字   价格   第一季度  第二季度  第三季度   </description>
      <link>http://topic.csdn.net/u/20080820/14/09fbe52f-16a1-4d3e-95d2-0f62fd50d8ac.html</link>
      <author>huoyutu</author>
      <pubDate>Wed, 20 Aug 2008 14:12:54 GMT</pubDate>
    </item>
    <item>
      <title>为什么连接后不久就出现此如的问题？重新启动一下机器又好用了，但总不能反反复复重新启动机器啊。</title>
      <description>在建立与服务器的连接时出错。在连接到 SQL Server 2005 时，在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败。 (provider: SQL 网络接口, erro...</description>
      <link>http://topic.csdn.net/u/20080819/15/cd9b1ca1-c7c7-49ea-acc2-82d2b9f8b30e.html</link>
      <author>a558638</author>
      <pubDate>Tue, 19 Aug 2008 15:18:09 GMT</pubDate>
    </item>
    <item>
      <title>无法启动分布式事务的问题</title>
      <description>同一台服务器，不同数据库之间，提示'该操作未能执行，因为 OLE DB 提供程序 'SQLOLEDB' 无法启动分布式事务。'这台服务器win2000(sp4)+sql2000(sp4)？？？？？？？...</description>
      <link>http://topic.csdn.net/u/20080820/11/bc6fdaa4-7840-4586-a225-2f38768af1b0.html</link>
      <author>cxbiwk</author>
      <pubDate>Wed, 20 Aug 2008 11:57:26 GMT</pubDate>
    </item>
    <item>
      <title>数据备份机制完善国内医疗信息化建设</title>
      <description>    济南市妇幼保健院创建于1951年，原为山东省妇幼保健院，1953年改为济南市妇幼保健院。百密一疏 内外双重防护仍留数备“障门”    济南市妇幼保健院实现医疗信息化已久，对网络及数据方面存在的...</description>
      <link>http://topic.csdn.net/u/20080820/14/3adc9d6a-9402-4927-9cb6-be4134667b84.html</link>
      <author>hljy_upm</author>
      <pubDate>Wed, 20 Aug 2008 14:55:32 GMT</pubDate>
    </item>
    <item>
      <title>关于电子商务支付数据库设计</title>
      <description>新会员 只有0分么？对不起大家了--银行表 记录网站的帐户create table bank  	(bankid int identity(1,1) primary key,	bankusername...</description>
      <link>http://topic.csdn.net/u/20080819/20/7dcbd137-a474-4f35-b4c7-fa41b0fdd634.html</link>
      <author>winebottle</author>
      <pubDate>Tue, 19 Aug 2008 20:17:27 GMT</pubDate>
    </item>
    <item>
      <title>求SQL2005两个数据库直接倒数据的存储过程！</title>
      <description>各位老大，小弟有事求各位帮忙。现在我有两个数据库，这两个数据库在同一个服务器上。数据库A有表a1，数据库B有表b1，两个表的表结构完全一样，我想求一个在数据库B中运行的存储过程，可以吧数据库A中a1表...</description>
      <link>http://topic.csdn.net/u/20080820/14/52ccc47e-79e7-45c2-89de-3a4ec4d73601.html</link>
      <author>guangyuxuan</author>
      <pubDate>Wed, 20 Aug 2008 14:48:21 GMT</pubDate>
    </item>
    <item>
      <title>请各位大侠帮忙看一下？？？</title>
      <description>各位，我这段代码查询效率太低，请帮助给小弟看一看：select *   from tblWKListData  where 工单号 in (select 工单号                    ...</description>
      <link>http://topic.csdn.net/u/20080820/14/a4339bfd-785b-4b8d-ba18-f896e43a0bbb.html</link>
      <author>gansuts</author>
      <pubDate>Wed, 20 Aug 2008 14:57:54 GMT</pubDate>
    </item>
    <item>
      <title>关于SQL中间层链接的问题</title>
      <description>我有两个公司:A公司\B公司(注:两公司都不在一个省),  SQL服务器在A公司, IP地址是电信固定IP,  现在B公司也有一台服务器(IP地址也可以用固定IP),现在想B公司和A公司共用一个SQL...</description>
      <link>http://topic.csdn.net/u/20080820/09/48f02b8f-5107-40e8-9732-5662ebcb38ba.html</link>
      <author>peoplehui</author>
      <pubDate>Wed, 20 Aug 2008 09:48:23 GMT</pubDate>
    </item>
    <item>
      <title>(Xi - Yi)求和，怎样用存储过程实现？</title>
      <description>对(Xi - Yi)求和，其中Xi是a表中每一个元素，Yi是b表中每一个元素，我想把这两个表中每个元素相减，然后求他们的和，请问这个算法用存储过程应该怎样实现？在线等待！</description>
      <link>http://topic.csdn.net/u/20080820/14/fe62b321-2130-4094-b8cd-f864f0f73b5f.html</link>
      <author>xw_wl</author>
      <pubDate>Wed, 20 Aug 2008 14:58:26 GMT</pubDate>
    </item>
    <item>
      <title>乙肝，我不是一般地恨你</title>
      <link>http://topic.csdn.net/u/20080802/20/4f80046a-23dd-42b6-b8da-8b765baad8b3.html</link>
      <author>yjdn</author>
      <pubDate>Sun, 03 Aug 2008 04:42:46 GMT</pubDate>
    </item>
    <item>
      <title>SQL2000存储过程怎么管理</title>
      <description>现在我接手一系统，后台数据库（SQL2000）中有大概2000多个存储过程，而且是加密的。对这么多的存储过程，怎么管理比较好。我的目标是：1， 我想可以清晰的知道每个存储过程的作用，而不需要解密后看注...</description>
      <link>http://topic.csdn.net/u/20080820/14/b3773a44-7549-4c3d-9d59-f94ac5896ae9.html</link>
      <author>weisai</author>
      <pubDate>Wed, 20 Aug 2008 14:17:41 GMT</pubDate>
    </item>
    <item>
      <title>有没有什么办法查询出表中insert和update的行</title>
      <description>如题：     有一张源数据表（sql2000上），一张临时表（oracle10g上）          我是想查询出数据表update或者insert的行并insert到临时表中       不许更...</description>
      <link>http://topic.csdn.net/u/20080820/14/038e03e9-39b3-40d4-968c-b652008c14a4.html</link>
      <author>chenjie188</author>
      <pubDate>Wed, 20 Aug 2008 14:36:31 GMT</pubDate>
    </item>
    <item>
      <title>sql 参数类型转换问题 </title>
      <description> 在向存储过程当中传入参数时，发现这样一个问题：  @PKID nvarchar(500) --存储过程参数  select  prdno,prdName,quantity,OrderNo,PrdDe...</description>
      <link>http://topic.csdn.net/u/20080819/18/c3159436-ef2c-4a40-9071-1dc7d88a497f.html</link>
      <author>jackjianghuifeng</author>
      <pubDate>Tue, 19 Aug 2008 18:39:22 GMT</pubDate>
    </item>
    <item>
      <title>求一SQL语句，删除表中重复的记录，只保留一条，没有递增字段，不想用临时表</title>
      <description>求一SQL语句，删除表中重复的记录，只保留一条，没有递增字段，不想用临时表</description>
      <link>http://topic.csdn.net/u/20080820/13/8b9bd26d-6b38-4317-bfd3-3bffab49feb6.html</link>
      <author>wensoft80</author>
      <pubDate>Wed, 20 Aug 2008 13:17:56 GMT</pubDate>
    </item>
    <item>
      <title>性能问题：请高手为我排忧解难，在线恭候大驾光临</title>
      <description>CREATE procedure QueryACCP @StartTime datetime,@EndTime datetimeasdeclare @STCD char(8)declare @ACCP...</description>
      <link>http://topic.csdn.net/u/20080819/10/ea48e966-46bb-4fc3-a7f7-b3fbd31bb060.html</link>
      <author>zhougang86</author>
      <pubDate>Tue, 19 Aug 2008 10:08:52 GMT</pubDate>
    </item>
    <item>
      <title>竖向的搜索结果用逗号分开来</title>
      <description>表中有记录以下A   B1   aa2   bb1   cc1   dd我希望搜索当A=1时 得到以下的结果 ，结果用逗号分开来A  B1  aa,cc,dd</description>
      <link>http://topic.csdn.net/u/20080820/14/512d1ef6-eacf-4eb3-acc7-f8f530f69559.html</link>
      <author>freescy2002</author>
      <pubDate>Wed, 20 Aug 2008 14:30:59 GMT</pubDate>
    </item>
    <item>
      <title>邹大哥路过能否帮忙看看，SQL问题</title>
      <description>Sql 7.0 上建了3个数据库，分别是AAA、BBB、CCC，每个数据库里都有若干作业。某次数据库AAA变为了置疑状态，我根据论坛上很多帖子都提到的方法来处理：建新数据库，停服务，用旧文件覆盖，删L...</description>
      <link>http://topic.csdn.net/u/20080820/09/a6103d57-2ddf-4ea3-b3f7-47f43c19a417.html</link>
      <author>pigleter</author>
      <pubDate>Wed, 20 Aug 2008 09:39:03 GMT</pubDate>
    </item>
    <item>
      <title>用sql2005的人都进来看下,我装了只有配置工具??</title>
      <link>http://topic.csdn.net/u/20080602/20/49217c31-2de4-4eb9-99a5-8d43d7dc1a79.html</link>
      <author>windyxyf</author>
      <pubDate>Tue, 03 Jun 2008 04:40:52 GMT</pubDate>
    </item>
    <item>
      <title>谁来帮我优化一下这个简单的存储过程</title>
      <description>是一个验证用户登录的。正常情况下执行只要不过1秒的时候，可是有时间确要等上一分钟左右，用户肯定是接受不了这个时间的。有时候怀疑是游标出了问题，但又不会改，请大家帮忙重新设计一下，哪怕是改表结构也没事。...</description>
      <link>http://topic.csdn.net/u/20080819/10/8a7d474b-9f4b-4289-8048-4dbc09a591b5.html</link>
      <author>yhy0611</author>
      <pubDate>Tue, 19 Aug 2008 10:00:35 GMT</pubDate>
    </item>
    <item>
      <title>关于JS调用与URL传值的问题</title>
      <link>http://topic.csdn.net/u/20080804/16/1e633fd7-2bea-470e-a542-fa3954f4c1c3.html</link>
      <author>xyxc00</author>
      <pubDate>Tue, 05 Aug 2008 00:37:05 GMT</pubDate>
    </item>
    <item>
      <title>SSIS,导入文本文件的容错问题。急，CSDN可通了！</title>
      <description>大家好！多帮忙。把文本文件批导入到数据库中，如何做容错配置？？数据流源：平面文件源    数据流目标：OLEDB 目标。数据格式如下：（|为分隔符）正确格式：  a|b|c|1|错误格式：  a|b|...</description>
      <link>http://topic.csdn.net/u/20080819/16/5e832cde-fabd-4460-a0ec-063fe6722472.html</link>
      <author>Cool_Sword</author>
      <pubDate>Tue, 19 Aug 2008 16:30:00 GMT</pubDate>
    </item>
    <item>
      <title>sql server 不能识别 中文问题</title>
      <description>本人服务器是英文，数据库是sqlserver 7.0英文版。 基础表：bascisetting 字段：fieldsoption 其中有一值“父亲” 执行 SELECT * FROM BasciSett...</description>
      <link>http://topic.csdn.net/u/20080820/14/76bd2424-9d33-4b6c-a8de-22aaef9ba51a.html</link>
      <author>sheratony</author>
      <pubDate>Wed, 20 Aug 2008 14:21:58 GMT</pubDate>
    </item>
    <item>
      <title>问一条比较难的sql语句</title>
      <description>如果下面有两个表，一个是酒店表idHotelName 酒店名HotelCity	酒店所在城市 ......一些酒店基本信息一个是酒店房间价格表idHouseName	房间名HousePrice	价格H...</description>
      <link>http://topic.csdn.net/u/20080820/14/586c0af8-08e9-428c-b244-778ef85f6521.html</link>
      <author>soubar</author>
      <pubDate>Wed, 20 Aug 2008 14:17:03 GMT</pubDate>
    </item>
    <item>
      <title>sp_xml_perparedocument 不支持中文？</title>
      <link>http://topic.csdn.net/u/20070628/21/51cc4389-5ad0-4a40-9c0a-dd01dfe5f862.html</link>
      <author>dongwei2345</author>
      <pubDate>Fri, 29 Jun 2007 05:57:49 GMT</pubDate>
    </item>
    <item>
      <title>胜负比率计算问题?如何用SQL语句实现?(存储过程也可以)</title>
      <description>胜负比率计算问题?如何用SQL语句实现?(存储过程也可以)	表一	姓名编号	合计积分1009	91001	81002	81003	61004	61005	6…	5…	4…	4积分一样的可能有多个人,不...</description>
      <link>http://topic.csdn.net/u/20080820/14/d5cb3db8-a75f-40c9-bfa8-2ad164396de5.html</link>
      <author>liuyibao</author>
      <pubDate>Wed, 20 Aug 2008 14:04:11 GMT</pubDate>
    </item>
    <item>
      <title>事务和异常的问题</title>
      <description>在写存储过程的时候，[code=SQL]begin try--位置A...--查询代码，以及其他设置变量的代码--位置Bbegin transaction    事务代码commit transact...</description>
      <link>http://topic.csdn.net/u/20080820/13/ed9564df-6112-4433-b28d-b626c9517d5b.html</link>
      <author>shaily</author>
      <pubDate>Wed, 20 Aug 2008 13:39:01 GMT</pubDate>
    </item>
    <item>
      <title>有做工控自动化的?</title>
      <description>请问你们数据库一般玩到什么程度?</description>
      <link>http://topic.csdn.net/u/20080820/13/b1c9d922-608d-42b2-b068-3e7ef64350d6.html</link>
      <author>jsjl2008</author>
      <pubDate>Wed, 20 Aug 2008 13:34:50 GMT</pubDate>
    </item>
    <item>
      <title>错误 '80040e37' 如何解决</title>
      <description>我的一个网站挂在那一直没有出过问题，今天突然发现出问题了，如下 Microsoft OLE DB Provider for SQL Server 错误 '80040e37' 对象名 'pH'无效。 /...</description>
      <link>http://topic.csdn.net/u/20080820/12/1fbcbeed-59cf-4294-9a97-62bc8dc7fdde.html</link>
      <author>hanma520</author>
      <pubDate>Wed, 20 Aug 2008 12:14:41 GMT</pubDate>
    </item>
    <item>
      <title>问下前辈门,SQL里聚合函数的使用问题.</title>
      <link>http://topic.csdn.net/u/20080705/15/45fdeb7f-3bec-4dfc-8cf8-714546ba5b10.html</link>
      <author>cd87279798</author>
      <pubDate>Sat, 05 Jul 2008 23:08:01 GMT</pubDate>
    </item>
    <item>
      <title>把两个sql合在一个？？</title>
      <description>（1）SELECT categoryname1, e.MoneyChannel,e.money1,       e.money1 / f.money2 AS money3FROM (SELECT   ...</description>
      <link>http://topic.csdn.net/u/20080820/13/c4283afd-d50e-49ea-9b60-64366f00a510.html</link>
      <author>Txxiaoqiang</author>
      <pubDate>Wed, 20 Aug 2008 13:22:56 GMT</pubDate>
    </item>
    <item>
      <title>这样的表格如何设计数据库</title>
      <description>如下表格所示的数据，如何设计数据库表结构，才能使数据的显示和更新比较容易且便于查询统计。[img=http://hiphotos.baidu.com/xeonfeng/pic/item/5c78b0b...</description>
      <link>http://topic.csdn.net/u/20080819/10/68dcd64e-cec0-4b85-ba43-117d2121b440.html</link>
      <author>xeonfeng</author>
      <pubDate>Tue, 19 Aug 2008 10:42:23 GMT</pubDate>
    </item>
    <item>
      <title>如何写一存储过程用来读取文本文件到表中</title>
      <description>假如我有一文本文件如下格式1|test1|test11|2|test2|test22|3|test3|test33|数据库(database1)中已存在表(table1)的结构为id   title1...</description>
      <link>http://topic.csdn.net/u/20080819/20/01374011-78f5-4d44-956e-71ae38d918a7.html</link>
      <author>coolzgt</author>
      <pubDate>Tue, 19 Aug 2008 20:33:37 GMT</pubDate>
    </item>
    <item>
      <title>asp.net + SQL server 里网状数据结构查询问题??</title>
      <description>本人做人际关系网遇到以下问题: A和B是朋友 B和C是朋友 C和D是朋友 ... 问题1:A是我,我想在我朋友圈里找我(A)和D最近的人脉路径,就是D是 我朋友B的朋友C的朋友. A和D的关系是 A-...</description>
      <link>http://topic.csdn.net/u/20080820/12/5d7b0fdf-ce30-4ab1-ac4f-c989ebf4776b.html</link>
      <author>kill111ing</author>
      <pubDate>Wed, 20 Aug 2008 12:22:22 GMT</pubDate>
    </item>
    <item>
      <title>java 处理sqlserver中文字符问题</title>
      <description>通过web页面向sqlserver 2000数据库里添加、修改信息，其中包括中文。所有jsp页面的编码方式是：接收内容后的字符处理、转化方式为（不管中文、英文）：String introduce = ...</description>
      <link>http://topic.csdn.net/u/20080820/10/5108719b-d71e-490f-8b40-92fe9f12860d.html</link>
      <author>jiangeb</author>
      <pubDate>Wed, 20 Aug 2008 10:19:15 GMT</pubDate>
    </item>
    <item>
      <title>关于两台服务器之间的数据相互同步问题。大家进来讨论讨论</title>
      <link>http://topic.csdn.net/u/20080801/11/2f79d062-8049-4ade-a884-01dbaa429135.html</link>
      <author>pt1314917</author>
      <pubDate>Fri, 01 Aug 2008 19:51:39 GMT</pubDate>
    </item>
    <item>
      <title>错误 '80040e37'如何解决</title>
      <description>我的一个网站挂在那一直没有出过问题，今天突然发现出问题了，如下企业视频推荐  视频简历推荐 　    Microsoft OLE DB Provider for SQL Server 错误 '8004...</description>
      <link>http://topic.csdn.net/u/20080820/11/163a1529-2a62-473b-be7c-0d2dabe81929.html</link>
      <author>hanma520</author>
      <pubDate>Wed, 20 Aug 2008 11:52:48 GMT</pubDate>
    </item>
    <item>
      <title>如何跨服务器操作？</title>
      <link>http://topic.csdn.net/u/20080124/14/88afd736-8f83-4a93-af52-8fcb3fa9a7c2.html</link>
      <author>hekun0227</author>
      <pubDate>Thu, 24 Jan 2008 22:58:39 GMT</pubDate>
    </item>
    <item>
      <title>奇思妙想，大家过来看看</title>
      <description>全球人员GPS定位系统，大家帮我评估一下这个可行性因为世界各地每时每刻都有犯罪份子在活动，而破案率又其低，我想到了这个办法。1.发明一种液态物质，可注入人体的血液内，这种物质的作用就是定位装置，就好像...</description>
      <link>http://topic.csdn.net/u/20080818/15/687b3d50-0542-4396-a292-52026116cfb9.html</link>
      <author>hsie168518</author>
      <pubDate>Mon, 18 Aug 2008 15:32:04 GMT</pubDate>
    </item>
    <item>
      <title>急，请各位高手给予援手，在这里谢谢了啊，我的问题是关于SQL2005 镜像的问题</title>
      <description>各位专家，你们好！小弟，在给数据库做镜像的时候，在最后一个步骤出现了问题，整了一个星期都没有办法解决，没有办法只好找你们帮帮小弟我了啊 下来说一下问题吧我已经把前面的都建立好了，而且都没有问题1.--...</description>
      <link>http://topic.csdn.net/u/20080809/09/2c8ef2a4-a9bf-4844-8416-a32b603d4a20.html</link>
      <author>surfboy1980317</author>
      <pubDate>Sat, 09 Aug 2008 09:32:23 GMT</pubDate>
    </item>
    <item>
      <title>求助教材课件</title>
      <description>请问哪位有《精通SQL Server 2005》（I S B N ：9787121062872）这本书的教附材料的资料、光盘或渠道吗？多谢了。出版社我联系过说没有，就会卖书啊，真坑人。</description>
      <link>http://topic.csdn.net/u/20080820/11/23550c0f-a5c4-464c-9802-829caa2cd599.html</link>
      <author>minizipo</author>
      <pubDate>Wed, 20 Aug 2008 11:47:14 GMT</pubDate>
    </item>
    <item>
      <title>SQL查询问题</title>
      <description>现在由张表：CourseNo    XCount   XJiFen1             1        1251             1        125怎么得出结果CourseNo ...</description>
      <link>http://topic.csdn.net/u/20080820/10/9268a04c-187b-45dc-84c1-fd1aa8017518.html</link>
      <author>zq200487731</author>
      <pubDate>Wed, 20 Aug 2008 10:24:52 GMT</pubDate>
    </item>
    <item>
      <title>vc中如何用ADO方式创建存储过程？</title>
      <description>在网上查到一个例子但是发现存放存储过程的字符串bstrcreate没有调用到呀//   sql   server,   stored   procedure   ,   command   ,   r...</description>
      <link>http://topic.csdn.net/u/20080819/10/339cb88e-0bda-4169-af1c-71079633d938.html</link>
      <author>eyoule</author>
      <pubDate>Tue, 19 Aug 2008 10:19:11 GMT</pubDate>
    </item>
    <item>
      <title>tsql如何修改数据服务器系统时间？详请进</title>
      <description>tsql如何修改数据服务器系统时间？目的：作了个asp.net程序，为了向让我做程序的客户演示过了一个月后数据发生的变化，我需要在webform里设个按钮，点一下按钮，希望处于网络远端的数据库服务器的...</description>
      <link>http://topic.csdn.net/u/20080819/06/6f032370-54e6-41ca-be36-46f0a1e220ae.html</link>
      <author>thinclient</author>
      <pubDate>Tue, 19 Aug 2008 06:42:13 GMT</pubDate>
    </item>
    <item>
      <title>ms-sql创建作业错误</title>
      <description>我使用MS—SQL2005 创建作业时，提示如下错误，作业总是不能成功创建，不知道为什么？sql语句书写正确。无法将类型为“Microsoft.SqlServer.Management.Smo.Sim...</description>
      <link>http://topic.csdn.net/u/20080819/15/32ebe862-f87c-4461-bb9f-1a5b10c801dc.html</link>
      <author>niulingling</author>
      <pubDate>Tue, 19 Aug 2008 15:59:41 GMT</pubDate>
    </item>
    <item>
      <title>一条sql 语句的执行效率的问题，有些怪，请教高手！</title>
      <link>http://topic.csdn.net/u/20080805/10/f57c73a4-c8c8-4644-a9fa-8744fdea8934.html</link>
      <author>leonjun</author>
      <pubDate>Tue, 05 Aug 2008 18:43:57 GMT</pubDate>
    </item>
    <item>
      <title>请教：公司有多台MSSQL2005数据库服务器如何实时备份或者镜像到另外一个机房的服务器</title>
      <description>请教各位老大：我们公司有多台MSSQL2005服务器，数据更新如插入、修改很快，但现在还需要实时镜像或者备份到另外一个机房，请问用什么方法比较好？用SQL2005自带的镜像功能可以吗？本来想用程序实现...</description>
      <link>http://topic.csdn.net/u/20080820/09/15fa2e77-9479-41cb-9976-0785616eaa05.html</link>
      <author>chinastorm</author>
      <pubDate>Wed, 20 Aug 2008 09:22:41 GMT</pubDate>
    </item>
    <item>
      <title>SQL2005的分区表问题(第二次发了！ 帮帮忙)</title>
      <description>我已经建立一个分区函数：（按照月份）     CREATE PARTITION FUNCTION [docdate](datetime)     AS RANGE RIGHT FOR VALUES (...</description>
      <link>http://topic.csdn.net/u/20080820/09/6c6706f2-4c48-4ffb-8946-df871b15f473.html</link>
      <author>wushilin201</author>
      <pubDate>Wed, 20 Aug 2008 09:40:25 GMT</pubDate>
    </item>
    <item>
      <title>insert into表的奇怪问题</title>
      <description>我有两个表A、B，语句是这样的delete from ainsert into a select top 100 score from b order by score desc我的本意是想将B表中s...</description>
      <link>http://topic.csdn.net/u/20080807/17/f282e61b-d668-4f0a-86f8-9ab47fd7703a.html</link>
      <author>cqlxm</author>
      <pubDate>Thu, 07 Aug 2008 17:23:26 GMT</pubDate>
    </item>
    <item>
      <title>如何用程序得到对SQL数据库指定表操作的SQL语句？</title>
      <description>如何用程序得到对SQL数据库指定表操作的SQL语句？就象事件探查器一样，要不能把事件探查器里的信息取到也行。</description>
      <link>http://topic.csdn.net/u/20080820/10/9da47508-13c9-4470-9ace-bd0f56f44af8.html</link>
      <author>yhd008</author>
      <pubDate>Wed, 20 Aug 2008 10:21:18 GMT</pubDate>
    </item>
    <item>
      <title>关于ROW_ID</title>
      <description>SQL96加入了keyword ROW_ID,现在用这个语句:SELECT ROW_ID FROM DB1.TABEL1时出错,说不支持ROW_ID.有人知道为什么吗?</description>
      <link>http://topic.csdn.net/u/20080820/10/8be32a95-0bf8-4e5e-b40a-7033a234d2be.html</link>
      <author>xianyuxiaoqiang</author>
      <pubDate>Wed, 20 Aug 2008 10:05:54 GMT</pubDate>
    </item>
    <item>
      <title>我的&lt;关于ROW_ID&gt;那个帖子问题已解决.30分散了,去JF吧</title>
      <description>接分的速度</description>
      <link>http://topic.csdn.net/u/20080820/10/e96d6254-d48f-45bb-baba-0e3bec25961d.html</link>
      <author>xianyuxiaoqiang</author>
      <pubDate>Wed, 20 Aug 2008 10:37:32 GMT</pubDate>
    </item>
    <item>
      <title>新手问题看看</title>
      <description>selecta.UserSN,a.UserName,a.LinkAddr,b.AccountMoney,Kind='所选年月',cunkuan=case PutInMode when '存款'then...</description>
      <link>http://topic.csdn.net/u/20080819/11/660ebd80-69db-455e-90f8-16b88ea0604c.html</link>
      <author>w2571121444</author>
      <pubDate>Tue, 19 Aug 2008 11:18:03 GMT</pubDate>
    </item>
    <item>
      <title>？请sql server 2000 同步复制(通过代码能不能实现)？</title>
      <description> 服务器上有一个数据库，本地有一个数据库，数据库中的表都相同。 我想做到两个数据库能达到同步复制。 能不能通过代码到实现同步复制。。 程序是vs 2005(vb.net)开发的。</description>
      <link>http://topic.csdn.net/u/20080820/10/b7224a4f-e69e-496d-afa0-cddaefc6fb0e.html</link>
      <author>yinliaobao</author>
      <pubDate>Wed, 20 Aug 2008 10:23:34 GMT</pubDate>
    </item>
    <item>
      <title> 有相应记录就update，无相应记录就insert ???</title>
      <description>若是面对一个表id      value1        a2        b若获得 一条数据 （1 a），无操作；若获得 一条数据 （1 c），则该表为id      value1        ...</description>
      <link>http://topic.csdn.net/u/20080820/10/1e85178b-21c5-4d84-a4f5-4e44c289973a.html</link>
      <author>zhaooh</author>
      <pubDate>Wed, 20 Aug 2008 10:17:25 GMT</pubDate>
    </item>
    <item>
      <title>存储过程返回的结果集能否直接与SQL语句进行交叉运算？？</title>
      <description>---------------------create procedure testp()asbegin  select id from table1endgo--------------------...</description>
      <link>http://topic.csdn.net/u/20080820/09/31cc38a7-6aa0-46c9-94dd-8780afb3dcfd.html</link>
      <author>iscandy</author>
      <pubDate>Wed, 20 Aug 2008 09:51:05 GMT</pubDate>
    </item>
    <item>
      <title>急求 个性应用语句-商店促销活动</title>
      <description>两个表 A BA 包含字段 CXBH   CXMC   SJ1  SJ2                  1001   Ａ促销A          1002   Ｂ促销Ｂ          1003...</description>
      <link>http://topic.csdn.net/u/20080820/09/649503d8-aad2-458e-8f59-244d3d1784e8.html</link>
      <author>qiexiaofei1250</author>
      <pubDate>Wed, 20 Aug 2008 09:56:31 GMT</pubDate>
    </item>
    <item>
      <title>销售售指纹考勤,人事,工资管理,并提供量身定做.</title>
      <link>http://topic.csdn.net/u/20080712/09/4e43639b-2ce5-4468-9006-6e83a3e34e4f.html</link>
      <author>qys2000</author>
      <pubDate>Sat, 12 Jul 2008 17:15:02 GMT</pubDate>
    </item>
    <item>
      <title>已经安装了带高级服务的SQL Server 2005 Express Edition sp2和工具包，请问怎样安装Adventureworks数据库样例？</title>
      <description>已经安装了带高级服务的SQL Server 2005 Express Edition sp2和工具包，请问怎样安装Adventureworks数据库样例？在哪里下载？能不能给出详细的安装步骤，我头一次...</description>
      <link>http://topic.csdn.net/u/20080819/22/8540f7ea-99fd-4860-9bfa-3275d6cdf0f6.html</link>
      <author>xuefeng1982</author>
      <pubDate>Tue, 19 Aug 2008 22:40:00 GMT</pubDate>
    </item>
    <item>
      <title>请大家帮我写条SQL语句</title>
      <description>请大家帮我写下下面的这条SQL语句表Tab中的原始数据字段1    字段2          字段3   5071	080314047  	2030796100        5071	0803140...</description>
      <link>http://topic.csdn.net/u/20080819/18/576082aa-f338-403f-8163-254c85f459a3.html</link>
      <author>xiaowengang</author>
      <pubDate>Tue, 19 Aug 2008 18:47:00 GMT</pubDate>
    </item>
    <item>
      <title>sql 89,sql 92。还有sql server 2000,sql server 2005,sql server 2008,oracle 各种版本</title>
      <description>sql server 2000,sql server 2005,sql server 2008,oracle 各种版本请问都用的是什么标准比如:sql 89,sql 92</description>
      <link>http://topic.csdn.net/u/20080820/08/367bbbbb-1434-4ae0-94b7-c5d77f405139.html</link>
      <author>cciebill</author>
      <pubDate>Wed, 20 Aug 2008 08:44:55 GMT</pubDate>
    </item>
    <item>
      <title>数据库设计管理交流群</title>
      <description>数据库设计管理软件研发交流群群号:16829437</description>
      <link>http://topic.csdn.net/u/20080820/09/f7ae34a2-1a17-47fc-82f4-4e7cab271d25.html</link>
      <author>zxtian1987</author>
      <pubDate>Wed, 20 Aug 2008 09:21:03 GMT</pubDate>
    </item>
    <item>
      <title>触发器问题---不同日期调用不同的表</title>
      <description>create trigger upxx on  xx                              for insert ,updateas 	if update(zd1)	begin 	...</description>
      <link>http://topic.csdn.net/u/20080820/00/278ed846-2e57-4c53-b711-82f7f0ee0460.html</link>
      <author>xikboy</author>
      <pubDate>Wed, 20 Aug 2008 00:40:45 GMT</pubDate>
    </item>
    <item>
      <title>押宝游戏：奥运男足金牌预测</title>
      <description>[url=http://community.csdn.net/Games/GamePawn.aspx?id=94][/url]有钱的捧个钱场没钱的捧个人场来者有分！</description>
      <link>http://topic.csdn.net/u/20080807/11/ad2cd8f9-0e36-4916-aba8-762a5ee91f10.html</link>
      <author>kelph</author>
      <pubDate>Thu, 07 Aug 2008 11:53:03 GMT</pubDate>
    </item>
    <item>
      <title>关于索引的问题</title>
      <description>当初在建立表时使用的是命令是:CREATE TABLE Xsb (	[ID] [nvarchar] (45)  NOT NULL PRIMARY KEY ,        [商品编号] [nvarch...</description>
      <link>http://topic.csdn.net/u/20080819/00/26d8c683-2cfd-4b1d-84a0-3f3345025697.html</link>
      <author>bcbsoft</author>
      <pubDate>Tue, 19 Aug 2008 00:46:46 GMT</pubDate>
    </item>
    <item>
      <title>AB两个表之间将相同数据的B表id写入A表，数据库请看内容</title>
      <description>create table Abaofei (	baofei_autoid int identity(1,1) primary key,	rlzy_name varchar(50),--姓名	baofe...</description>
      <link>http://topic.csdn.net/u/20080819/22/02fd1e31-cc00-4ea4-b9e7-b3cbdb30a0b4.html</link>
      <author>zi12zi</author>
      <pubDate>Tue, 19 Aug 2008 22:36:51 GMT</pubDate>
    </item>
    <item>
      <title>好像速度快点了?</title>
      <description>好像提速了么?没有那么卡了？</description>
      <link>http://topic.csdn.net/u/20080819/17/4afc196d-5746-4cbe-b262-08a115da750d.html</link>
      <author>hery2002</author>
      <pubDate>Tue, 19 Aug 2008 17:24:36 GMT</pubDate>
    </item>
    <item>
      <title>Powerbuild与数据库连接时应该注意那些方便可减小数据库死锁</title>
      <description>最近经常出现SQL死锁，请大伙多多指教，谢谢!</description>
      <link>http://topic.csdn.net/u/20080820/09/6b193cc6-76e5-4181-8e96-aaf2548b9474.html</link>
      <author>szkingit</author>
      <pubDate>Wed, 20 Aug 2008 09:17:57 GMT</pubDate>
    </item>
    <item>
      <title>请教一条select语句,我想了很久,希望高手帮下忙!!</title>
      <description>下面是一张用于记录客户与服务端人员对话信息的表,请问如何用select语句查出还没有被回复信息的客户的性名,没回复信息的条数,没回复信息的时间,并按时间升序排,还要求按客户ID分组,分组也要按时间升序...</description>
      <link>http://topic.csdn.net/u/20080819/02/27e5c58b-b1b9-46a0-b73e-559d0fe0d601.html</link>
      <author>icivy916</author>
      <pubDate>Tue, 19 Aug 2008 02:20:55 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server定时作业</title>
      <description>我有一个月结算表（yeujie）里面有以月份命名的12个字段，分别为：yj01,yj02,yj03,...yj11,yj12。要求每个月的月结数量更新到对应的字段中，比如说我7月26日23：58：00...</description>
      <link>http://topic.csdn.net/u/20080819/17/a002cac5-027c-42b5-99ff-42ba1ca54a9b.html</link>
      <author>lp370480</author>
      <pubDate>Tue, 19 Aug 2008 17:59:57 GMT</pubDate>
    </item>
    <item>
      <title>Jsp开发环境配置难题！！</title>
      <link>http://topic.csdn.net/u/20080805/20/f5dce05f-7ac7-4581-80cc-98f8fad238f4.html</link>
      <author>faithstone</author>
      <pubDate>Wed, 06 Aug 2008 04:06:27 GMT</pubDate>
    </item>
    <item>
      <title>相同的SQL语句在不同的机器上有的报错，有的没错。是哪里的配置原因？</title>
      <description>有的SQL语句在我的机器上能很容易的通过，但是到的我们的server上报错，是不是server上面有的配置对SQL的要求高，所以通不过。比如一个简单的例子，下面这个SQL在我机器上是对的，到服务器上报...</description>
      <link>http://topic.csdn.net/u/20080819/08/c19faee5-7645-4992-9068-8774286431f9.html</link>
      <author>wht6411</author>
      <pubDate>Tue, 19 Aug 2008 08:32:39 GMT</pubDate>
    </item>
    <item>
      <title>求助使用触发器捕获数据表某字段的更改，并向远程服务器发送更改记录的某些字段如何操作 </title>
      <link>http://topic.csdn.net/u/20080805/13/18a32931-f8dc-4d91-9b1b-c772f44626d4.html</link>
      <author>geqian18</author>
      <pubDate>Tue, 05 Aug 2008 21:01:24 GMT</pubDate>
    </item>
    <item>
      <title>一个关于计时操作的问题，请各位老大都来参与发言</title>
      <description>假设在一个社区里面的用户提交了一个任务现在需要把这个任务记录到数据库的表里面，因为提交了任务后用户就可以离开，比如关闭浏览器，登出等操作现在问，如何在insert之后， 再到了任务结束时间时自动del...</description>
      <link>http://topic.csdn.net/u/20080819/13/28f5409c-2425-4129-97bf-eb0b858ee33d.html</link>
      <author>sducnli</author>
      <pubDate>Tue, 19 Aug 2008 13:50:59 GMT</pubDate>
    </item>
    <item>
      <title>新手：大家做asp.net+sql server网站，是用自己的服务器还是租用，都如何办？</title>
      <description>新手：大家做asp.net+sql server网站，是用自己的服务器还是租用，都如何办？情况是这样，公司的机子没有固定ip，如果用花生壳之类的，连接可靠么？如果要用自己的机子同时做SQL Serve...</description>
      <link>http://topic.csdn.net/u/20080820/07/93daa3f0-4e8a-46ec-98e3-9f4977fb0e0c.html</link>
      <author>needanothercoder</author>
      <pubDate>Wed, 20 Aug 2008 07:02:26 GMT</pubDate>
    </item>
    <item>
      <title>SQL 2005 授权给客户端程序</title>
      <description>做一程序，想要在服务器进行授权，即同一时间最多只能有几用户登录（使用应用程序连接数据库），不知有什么解决方法？</description>
      <link>http://topic.csdn.net/u/20080818/16/2d44c038-14d2-436e-bc25-d5b27cd07733.html</link>
      <author>yuyu622</author>
      <pubDate>Mon, 18 Aug 2008 16:12:08 GMT</pubDate>
    </item>
    <item>
      <title>--------------一个数据验证的存储过程优化-------------</title>
      <description>我这个存储过程是对要导入系统的数据做相应的验证,如果本次导入的数据全部验证通过,那么就将数据导入到系统里,如果有其中一条验证不通过的话,就都不导,返回对应的提示.我现在是用游标写的,功能是实现了,但由...</description>
      <link>http://topic.csdn.net/u/20080819/09/dff48b72-9e47-47fd-bdda-4b514e49e498.html</link>
      <author>mjldnz2</author>
      <pubDate>Tue, 19 Aug 2008 09:35:48 GMT</pubDate>
    </item>
    <item>
      <title>招聘信息：500强外企公司招聘数据库（SQL Server）维护人员（上海）</title>
      <link>http://topic.csdn.net/u/20080525/22/1ccf5059-e72a-4305-8852-6a1eba6d95c1.html</link>
      <author>superma0137</author>
      <pubDate>Mon, 26 May 2008 06:55:26 GMT</pubDate>
    </item>
    <item>
      <title> 补丁</title>
      <description>java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket. at com....</description>
      <link>http://topic.csdn.net/u/20080819/12/053756a3-8a16-4cf2-a8b4-7890980edede.html</link>
      <author>kuaileyu</author>
      <pubDate>Tue, 19 Aug 2008 12:28:12 GMT</pubDate>
    </item>
    <item>
      <title>哪位能讲讲CursorLocation 呀</title>
      <description>adUseClient/aduseserver客户端游标和服务器端游标有什么区别?在使用oledb是设置CursorLocation=aduseserver,rs.RecordCount返回就是-1,...</description>
      <link>http://topic.csdn.net/u/20080819/11/32e22c1c-e305-4cc7-b81a-0eef277b0a32.html</link>
      <author>dz08039</author>
      <pubDate>Tue, 19 Aug 2008 11:04:24 GMT</pubDate>
    </item>
    <item>
      <title>继续前面sql2000删除表的问题，谢谢帮助！</title>
      <description>表table字段如下city         time          date 01       2008060106        晴（2008年6月1日06时） 01       200806...</description>
      <link>http://topic.csdn.net/u/20080819/17/72ae652c-dcc0-49d0-9569-dea42c81d1b0.html</link>
      <author>kanerain1234</author>
      <pubDate>Tue, 19 Aug 2008 17:39:33 GMT</pubDate>
    </item>
    <item>
      <title>SQL2000分页</title>
      <description>李同学,我想问一下关于SQL2000分页的问题。我一直用的是select top 10 * from table where id&lt;(select min(select top 10*(5-1) fr...</description>
      <link>http://topic.csdn.net/u/20080819/21/5cce7576-d455-4a6a-bf27-21df0c417df5.html</link>
      <author>xuxiaoliisme</author>
      <pubDate>Tue, 19 Aug 2008 21:44:48 GMT</pubDate>
    </item>
    <item>
      <title>求救,快疯了!!!</title>
      <link>http://topic.csdn.net/u/20070719/10/fcf93d98-40ba-4726-b1ab-0911c723e8d3.html</link>
      <author>xjiiix</author>
      <pubDate>Thu, 19 Jul 2007 18:20:56 GMT</pubDate>
    </item>
    <item>
      <title>如何捕获存储过程的错误信息呢，好象用@@error不能成功呀，多谢大家了！</title>
      <description>我的表结构如下（Sql Server 2000）： CREATE TABLE [Test1] (  [测试字段3] [int] NULL , [测试字段2] [varchar] (1000) NULL...</description>
      <link>http://topic.csdn.net/u/20080819/15/aff27874-193d-4ee4-b36d-c76292d2156e.html</link>
      <author>ken2002</author>
      <pubDate>Tue, 19 Aug 2008 15:20:03 GMT</pubDate>
    </item>
    <item>
      <title>就５０分了，求助：怎么根据某一段时间来确定所要求值的表 的"SetMony"字段 的总和？？？？？？？？？？？？？？？？？？？？？？</title>
      <description>怎么根据某一段时间来确定所要求值的表 的"SetMony"字段 的总和？？？？？？？？？？？？？？？？？？？？？？数据库中有如下表,他们字段结构都一样,首先是不知道有多少个表的,但要根据某一段时间,来...</description>
      <link>http://topic.csdn.net/u/20080807/15/203fcdec-06d0-4384-a60a-e4736455dd92.html</link>
      <author>kenny9931</author>
      <pubDate>Thu, 07 Aug 2008 15:50:18 GMT</pubDate>
    </item>
    <item>
      <title>新创企业招聘创业合作伙伴</title>
      <description>新创企业招聘创业合作伙伴，你还有创业的激情吗？你还愿意从最基本客户实施开始干起吗？你对数据库的理解还是那么熟练吗？如果符合这些条件，请发email 之14642031@qq.com 或者直接联系QQ1...</description>
      <link>http://topic.csdn.net/u/20080818/16/7fb5d2ba-9eff-4a60-a1de-7ae97635eba2.html</link>
      <author>wanyong</author>
      <pubDate>Mon, 18 Aug 2008 16:28:07 GMT</pubDate>
    </item>
    <item>
      <title>去掉一个最高分和一个最低分求平均值的SQL语句???</title>
      <description>我的表结构是这样的id(编号) scores(分数)  player(参赛者) appraiser(评委)现要一条SQL语句能实现去掉一个最高分,一个最低分取平均值,,应该如何写???注意是:去掉一个...</description>
      <link>http://topic.csdn.net/u/20080819/16/545b445e-f962-448f-a126-55a5f51a206f.html</link>
      <author>langhua553</author>
      <pubDate>Tue, 19 Aug 2008 16:47:19 GMT</pubDate>
    </item>
    <item>
      <title>动动你的资源，轻松赚100万RMB</title>
      <link>http://topic.csdn.net/u/20080806/18/6e4ec918-853c-4ba2-8a3f-8778eb29ca50.html</link>
      <author>sqlsvr</author>
      <pubDate>Thu, 07 Aug 2008 02:14:58 GMT</pubDate>
    </item>
    <item>
      <title>sql 2008的dts是否有所改进？</title>
      <link>http://topic.csdn.net/u/20080605/12/09fc8358-8336-427b-8cc8-aba97a80b961.html</link>
      <author>fffddd</author>
      <pubDate>Thu, 05 Jun 2008 20:41:52 GMT</pubDate>
    </item>
    <item>
      <title>sql 2008可以根据日志恢复了么？</title>
      <link>http://topic.csdn.net/u/20080614/23/7b58b2fe-c04d-4811-a476-adbeab8c1767.html</link>
      <author>fffddd</author>
      <pubDate>Sun, 15 Jun 2008 07:05:56 GMT</pubDate>
    </item>
    <item>
      <title>求一条效率比较高的sql查询语句</title>
      <description>有一个表，似乎在结构设计上不合理，但现在没有办法了，只能适当优化一下语句。表t:autoid   adid   cityid    typeid   columnid1          2     ...</description>
      <link>http://topic.csdn.net/u/20080819/16/a7e6cfe9-62ce-4fb0-b123-65961175fcfd.html</link>
      <author>AdmiralMeng</author>
      <pubDate>Tue, 19 Aug 2008 16:37:32 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2000 sp3 升级到sp4后遇到的问题</title>
      <description>select  c.accnt_no,c.accnt_chi as accntname,c.big_no,c.drcr,case left(c.big_no,1) when 'a'  then 0 w...</description>
      <link>http://topic.csdn.net/u/20080819/08/320c8e7d-8462-4825-842d-2a13e10cd5e9.html</link>
      <author>Donyle</author>
      <pubDate>Tue, 19 Aug 2008 08:52:44 GMT</pubDate>
    </item>
    <item>
      <title>北京欢迎你</title>
      <link>http://topic.csdn.net/u/20080806/13/13ed1e6b-0a39-4fa8-9e20-ac5da1c78032.html</link>
      <author>iloveyoujia</author>
      <pubDate>Wed, 06 Aug 2008 21:32:26 GMT</pubDate>
    </item>
    <item>
      <title>重见天日！SQLSERVER首发</title>
      <description>郁闷啊，这么多天上不了csdn</description>
      <link>http://topic.csdn.net/u/20080818/15/3db5025a-8324-4eff-b9ba-62d27fa3ebd6.html</link>
      <author>cppsun</author>
      <pubDate>Mon, 18 Aug 2008 15:13:55 GMT</pubDate>
    </item>
    <item>
      <title>sql 如何 导出和导出 表 数据,（急）</title>
      <description>我的 意思是 ：我的 数据库下面有一个 表 a我 要把表 a里的数据全部导出到一个文件里面去，然后又可以用这个文件，导入到数据库里去。 这个中间文件可以是 excel等(网络上也找了些，本人sql不熟...</description>
      <link>http://topic.csdn.net/u/20080819/19/e3c72885-8e78-48db-9d92-a7cebf9ada1b.html</link>
      <author>thesuper</author>
      <pubDate>Tue, 19 Aug 2008 19:17:07 GMT</pubDate>
    </item>
    <item>
      <title>微软正式发布SQL Server 2008</title>
      <description>SQL Server 2005还没有怎么用。微软又正式发布SQL Server 2008。大家有什么探讨？</description>
      <link>http://topic.csdn.net/u/20080807/23/932c4fd1-bdeb-460a-8bdb-65372ec52061.html</link>
      <author>xudajian</author>
      <pubDate>Thu, 07 Aug 2008 23:51:21 GMT</pubDate>
    </item>
    <item>
      <title>重庆地区急聘PB程序员</title>
      <description>要求: 1\熟悉Powerbuilder 2\熟悉SQL SERVER 熟悉存储过程触发器的编写 3\一年以上PB应用经验,能在项目经理的要求下良好的完成功能的开发 说明: 1\工作地点:重庆石桥铺 ...</description>
      <link>http://topic.csdn.net/u/20080808/09/7bdfaf48-42bc-4212-af30-7647f9a05da1.html</link>
      <author>cqqjjf</author>
      <pubDate>Fri, 08 Aug 2008 09:26:11 GMT</pubDate>
    </item>
    <item>
      <title>怎样知道是否使用了触发器</title>
      <description>1.当一条语句运行后，怎样知道这条语句是否触发了触发器？例如，执行一条insert成功，但是表里却没有数据，现在怀疑表里有一个针对insert的触发器，怎样可以得知这个触发器的运行情况？日志可以获得以...</description>
      <link>http://topic.csdn.net/u/20080819/15/dffddc2d-b721-4c1c-aa6f-632403e2d414.html</link>
      <author>isline</author>
      <pubDate>Tue, 19 Aug 2008 15:26:14 GMT</pubDate>
    </item>
    <item>
      <title>数据库远程远程连接的奇怪问题..</title>
      <description>服务器端是sql6.5 客户端用odbc数据源连接(是低版本的.高版本连不上).  与服务器同一个网段内的可以连上..但不在同一个网段内就连不上了..而且 我 ping ip 是通的. telenet...</description>
      <link>http://topic.csdn.net/u/20080807/17/01be038a-2bc2-476d-8e83-61f2333ef798.html</link>
      <author>xiexiaomin</author>
      <pubDate>Thu, 07 Aug 2008 17:43:38 GMT</pubDate>
    </item>
    <item>
      <title>推荐一本书   百分送出</title>
      <link>http://topic.csdn.net/u/20080705/00/83e75838-2500-4c6f-8a9f-bf526f6f198d.html</link>
      <author>xiaoQ008</author>
      <pubDate>Sat, 05 Jul 2008 08:51:32 GMT</pubDate>
    </item>
    <item>
      <title>明天就是北京奥运会了，散分庆祝^_^</title>
      <description>各位CSDN网友，让我们一起为北京奥运会加油助威吧。。。看奥运会去哦。。。。</description>
      <link>http://topic.csdn.net/u/20080807/14/80dbaccd-6bdc-46f2-8371-de13d62f55fe.html</link>
      <author>jhwcd</author>
      <pubDate>Thu, 07 Aug 2008 14:35:15 GMT</pubDate>
    </item>
    <item>
      <title>七夕节了,大家都送你的他（她）什么礼物</title>
      <description>如题</description>
      <link>http://topic.csdn.net/u/20080807/11/04873cc6-7659-4d41-84b9-f8417851f311.html</link>
      <author>cyc_cheng</author>
      <pubDate>Thu, 07 Aug 2008 11:53:53 GMT</pubDate>
    </item>
    <item>
      <title>关于临时表的疑问</title>
      <description>如果我想临时保存一个查询结果可以这样：SELECT * INTO NEWTABLE FROM STU JOIN SMA ON STU.ON=SMA.ID我的问题是这个NEWTABLE是存放与数据库中，...</description>
      <link>http://topic.csdn.net/u/20080819/17/68a135b5-3fa2-43e3-94d1-e901dd42a46d.html</link>
      <author>great_king</author>
      <pubDate>Tue, 19 Aug 2008 17:10:18 GMT</pubDate>
    </item>
    <item>
      <title>祝所有的人平平安安!</title>
      <link>http://topic.csdn.net/u/20080513/10/c9f66017-0b60-49c0-87f6-1036213192d7.html</link>
      <author>lzuyh</author>
      <pubDate>Tue, 13 May 2008 18:24:25 GMT</pubDate>
    </item>
    <item>
      <title>请问高手，存储带参数该怎么用啊？</title>
      <description>CREATE PROC Srv_Tb @linksrvname varcharas	set   xact_abort   on 	insert into v8.tbky.dbo.tbky_freq s...</description>
      <link>http://topic.csdn.net/u/20080819/17/2bad29d7-d808-46f6-83f4-ad06b296bd33.html</link>
      <author>ffww</author>
      <pubDate>Tue, 19 Aug 2008 17:24:07 GMT</pubDate>
    </item>
    <item>
      <title>请问怎么使用ConfigurationManager</title>
      <description> 我写一个cs文件，有如下代码：     //打开配置文件    Configuration config = WebConfigurationManager.OpenWebConfiguration...</description>
      <link>http://topic.csdn.net/u/20080819/16/0bd7fcd6-bdd5-4403-95e6-cee428981a91.html</link>
      <author>yuanhui630</author>
      <pubDate>Tue, 19 Aug 2008 16:25:25 GMT</pubDate>
    </item>
    <item>
      <title>sql2000删除表数据的问题,谢谢！</title>
      <description>table（没有主键和自动递增列）表里的数据每个月清理一次有没有语句来实现，按日期删除数据，比如删除的是7月份-8月份的,或者还能更细些7月10号-8月10号我现在用的是set   rowcount ...</description>
      <link>http://topic.csdn.net/u/20080819/16/112d515d-88af-4437-a7cf-c34689984c9a.html</link>
      <author>kanerain1234</author>
      <pubDate>Tue, 19 Aug 2008 16:57:50 GMT</pubDate>
    </item>
    <item>
      <title>一个ER图转换关系模式的题</title>
      <description>有12个实体类型，并且它们之间存在着15个不同的二元联系，其中4个是1:1联系类型，5个是1:N联系类型，6个M:N联系类型，那么根据转换规则，这个ER结构转换成的关系模式有【】   有朋友能给出解题...</description>
      <link>http://topic.csdn.net/u/20080818/21/bc9cf9f4-18f9-41ff-8593-3c4e803b7728.html</link>
      <author>hackem</author>
      <pubDate>Mon, 18 Aug 2008 21:13:02 GMT</pubDate>
    </item>
    <item>
      <title>求组各位大侠！！急急急急急急急！！！</title>
      <description>在SQL中如何把一个表中的内容批量设置变成另一个数！（比如把1变成2）我的有好几万条信息呢！！！</description>
      <link>http://topic.csdn.net/u/20080819/17/f7912995-8133-44b1-9da3-ab175be04504.html</link>
      <author>shang521</author>
      <pubDate>Tue, 19 Aug 2008 17:28:11 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server多表查询问题，高手快进！！！</title>
      <description>假如我有几张表如下（只取出了主要字段）：Time表TimeKey Date A表(配货表)aID cID TimeKey aCountB表(销售表)aID cID TimeKey bCountC表(商...</description>
      <link>http://topic.csdn.net/u/20080819/11/f1b53123-9f87-4681-a630-f497f9fb72ed.html</link>
      <author>sxzhliang</author>
      <pubDate>Tue, 19 Aug 2008 11:21:59 GMT</pubDate>
    </item>
    <item>
      <title>求sql server 2005 开发版 cd2(xp上用)</title>
      <description>我下了一个开发版（XP）600多M，装完了，发现没有工具，感觉可能还有CD2哪位朋友提供一个下载地址，或者发给我。。。</description>
      <link>http://topic.csdn.net/u/20080808/19/0583095c-4ae1-4d57-b1b7-9fb367cd67a4.html</link>
      <author>black__art</author>
      <pubDate>Fri, 08 Aug 2008 19:54:22 GMT</pubDate>
    </item>
    <item>
      <title>怎样知道SQL以前都执行过那些语句</title>
      <description>怎样知道SQL以前都执行过那些语句、触发器、存储过程之类的？如果查看日志可以请告知查看步骤。</description>
      <link>http://topic.csdn.net/u/20080819/16/88f1d658-ba9d-4b48-84d4-a82b8942743e.html</link>
      <author>isline</author>
      <pubDate>Tue, 19 Aug 2008 16:40:26 GMT</pubDate>
    </item>
    <item>
      <title>请求 MS的SQL语句－关于汇总</title>
      <description>有个记录表T1：姓名 日期  语文 数学 英语----|----|---|---|-----张三  周一  好  －   －张三  周一  －  好   －张三  周一  －  －   好张三  周二...</description>
      <link>http://topic.csdn.net/u/20080819/09/b2855d22-cc3a-410f-b031-94bb85f915b0.html</link>
      <author>fanqingfeng</author>
      <pubDate>Tue, 19 Aug 2008 09:05:42 GMT</pubDate>
    </item>
    <item>
      <title>如何多个数据中同时插入数据？</title>
      <description>现在有200台机器，每个机器上都有sql server数据库，其中一台为服务器，当这台机器某个表有数据记录时候， 这台机器同时 向其他199台机器发送同一条数据， C# 编程序 .谢谢</description>
      <link>http://topic.csdn.net/u/20080819/15/22987ff7-e606-47a1-bc1e-886f6567226c.html</link>
      <author>lgzh_3</author>
      <pubDate>Tue, 19 Aug 2008 15:13:28 GMT</pubDate>
    </item>
    <item>
      <title>怎样知道SQL以前都执行过那些语句</title>
      <description>怎样知道SQL以前都执行过那些语句、触发器、存储过程之类的？如果查看日志可以请告知查看步骤。</description>
      <link>http://topic.csdn.net/u/20080819/16/681f6cad-d9bc-4bb2-9525-4bc540a68280.html</link>
      <author>isline</author>
      <pubDate>Tue, 19 Aug 2008 16:40:43 GMT</pubDate>
    </item>
    <item>
      <title>这条sql语句该怎么写</title>
      <description>我要遍历一个数据库(test)里的所有表，判断哪个表里有主键aaa和已知表(表1)里的外键aaa关联， 然后返回那个主键是aaa表里的所有str字段 请问sql语句该怎么写</description>
      <link>http://topic.csdn.net/u/20080819/16/663a1a12-062c-4fdd-bb62-5d2e07b74b2d.html</link>
      <author>shenke0213</author>
      <pubDate>Tue, 19 Aug 2008 16:53:24 GMT</pubDate>
    </item>
    <item>
      <title>请问如何实现某列在insert时等于该表的自增列主健的值?</title>
      <description>请问如何实现某列在insert时等于该表的自增列主健的值?难道一定只能先insert 然后才update吗?有办法在insert这一条语句就能实现吗?</description>
      <link>http://topic.csdn.net/u/20080819/15/e2206764-3948-4398-b288-24e86cd41fed.html</link>
      <author>zhiweixuexi8</author>
      <pubDate>Tue, 19 Aug 2008 15:04:00 GMT</pubDate>
    </item>
    <item>
      <title>这个函数的速度,还可以优化吗?</title>
      <description>ALTER FUNCTION [dbo].[get_ov_one](	@emp_code varchar(10),@selected_period varchar(10))RETURNS decima...</description>
      <link>http://topic.csdn.net/u/20080819/10/9d3de336-43a0-4e4d-8943-9be9bd311d7a.html</link>
      <author>184270428</author>
      <pubDate>Tue, 19 Aug 2008 10:17:50 GMT</pubDate>
    </item>
    <item>
      <title>散分只给异地相恋的牛郞织女们！</title>
      <description>两情若是久长时，又岂在朝朝暮暮。</description>
      <link>http://topic.csdn.net/u/20080807/17/470d1c42-b19b-41df-8d3a-5f234951d841.html</link>
      <author>CrazyFor</author>
      <pubDate>Thu, 07 Aug 2008 17:04:05 GMT</pubDate>
    </item>
    <item>
      <title>寻求 MSDEx86.exe </title>
      <description>本人现在急需寻求 MSDEx86.exe ,请各位大虾们,前辈们,高人们,帮帮忙,小弟在此谢谢大家了!!~~~~~~</description>
      <link>http://topic.csdn.net/u/20080819/16/eafa8d07-0fa0-48ab-8c82-b8c4d3a9f0b7.html</link>
      <author>kingland9527</author>
      <pubDate>Tue, 19 Aug 2008 16:15:00 GMT</pubDate>
    </item>
    <item>
      <title>求一update语句?</title>
      <description>我有两张表  A,B其中A表有字段  a,b,c   B表有字段a,d（日期）用一条语句 update A表中所有b=0,c=0   条件是a对应的d(日期)小于等于20080731且不为空</description>
      <link>http://topic.csdn.net/u/20080819/16/eda1b342-a504-4e67-99c5-cb56db73fff8.html</link>
      <author>tonrry</author>
      <pubDate>Tue, 19 Aug 2008 16:30:44 GMT</pubDate>
    </item>
    <item>
      <title>《纽约时报》博客书引领中国文学发展方向</title>
      <description>《星岛日报》２００８年８月　　一向关注中国文化的《纽约时报》8月4日报道指，越来越多的中国博客写手，倾向于把博客文字集结成书。与美国风行的平民博客书不同的是，在中国，明星出博客书很容易，而普通写手只能...</description>
      <link>http://topic.csdn.net/u/20080819/16/6dd6fec1-285b-4209-a902-cb832b8bd30a.html</link>
      <author>subaolei22</author>
      <pubDate>Tue, 19 Aug 2008 16:33:43 GMT</pubDate>
    </item>
    <item>
      <title>asp调用储存过程的问题 </title>
      <description>经常使用交叉报表，使用asp调用储存过程得到结果。在储存过程里面需要2张表联合查询。 举个例子吧： 表A 学号  姓名  班组 1    张三  一班 2    李四  二班 3           ...</description>
      <link>http://topic.csdn.net/u/20080819/15/98d1d015-8816-4faf-8fed-0fadd15f523d.html</link>
      <author>wolflove23</author>
      <pubDate>Tue, 19 Aug 2008 15:17:41 GMT</pubDate>
    </item>
    <item>
      <title>SQL2005数据库疑难</title>
      <description>在SQL2005查询界面输入查询语句后：在消息栏中提示:在执行批处理时出现错误。错误消息为: 目录名无效。同时我选择一个表然后选择右健的打开表也是提示：目录名无效！出现此情况原因：由于数据库跟操作体统...</description>
      <link>http://topic.csdn.net/u/20080819/15/98c8125b-b1f9-4e8c-a066-937d9e3330dd.html</link>
      <author>skyker</author>
      <pubDate>Tue, 19 Aug 2008 15:40:17 GMT</pubDate>
    </item>
    <item>
      <title>请问:SQL在于2000 企业管理器中返回所表后拖动滚动条才取数据的实现原理?</title>
      <link>http://topic.csdn.net/u/20080215/21/d231fd34-bf65-4972-b690-626e2008bc8d.html</link>
      <author>scnclisir1</author>
      <pubDate>Sat, 16 Feb 2008 05:08:13 GMT</pubDate>
    </item>
    <item>
      <title>如何不装MDAC连接SQL2000？</title>
      <description>我用VB+SQL2000写程序。 VB里如下操作数据库 dim conn as new ADODB.Connetion dim r as new ADODB.Recordset conn.Connet...</description>
      <link>http://topic.csdn.net/u/20080818/22/2f595990-27c4-4c20-be72-7676d5d075da.html</link>
      <author>ThreeColor</author>
      <pubDate>Mon, 18 Aug 2008 22:31:44 GMT</pubDate>
    </item>
    <item>
      <title>Server表索引优化设计以及SQL优化设计</title>
      <description>各位高手，我在开发系统中遇到如下的问题，有三个表，分别为Cell,Configure,Trx,其中Cell表中的数据为周增加20w条，Trx表每周增加50w条数据，configure表中数据变动性很小...</description>
      <link>http://topic.csdn.net/u/20080819/16/fb24a2d1-71a5-4d3f-9e96-ebe43af9c7c8.html</link>
      <author>bird_well</author>
      <pubDate>Tue, 19 Aug 2008 16:01:42 GMT</pubDate>
    </item>
    <item>
      <title>数据库</title>
      <description>本人在一所民办学校教数据库，感觉自身能力有限，需要充充电，希望能独自做点东西出来，不知道该怎么走，学什么好。各位提点建议。谢谢~！~1</description>
      <link>http://topic.csdn.net/u/20080819/15/96bd923e-05b3-4fe8-bf92-3acf35bea5dd.html</link>
      <author>iloveyt</author>
      <pubDate>Tue, 19 Aug 2008 15:41:06 GMT</pubDate>
    </item>
  </channel>
</rss>