<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/fcuandy" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/fcuandy" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 15 Jun 2009 00:59:00 GMT</lastBuildDate><title>fcuandy的专栏</title><link>http://blog.csdn.net/fcuandy/</link><item><title>SQL查询艺术(T-SQL)</title><link>http://blog.csdn.net/fcuandy/archive/2009/06/15/4269261.aspx</link><wfw:comment>http://blog.csdn.net/fcuandy/comments/4269261.aspx</wfw:comment><slash:comments>13</slash:comments><wfw:commentRss>http://blog.csdn.net/fcuandy/comments/commentRss/4269261.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4269261</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;                                          SQL查询艺术(T-SQL)&lt;br /&gt;&lt;br /&gt;引言&lt;br /&gt;&lt;br /&gt;好久没写技术文章了，准备了许久，终于开始动工了。&lt;br /&gt;       笔者从事SQL Server编程开发7年，技术上算不得很高，在开发上也算得上经验丰富吧。这一套文章总结了笔者多年开发中的集累, 也参考了不少技术书籍和CSDN论坛上众多高人的经验分享。&lt;br /&gt;这不是一系列语法教程，建议有一定基础的朋友参考。这也不是一套大而全的教程，应该说是一系列零散文章以关系逻辑为主线的有机组合。&lt;br /&gt;&lt;br /&gt;大纲&lt;br /&gt;&lt;br /&gt;1,    语法&lt;br /&gt;              语法与提醒&lt;br /&gt;              基础释疑&lt;br /&gt;              解题招式&lt;br /&gt;&lt;br /&gt;2,    关系逻辑&lt;br /&gt;              逻辑基础&lt;br /&gt;              逻辑题小例子&lt;img src =&quot;http://blog.csdn.net/fcuandy/aggbug/4269261.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236619851/fcuandy/csdn.net/s.gif?r=http://blog.csdn.net/fcuandy/archive/2009/06/15/4269261.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/fcuandy/236619851/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/fcuandy/236619851/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 15 Jun 2009 08:59:00 +0800</pubDate><author>云</author><comments>http://blog.csdn.net/fcuandy/archive/2009/06/15/4269261.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcuandy/archive/2009/06/15/4269261.aspx</guid><dc:creator>云</dc:creator><fs:srclink>http://blog.csdn.net/fcuandy/archive/2009/06/15/4269261.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fcuandy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fcuandy/~1105277/236619851/1105275</fs:itemid></item><item><title>利用CLR用户自定义类型为您的SQL2005增加数组类型。</title><link>http://blog.csdn.net/fcuandy/archive/2009/02/06/3866592.aspx</link><wfw:comment>http://blog.csdn.net/fcuandy/comments/3866592.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcuandy/comments/commentRss/3866592.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3866592</trackback:ping><description>&lt;br /&gt;利用CLR用户自定义类型为您的SQL2005增加数组类型。&lt;br /&gt;&lt;br /&gt;没有做功能扩展，也没有去做优化，只是个简单的实现，抛砖引玉了。&lt;br /&gt;&lt;br /&gt;步骤:&lt;br /&gt;1&lt;br /&gt;打开vs.net2005&gt;新建&gt;项目&gt;c#&gt;数据库项目,然后输入项目名&lt;br /&gt;&lt;br /&gt;2&lt;br /&gt;新建（如果以前没有建立过指向数据库的连接）或选择（如果以前有配置过到数据库的连接）一个连接。&lt;br /&gt;&lt;br /&gt;3&lt;br /&gt;在项目名上右击&gt;新建&gt;用户自定义类型&gt;名称输入 ARRAY.cs&lt;br /&gt;代码如下&lt;br /&gt;&lt;br /&gt;using System;
using System.Data;
using System.Data.SqlClient;
using System.Data.SqlTypes;
using Microsoft.SqlServer.Server;
[Serializable]
[Microsoft.SqlServer.Server.SqlUserDefinedType(Format.UserDefined,MaxByteSiz&lt;img src =&quot;http://blog.csdn.net/fcuandy/aggbug/3866592.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/fcuandy/236619852/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/fcuandy/236619852/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 07 Feb 2009 01:20:00 +0800</pubDate><author>云</author><comments>http://blog.csdn.net/fcuandy/archive/2009/02/06/3866592.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcuandy/archive/2009/02/06/3866592.aspx</guid><dc:creator>云</dc:creator><fs:srclink>http://blog.csdn.net/fcuandy/archive/2009/02/06/3866592.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fcuandy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fcuandy/~1105277/236619852/1105275</fs:itemid></item><item><title>利用SSIS之派生列导入不规则之文本数据</title><link>http://blog.csdn.net/fcuandy/archive/2009/01/08/3735742.aspx</link><wfw:comment>http://blog.csdn.net/fcuandy/comments/3735742.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/fcuandy/comments/commentRss/3735742.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3735742</trackback:ping><description>对于这样的问题，我的建议是像下面这样的4列数据aaa|bbb|ccc|dddaaa|bbb|ccc|aaa|||尽管后面两行列不完整，在插入文本数据时，还是要把分融符带上的&lt;img src =&quot;http://blog.csdn.net/fcuandy/aggbug/3735742.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/fcuandy/236619853/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/fcuandy/236619853/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 09 Jan 2009 01:39:00 +0800</pubDate><author>云</author><comments>http://blog.csdn.net/fcuandy/archive/2009/01/08/3735742.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcuandy/archive/2009/01/08/3735742.aspx</guid><dc:creator>云</dc:creator><fs:srclink>http://blog.csdn.net/fcuandy/archive/2009/01/08/3735742.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fcuandy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fcuandy/~1105277/236619853/1105275</fs:itemid></item><item><title>利用触发器实现标识列连续。(支持批量插入)</title><link>http://blog.csdn.net/fcuandy/archive/2008/12/15/3522876.aspx</link><wfw:comment>http://blog.csdn.net/fcuandy/comments/3522876.aspx</wfw:comment><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/fcuandy/comments/commentRss/3522876.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3522876</trackback:ping><description>if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[ttt]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[ttt]GO/****** Object:  Table [dbo].[ttt]    Script Date: 2008-12-15 17:11:26 ******/CREATE TABLE [dbo].[ttt] (    [id] [int] IDENTITY (1, 1) NOT NULL ,    [name] [varchar] (50) COLLATE Chinese_PRC_CI_AS NULL ,    [time] [datetime] NULL ) ON [PRIMARY]GOALTER TABLE [dbo].[ttt] ADD     CONSTRAINT [PK_ttt] PRIMARY KEY  CLUSTERED     (        [id]    )  ON [PRIMARY&lt;img src =&quot;http://blog.csdn.net/fcuandy/aggbug/3522876.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/fcuandy/236619854/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/fcuandy/236619854/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 16 Dec 2008 01:39:00 +0800</pubDate><author>云</author><comments>http://blog.csdn.net/fcuandy/archive/2008/12/15/3522876.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcuandy/archive/2008/12/15/3522876.aspx</guid><dc:creator>云</dc:creator><fs:srclink>http://blog.csdn.net/fcuandy/archive/2008/12/15/3522876.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fcuandy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fcuandy/~1105277/236619854/1105275</fs:itemid></item><item><title>SQLServer2005 XML在T－SQL查询中的典型应用</title><link>http://blog.csdn.net/fcuandy/archive/2008/11/07/3248618.aspx</link><wfw:comment>http://blog.csdn.net/fcuandy/comments/3248618.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcuandy/comments/commentRss/3248618.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3248618</trackback:ping><description>/*SQLServer2005 XML在T－SQL查询中的典型应用整理:fcuandy时间:2008.11.7前言:    此文只讲xml数据类型及相应的一些操作方法在解决日常T－SQL编程中的一些应用，而避开xml modify,xml schema,xml索引,命名空间等这些语法性或者生硬的一些问题(这些语法您可以查联机丛书),即此文主要讲以xml的一些操作特性及xquery去解决编程问题.Tags:    xquery ,FLWOR迭带 ,sql:column ,sql:variable ,nodes ,value ,query ,xpath ,xquery function, if, 聚合函数, xs:function等典型应用举例:*/--(1)--====================================================================--拆分DECLARE @s VARCHAR(100)SET @s='a,b,c,dd,ee,f,aa,a,aa,f'--常规做法(sql2000常用),以一split函数拆分串为表类型结构,如-&lt;img src =&quot;http://blog.csdn.net/fcuandy/aggbug/3248618.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/fcuandy/236619855/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/fcuandy/236619855/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 08 Nov 2008 01:52:00 +0800</pubDate><author>云</author><comments>http://blog.csdn.net/fcuandy/archive/2008/11/07/3248618.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcuandy/archive/2008/11/07/3248618.aspx</guid><dc:creator>云</dc:creator><fs:srclink>http://blog.csdn.net/fcuandy/archive/2008/11/07/3248618.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fcuandy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fcuandy/~1105277/236619855/1105275</fs:itemid></item><item><title>sqlserver2005全文索引与同义词操作目前发现的一些问题，及一个完整的测试</title><link>http://blog.csdn.net/fcuandy/archive/2008/10/16/3087301.aspx</link><wfw:comment>http://blog.csdn.net/fcuandy/comments/3087301.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fcuandy/comments/commentRss/3087301.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3087301</trackback:ping><description>完整代码如下:&lt;br /&gt;--显示版本信息SELECT @@VERSION;GOCREATE TABLE FullText_Test(  ID int IDENTITY(1,1),  DATA nvarchar(max),  --如果这里使用varchar(max),下面的插入也不带N,那CONTAINS得不到任何记录  CONSTRAINT PK_ID_FullText_Test       PRIMARY KEY(ID));INSERT FullText_Test(DATA)   VALUES(N'我爱中华人民共和国');   INSERT FullText_Test(DATA)   VALUES(N'china');INSERT FullText_Test(DATA)   VALUES(N'中国');GOSELECT * FROM FullText_Test;--建立全文目录CREATE FULLTEXT CATALOG Test_CATALOG  IN PATH N'D:\FT_MyTest'AS DEFAULT;--建立全文索引CREATE FULLTEXT INDEX  O&lt;img src =&quot;http://blog.csdn.net/fcuandy/aggbug/3087301.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/fcuandy/236619856/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/fcuandy/236619856/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 17 Oct 2008 05:17:00 +0800</pubDate><author>云</author><comments>http://blog.csdn.net/fcuandy/archive/2008/10/16/3087301.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcuandy/archive/2008/10/16/3087301.aspx</guid><dc:creator>云</dc:creator><fs:srclink>http://blog.csdn.net/fcuandy/archive/2008/10/16/3087301.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fcuandy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fcuandy/~1105277/236619856/1105275</fs:itemid></item><item><title>sqlserver注册表操作相关的几个未公开过程</title><link>http://blog.csdn.net/fcuandy/archive/2008/08/26/2830865.aspx</link><wfw:comment>http://blog.csdn.net/fcuandy/comments/2830865.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcuandy/comments/commentRss/2830865.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2830865</trackback:ping><description>&lt;br /&gt;今天看到邹老大回贴，所以记下来。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DECLARE @test varchar(20) &lt;br /&gt;EXEC master..xp_regread @rootkey='HKEY_LOCAL_MACHINE', &lt;br /&gt;  @key='SOFTWARE\Test', &lt;br /&gt;  @value_name='TestValue', &lt;br /&gt;  @value=@test OUTPUT &lt;br /&gt;SELECT @test &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-- 1. 枚举所有的 Keys&lt;br /&gt;xp_instance_regenumkeys &lt;img src =&quot;http://blog.csdn.net/fcuandy/aggbug/2830865.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/fcuandy/236619857/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/fcuandy/236619857/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 26 Aug 2008 17:32:00 +0800</pubDate><author>云</author><comments>http://blog.csdn.net/fcuandy/archive/2008/08/26/2830865.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcuandy/archive/2008/08/26/2830865.aspx</guid><dc:creator>云</dc:creator><fs:srclink>http://blog.csdn.net/fcuandy/archive/2008/08/26/2830865.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fcuandy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fcuandy/~1105277/236619857/1105275</fs:itemid></item><item><title>sqlserver利用sp_oa系列存储过程调用xml+xsl eval输出运算结果的一个例子。</title><link>http://blog.csdn.net/fcuandy/archive/2008/03/28/2226369.aspx</link><wfw:comment>http://blog.csdn.net/fcuandy/comments/2226369.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fcuandy/comments/commentRss/2226369.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2226369</trackback:ping><description>sql2k,sql2005,xml+xsl eval,sp_oa系列。&lt;img src =&quot;http://blog.csdn.net/fcuandy/aggbug/2226369.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/fcuandy/236619858/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/fcuandy/236619858/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 29 Mar 2008 00:50:00 +0800</pubDate><author>fcuandy</author><comments>http://blog.csdn.net/fcuandy/archive/2008/03/28/2226369.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcuandy/archive/2008/03/28/2226369.aspx</guid><dc:creator>fcuandy</dc:creator><fs:srclink>http://blog.csdn.net/fcuandy/archive/2008/03/28/2226369.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fcuandy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fcuandy/~1105277/236619858/1105275</fs:itemid></item><item><title>利用前台程序控制行转列数据的输出,可能从效率和扩展性上更好.一个例子</title><link>http://blog.csdn.net/fcuandy/archive/2008/01/31/2075847.aspx</link><wfw:comment>http://blog.csdn.net/fcuandy/comments/2075847.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/fcuandy/comments/commentRss/2075847.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2075847</trackback:ping><description>采用   sql2k   +   .net2005   +   xslt完成. 

效率情况分析: 
若表中数据量比较大,   而统计出的结果数据比较少,那么效果比较好. 
因为,数据库得出统计数据,   在少量的数据下由xslt完成格式输出工作. 

当然,xslt完成的输出,特别是输出岗位数据这一步分,还是比较占web服务器资源的.   如果想省掉,那也很简单,   还是一句话,直接把数据以xml格式输出,用js来完成table的布局,让它去占访客的ie资源吧. &lt;img src =&quot;http://blog.csdn.net/fcuandy/aggbug/2075847.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/fcuandy/236619859/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/fcuandy/236619859/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 01 Feb 2008 03:28:00 +0800</pubDate><author>fcuandy</author><comments>http://blog.csdn.net/fcuandy/archive/2008/01/31/2075847.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcuandy/archive/2008/01/31/2075847.aspx</guid><dc:creator>fcuandy</dc:creator><fs:srclink>http://blog.csdn.net/fcuandy/archive/2008/01/31/2075847.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fcuandy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fcuandy/~1105277/236619859/1105275</fs:itemid></item><item><title>SQL2005 XML Soap端点创建及.net调用实例</title><link>http://blog.csdn.net/fcuandy/archive/2008/01/30/2073781.aspx</link><wfw:comment>http://blog.csdn.net/fcuandy/comments/2073781.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fcuandy/comments/commentRss/2073781.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2073781</trackback:ping><description>SQL2005 XML Soap端点创建及.net调用实例&lt;img src =&quot;http://blog.csdn.net/fcuandy/aggbug/2073781.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/fcuandy/236619860/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/fcuandy/236619860/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 31 Jan 2008 02:04:00 +0800</pubDate><author>fcuandy</author><comments>http://blog.csdn.net/fcuandy/archive/2008/01/30/2073781.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fcuandy/archive/2008/01/30/2073781.aspx</guid><dc:creator>fcuandy</dc:creator><fs:srclink>http://blog.csdn.net/fcuandy/archive/2008/01/30/2073781.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fcuandy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fcuandy/~1105277/236619860/1105275</fs:itemid></item></channel></rss>