﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><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>博客园-木野狐(Neil Chen)-随笔分类-SQL Server</title><link>http://www.cnblogs.com/RChen/category/21133.html</link><description /><language>zh-cn</language><lastBuildDate>Sat, 17 May 2008 12:28:33 GMT</lastBuildDate><pubDate>Sat, 17 May 2008 12:28:33 GMT</pubDate><ttl>60</ttl><item><title>用 C# 开发 SQL Server 2005 的自定义聚合函数</title><link>http://www.cnblogs.com/RChen/archive/2006/11/15/sql2k5_clr.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 15 Nov 2006 10:53:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/11/15/sql2k5_clr.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/561504.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/11/15/sql2k5_clr.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/561504.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/561504.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在SQL中，经常需要对数据按组进行自定义的聚合操作，比如用逗号连接一系列表示ID的数字，但默认只有SUM,MAX,MIN,AVG等聚合函数。在SQLServer2005中提供...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/11/15/sql2k5_clr.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/561504.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-11-15 18:53 <a href="http://www.cnblogs.com/RChen/archive/2006/11/15/sql2k5_clr.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>如何把 SQL Server 的自增标志列清零</title><link>http://www.cnblogs.com/RChen/archive/2005/06/26/181230.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sat, 25 Jun 2005 16:14:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/06/26/181230.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/181230.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/06/26/181230.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/181230.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/181230.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: dbcccheckident(test1,reseed,0)其中test1是表名称。事实上可以将标志的当前值设定到任意的值。下一次插入得值将会是这个当前值+1.比如：dbcccheck...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/06/26/181230.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/181230.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-06-26 00:14 <a href="http://www.cnblogs.com/RChen/archive/2005/06/26/181230.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>执行存储过程的多种写法</title><link>http://www.cnblogs.com/RChen/archive/2005/03/18/121006.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Fri, 18 Mar 2005 04:00:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/03/18/121006.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/121006.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/03/18/121006.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/121006.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/121006.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: exec&nbsp;test2exec&nbsp;test2;1exec&nbsp;test..test2exec&nbsp;test.dbo.test2exec&nbsp;cr.test..test...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/03/18/121006.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/121006.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-03-18 12:00 <a href="http://www.cnblogs.com/RChen/archive/2005/03/18/121006.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>关于加密存储过程</title><link>http://www.cnblogs.com/RChen/archive/2005/03/18/120981.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Fri, 18 Mar 2005 03:19:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/03/18/120981.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/120981.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/03/18/120981.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/120981.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/120981.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 如何简单的创建一个加密存储过程：create&nbsp;proc&nbsp;Test(参数列表)with&nbsp;encriptionas主体go为了演示，现在我们创建一个具备各种参数类型的...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/03/18/120981.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/120981.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-03-18 11:19 <a href="http://www.cnblogs.com/RChen/archive/2005/03/18/120981.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>