<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>Yuer的编程专栏 - MSSQL</title><link>http://blog.csdn.net/yuer888/category/266778.aspx</link><description>一些Sql server的东西</description><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 19 Mar 2008 14:21:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>yuer888</dc:creator><title>得到当前部门下所包括的子部门树[转贴]</title><link>http://blog.csdn.net/yuer888/archive/2006/12/29/1467082.aspx</link><pubDate>Fri, 29 Dec 2006 11:28:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2006/12/29/1467082.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1467082.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2006/12/29/1467082.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1467082.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1467082</trackback:ping><description>原想用存储过程的递归来实现子树的求取，但发现如果当前游标没有关闭，则递归调用中会发现无法创建新的游标，：（
没有想到存储过程的游标不支持递归，游标并不是重新建一个内存地址，而是沿用以前的那个游标。这算不算是一个bug.&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1467082.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>如何在客户端通过MSSQL执行某操作删除服务器的指定文件</title><link>http://blog.csdn.net/yuer888/archive/2006/12/28/1465309.aspx</link><pubDate>Thu, 28 Dec 2006 08:38:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2006/12/28/1465309.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1465309.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2006/12/28/1465309.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1465309.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1465309</trackback:ping><description>当做MSSQL数据库的时候通常有这种情况,在客户机上进行备份,备份原理是先把数据库文件备份到服务器上面,然后copyfile到本地机器.然后需要删除服务器上的备份文件.这样我们就可以用这个方法.&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1465309.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>