<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>jianfenglin的专栏 - 数据库技术</title><link>http://blog.csdn.net/jianfenglin/category/329377.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 21 Apr 2008 09:58:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>jianfenglin</dc:creator><title>SQL Server 2005 体系结构</title><link>http://blog.csdn.net/jianfenglin/archive/2007/11/03/1864803.aspx</link><pubDate>Sat, 03 Nov 2007 13:31:00 GMT</pubDate><guid>http://blog.csdn.net/jianfenglin/archive/2007/11/03/1864803.aspx</guid><wfw:comment>http://blog.csdn.net/jianfenglin/comments/1864803.aspx</wfw:comment><comments>http://blog.csdn.net/jianfenglin/archive/2007/11/03/1864803.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jianfenglin/comments/commentRss/1864803.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1864803</trackback:ping><description>SQL Server有四大组件：协议（Protocol）、关系引擎（Relational Engine）（又称查询处理器（Query Processor））、存储引擎（Storage Engine）和SQLOS。任何客户端应用程序提交给SQL Server执行的每一个批处理（Batch）都必须与这四个组件进行交互。
&lt;img src ="http://blog.csdn.net/jianfenglin/aggbug/1864803.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jianfenglin</dc:creator><title>SQL Server 2005——你应该知道的13件事情 </title><link>http://blog.csdn.net/jianfenglin/archive/2007/09/10/1778706.aspx</link><pubDate>Mon, 10 Sep 2007 09:47:00 GMT</pubDate><guid>http://blog.csdn.net/jianfenglin/archive/2007/09/10/1778706.aspx</guid><wfw:comment>http://blog.csdn.net/jianfenglin/comments/1778706.aspx</wfw:comment><comments>http://blog.csdn.net/jianfenglin/archive/2007/09/10/1778706.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jianfenglin/comments/commentRss/1778706.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1778706</trackback:ping><description>微软的SQL Server 2005正式版的推出已经将近一年的时间。随着最近两份研究报告的出炉，SQL Server 2005又引起了业界的关注和评论——微软凭借SQL Server 2005取得了超过Oracle和IBM数据库产品市场占有率的增长速度。但是，对于不足一岁的SQL Server 2005，还有一些你应该知道的事情，在本文中列举了关于SQL Server 2005你应该知道的13件事情。 &lt;img src ="http://blog.csdn.net/jianfenglin/aggbug/1778706.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jianfenglin</dc:creator><title>SQL Server 2005：你应该知道的13件事情</title><link>http://blog.csdn.net/jianfenglin/archive/2007/09/10/1778533.aspx</link><pubDate>Mon, 10 Sep 2007 00:09:00 GMT</pubDate><guid>http://blog.csdn.net/jianfenglin/archive/2007/09/10/1778533.aspx</guid><wfw:comment>http://blog.csdn.net/jianfenglin/comments/1778533.aspx</wfw:comment><comments>http://blog.csdn.net/jianfenglin/archive/2007/09/10/1778533.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/jianfenglin/comments/commentRss/1778533.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1778533</trackback:ping><description>距离微软的SQL Server 2005正式版的推出，已经将近一年的时间。随着最近两份研究报告的出炉，SQL Server 2005又引起了业界的关注和评论——微软凭借SQL Server 2005取得了超过Oracle和IBM数据库产品市场占有率的增长速度。但是，对于不足一岁的SQL Server 2005，还有一些你应该知道的事情，在本文中列举了关于SQL Server 2005你应该知道的13件事情。 &lt;img src ="http://blog.csdn.net/jianfenglin/aggbug/1778533.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jianfenglin</dc:creator><title>Inside Microsoft SQL Server 2005推荐序——胡百敬</title><link>http://blog.csdn.net/jianfenglin/archive/2007/08/21/1753212.aspx</link><pubDate>Tue, 21 Aug 2007 17:24:00 GMT</pubDate><guid>http://blog.csdn.net/jianfenglin/archive/2007/08/21/1753212.aspx</guid><wfw:comment>http://blog.csdn.net/jianfenglin/comments/1753212.aspx</wfw:comment><comments>http://blog.csdn.net/jianfenglin/archive/2007/08/21/1753212.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jianfenglin/comments/commentRss/1753212.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1753212</trackback:ping><description>虽然讨论 T-SQL 的书很多，但因为 SQL Server 2005 巨幅扩增了功能，且标准化了许多语法，将原来需要通过系统存储过程、DBCC 才能创建、设置或维护的功能，都回归到标准的 T-SQL 语法，并放宽了语法的自由度。例如：引入 .NET 对象作为 SQL Server 服务器端对象、XML 数据类型与 XQuery 语法、Service Broker 消息队列服务、以 DDL 建立系统登录与数据库用户、通过 T-SQL 维护索引、TOP 运算符可以搭配变量或子查询，以及搭配 CTE 使用在 UPDATE、DELETE 语法中、聚合运算搭配 OVER 运算符等，诸多功能在 SQL Server 2000中是无法用T-SQL办到的。因此，以往的 T-SQL 书籍将不足以讲解2005版SQL Server 的功能。&lt;img src ="http://blog.csdn.net/jianfenglin/aggbug/1753212.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>