<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>.NET 藏经阁 - 技术论坛 - SQL Server</title>
    <link>http://forum.entlib.net.cn/showforum-70.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) .NET 藏经阁 - 技术论坛</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Tue, 06 Jan 2009 09:20:19 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>关于导入excel源的易操作性</title>
      <description><![CDATA[sql 2005 中导入excel源时,选择&amp;quot;编写查询以指定要查询的数据&amp;quot;,点&amp;quot;下一步后&amp;quot;,界面如附件中上部分所示, 
  
 没有SQL 2000中导入时的方便,直观.SQL 2000 下可以选择excel文件的工作表(sheet),点......]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48459.aspx</link>
      <category>SQL Server</category>
      <author>210002nehciy</author>
      <pubDate>Tue, 06 Jan 2009 00:47:00 GMT</pubDate>
    </item>
    <item>
      <title>select 列a+列b as a,两个列合并成一个,怎么写?</title>
      <description><![CDATA[表结构 
 id,scid 
 1,0 
 2,0 
 3,0 
 4,1 
 5,0 
 6,1 
 7,2 
  
 把scid+&amp;quot;空格&amp;quot;+id作为一个字段列出,得到如下结果 
 &amp;quot;0 1&amp;quot; 
 &amp;quot;0 2&amp;quot; 
 &amp;quot;0 3&amp;quot; 
 &amp;quot;1 4&amp;......]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48419.aspx</link>
      <category>SQL Server</category>
      <author>dddg</author>
      <pubDate>Mon, 05 Jan 2009 22:43:00 GMT</pubDate>
    </item>
    <item>
      <title>在家上网都可以赚钱。月新过十万。有兴趣者可以联系本公司李先生QQ：956318451 85166751</title>
      <description><![CDATA[在家上网都可以赚钱。月新过十万。有兴趣者可以联系本公司李先生QQ：956318451 85166751 
 皇冠开户网址；http://www.ccok11.com/TH/index.htm 
 太阳城网上娱乐拥有菲勒摈正规的营业执照。 
 太阳城代理开会的客人有以下 
 全国地区代理的最大权限为股东级别 
 电子游戏区别最大权限可占所交纳交易量的0% 
 真人游戏区总代理级别最大权限]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48422.aspx</link>
      <category>SQL Server</category>
      <author>mmiuhaij</author>
      <pubDate>Mon, 05 Jan 2009 22:14:00 GMT</pubDate>
    </item>
    <item>
      <title>求SQL语句实现</title>
      <description><![CDATA[有很多张表sw20090101,sw20090102,sw20090103,sw20090105....sw后面为日期, 
 但是其中可能少了某一个日期的表,要查询这些表中的所有数据应怎么查询 
 有没有可以实现的方案? 
 是不是一定要建一张表来存放这些已......]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48420.aspx</link>
      <category>SQL Server</category>
      <author>retawyor</author>
      <pubDate>Mon, 05 Jan 2009 22:05:00 GMT</pubDate>
    </item>
    <item>
      <title>sql2k8的management studio中如何修改右键快件菜单中的默认项</title>
      <description><![CDATA[例如，当我对着某个表击右键时，能变成弹出“编辑后200行“，而不是默认的”编辑前200行“？
  ]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48423.aspx</link>
      <category>SQL Server</category>
      <author>0gnauh4naf5om</author>
      <pubDate>Mon, 05 Jan 2009 22:04:00 GMT</pubDate>
    </item>
    <item>
      <title>【急啊！！】这个SQL语句怎么写啊！！谢谢！！！【一直刷新等！！】</title>
      <description><![CDATA[两个表ab. 
  
 a表有两个字段。型号，厂家。 
 b表有两个字段。产品，厂家。 
  
 举例： 
 &amp;nbsp; &amp;nbsp; a表 
 xh&amp;nbsp; &amp;nbsp; &amp;nbsp; cj 
 ----------- 
 w-w&amp;nbsp; &amp;nbsp;  a 
 f-f&amp;nbsp; &amp;nbsp;  b 
 t-t&amp;nbsp; &amp;nbsp;  a 
  
 &amp;n]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48421.aspx</link>
      <category>SQL Server</category>
      <author>qznalnaij</author>
      <pubDate>Mon, 05 Jan 2009 21:54:00 GMT</pubDate>
    </item>
    <item>
      <title>sql触发器 新增记录 如果新增字段大于某个值，自动修改</title>
      <description><![CDATA[例如 插入新记录 aa为数值字段 如果 aa &amp;gt; 1000 则 乘以系数0.5 存入数据库时aa = 500
  ]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48424.aspx</link>
      <category>SQL Server</category>
      <author>ilebnait</author>
      <pubDate>Mon, 05 Jan 2009 21:54:00 GMT</pubDate>
    </item>
    <item>
      <title>存储过程问题</title>
      <description><![CDATA[我自己练习了一个存储过程，怎么总出错啊！ 
 CREATE PROC dbo.search 
 　　 @id&amp;nbsp; &amp;nbsp; int 
 　　AS  
 　　select * from educh_News where Member=@id  
 　　GO 
  
 错误提示说必须声明变量 @id 。怎么回事？
  ]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48381.aspx</link>
      <category>SQL Server</category>
      <author>4891_ielsd</author>
      <pubDate>Mon, 05 Jan 2009 21:36:00 GMT</pubDate>
    </item>
    <item>
      <title>有关触发器的问题</title>
      <description><![CDATA[ 
  
 alter trigger userinfo on SchoolmateInfo for update 
 as 	 
 declare @ID int&amp;nbsp;  
 declare @max varchar(50) 
 declare @ming varchar(50) 
  
 if(@ID != null) 
 begin 
 select @max=ri......]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48350.aspx</link>
      <category>SQL Server</category>
      <author>gnoyiy31T</author>
      <pubDate>Mon, 05 Jan 2009 20:19:00 GMT</pubDate>
    </item>
    <item>
      <title>关于SQL 2005的一个错误</title>
      <description><![CDATA[SQL2005在处理分布事务里，报以下错误：Microsoft 分布式事务处理协调器（MS DTC)已取消此分布式事务。 
 请高手指点，是什么原因造成的，如何解决，谢谢
  ]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48351.aspx</link>
      <category>SQL Server</category>
      <author>yob_hsh</author>
      <pubDate>Mon, 05 Jan 2009 19:59:00 GMT</pubDate>
    </item>
    <item>
      <title>SQLSQL2008开启远程连接怎么设置？</title>
      <description><![CDATA[同一个网段的都能访问到，但不同网段的访问不到！不知道什么原因
  ]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48349.aspx</link>
      <category>SQL Server</category>
      <author>diresu_xam</author>
      <pubDate>Mon, 05 Jan 2009 19:51:00 GMT</pubDate>
    </item>
    <item>
      <title>查询表中的第5条记录到第8条记录,ID不一定连续</title>
      <description><![CDATA[查询表中的第5条记录到第8条记录,ID不一定连续
  ]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48319.aspx</link>
      <category>SQL Server</category>
      <author>230nililydna</author>
      <pubDate>Mon, 05 Jan 2009 19:26:00 GMT</pubDate>
    </item>
    <item>
      <title>（高手请进）如何在不使用游标的情况下实现查询功能？</title>
      <description><![CDATA[项目开发中涉及到检索所有班级的信息，且同时取出该班级的现有人数，该功能用游标很好实现，但为提高效率希望能用某个查询语句实现！ 
 问题简述如下： 
  
 班级表： 
 &amp;nbsp; &amp;nbsp; &amp;nbsp;  班级编号&amp;nbsp;  ......]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48320.aspx</link>
      <category>SQL Server</category>
      <author>80024002nada</author>
      <pubDate>Mon, 05 Jan 2009 19:25:00 GMT</pubDate>
    </item>
    <item>
      <title>数据库分页，怎么不行啊，大伙给看看</title>
      <description><![CDATA[网上找的sql分页代码 
 SQL code
&lt;!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

--&gt;
SELECT TOP 页大小 *
FROM TestTable
WHERE (ID &amp;gt;
          (]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48318.aspx</link>
      <category>SQL Server</category>
      <author>01anna</author>
      <pubDate>Mon, 05 Jan 2009 18:50:00 GMT</pubDate>
    </item>
    <item>
      <title>sql2000 max(字符串)问题？</title>
      <description><![CDATA[1、在进行取某字段中的最大值时，遇到如下问题： 
 字段ljID（varchar ） 
 111A111 
 111a111 
 执行：select max(ljID) from a  
 值是多少？ 
  
 2、如何让max(字符串)区分大小字？ 
 
  ]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48321.aspx</link>
      <category>SQL Server</category>
      <author>9601lp</author>
      <pubDate>Mon, 05 Jan 2009 18:45:00 GMT</pubDate>
    </item>
    <item>
      <title>求教：网页不能访问数据库的问题！ SQL Server 不存在或拒绝访问</title>
      <description><![CDATA[ 
 远程的一台服务器（简称A），windows2003，装有sqlserver数据库和几个网站的页面文件 
  
 我在办公室里的电脑（简称B）上用企业管理器连接A，可以顺利连接，用pcanywhere登录A后看A的企业管理器也能正常打开数据库操作。A上面的网页文件conn写成127.0.0.1或是220.220.2.2（对外的ip）访问网址都出现“SQL Server 不存在或拒绝访问。]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48274.aspx</link>
      <category>SQL Server</category>
      <author>tlgmuhsgnos</author>
      <pubDate>Mon, 05 Jan 2009 17:04:00 GMT</pubDate>
    </item>
    <item>
      <title>求解决触发器的删除操作问题，很郁闷 研究半天了，求帮忙</title>
      <description><![CDATA[ALTER trigger . on .  
 for insert,update  
 as  
 begin  
 --//////////////////////////////// 
 -- 除了这句我都调试成功了，就是这句就提示错误，delete from tableb where Fk_PromptId=inserted.Pk_PromptId; 
 --/////////]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48276.aspx</link>
      <category>SQL Server</category>
      <author>2432432wres</author>
      <pubDate>Mon, 05 Jan 2009 17:01:00 GMT</pubDate>
    </item>
    <item>
      <title>sql 指定条数查询</title>
      <description><![CDATA[sql server 中 
 &amp;nbsp;  查询从变量a开始，变量b个记录的查询！怎么写！ 
  谢谢
  ]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48275.aspx</link>
      <category>SQL Server</category>
      <author>yercals</author>
      <pubDate>Mon, 05 Jan 2009 16:56:00 GMT</pubDate>
    </item>
    <item>
      <title>请问怎么解决？</title>
      <description><![CDATA[两个表！a表是明细表，b表是主表。其中b表相同编号的记录若干，我就举其中个例说明 
 a表： 
 &amp;nbsp; 编号&amp;nbsp; 序号&amp;nbsp; &amp;nbsp; &amp;nbsp; 商品码&amp;nbsp; 数量&amp;nbsp; &amp;nbsp; &amp;nbsp; 金额 
 39474	1	1151	2	1.9 
 39474	1	1151	1	1.9 
 39474	2	1905	10	30.8 
 394]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48278.aspx</link>
      <category>SQL Server</category>
      <author>eedys</author>
      <pubDate>Mon, 05 Jan 2009 16:41:00 GMT</pubDate>
    </item>
    <item>
      <title>急求如何配对求差?  然后差值再求和...</title>
      <description><![CDATA[有如下数据 
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; time 
 2008-11-1 12:00:000&amp;nbsp; a 
 2008-11-2 12:10:000&amp;nbsp; b 
 2008-11-3 10:20:000&amp;nbsp; c 
 2008-11-3 10:55:000&amp;nbsp;......]]></description>
      <link>http://forum.entlib.net.cn/showtopic-48279.aspx</link>
      <category>SQL Server</category>
      <author>2070euxnah</author>
      <pubDate>Mon, 05 Jan 2009 16:22:00 GMT</pubDate>
    </item>
  </channel>
</rss>