<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>旁观者 - 郑昀 - SQL Server</title><link>http://blog.csdn.net/zhengyun_ustc/category/10870.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 21 Apr 2008 11:53:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>郑昀</dc:creator><title>[Python]Python/PHP如何查询sql server中NTEXT类型数据</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2006/11/23/1409306.aspx</link><pubDate>Thu, 23 Nov 2006 20:54:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2006/11/23/1409306.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/1409306.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2006/11/23/1409306.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/1409306.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1409306</trackback:ping><description>本文讨论了在Python或者PHP中，如果连接Microsft Sql server 2000 SP4以上版本数据库查询NTEXT类型数据，如何成功返回数据，来解决“ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier. (severity 16)”错误。&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/1409306.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑昀</dc:creator><title>[SQLXML]FOR XML语法导出XML的易错之处</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2006/06/29/851182.aspx</link><pubDate>Thu, 29 Jun 2006 15:28:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2006/06/29/851182.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/851182.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2006/06/29/851182.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/851182.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=851182</trackback:ping><description>继续阅读之前，我们假设您熟悉以下知识：
  MS SQL Server 2000
  Sp_makewebtask
  FOR XML 子句

如果不熟悉这些知识点，可以看下面两小节[准备工作一：FOR XML]和[准备工作二：sp_makewebtask]；否则可以直接跳过。&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/851182.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑昀</dc:creator><title>[ReportService]MS报表服务过期后的办法</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2005/02/22/297669.aspx</link><pubDate>Tue, 22 Feb 2005 17:40:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2005/02/22/297669.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/297669.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2005/02/22/297669.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/297669.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=297669</trackback:ping><description>嘿嘿，重装SqlServer Report Service即可。以前的那些报表重新发布一遍，虽然有点麻烦，
可也只能这样了。&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/297669.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑昀</dc:creator><title>[收藏]五种提高 SQL 性能的方法</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2004/10/29/157852.aspx</link><pubDate>Fri, 29 Oct 2004 10:30:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2004/10/29/157852.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/157852.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2004/10/29/157852.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/157852.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=157852</trackback:ping><description>Johnny Papa :在本月的专栏中，我将讲述四项技术，这些技术可用于提高基于 SQL Server? 的应用程序的性能或改善其可伸缩性。我将仔细说明 LEFT JOIN、CROSS JOIN 的使用以及 IDENTITY 值的检索。请记住，根本没有神奇的解决方案。调整您的数据库及其查询需要占用时间、进行分析，还需要大量的测试。这些技术都已被证明行之有效，但对您的应用程序而言，可能其中一些技术比另一些技术更适用。&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/157852.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑昀</dc:creator><title>[收藏]使用Reporting Services中的窗体身份验证</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2004/10/29/157847.aspx</link><pubDate>Fri, 29 Oct 2004 10:26:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2004/10/29/157847.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/157847.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2004/10/29/157847.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/157847.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=157847</trackback:ping><description>了解有关 Reporting Services 安全扩展方面的知识，着重学习窗体身份验证。此外，下载和部署 Reporting Services 的窗体身份验证扩展示例。 &lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/157847.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑昀</dc:creator><title>[收藏]利用SQL Server Reporting Services 从应用程序生成用户友好的报表 </title><link>http://blog.csdn.net/zhengyun_ustc/archive/2004/10/29/157825.aspx</link><pubDate>Fri, 29 Oct 2004 10:15:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2004/10/29/157825.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/157825.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2004/10/29/157825.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/157825.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=157825</trackback:ping><description>John C. Hancock :灵活的报表功能是大多数业务应用程序的一个要求，这些报表功能在集成到 Web 应用程序中之后用途更加广泛。利用 SQL Server® 2000 Reporting Services 的最新版本，您可以轻松地具有来自各种数据源的报表生成功能。在本文中，我将介绍使用 Visual Studio® 和 Reporting Services 来编写报表，并演示如何将报表集成到 Web 应用程序中。&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/157825.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑昀</dc:creator><title>[SQL]啊?!查询分析器的BUG?!</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2004/08/19/79109.aspx</link><pubDate>Thu, 19 Aug 2004 14:29:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2004/08/19/79109.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/79109.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2004/08/19/79109.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/79109.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=79109</trackback:ping><description>确实是微软的查询分析器算错了，实际上数据库中存储的是正确的，只是在查询分析器显示时出错了，可能Content字段的乱码对查询分析器“按照表格显示结果”有影响，如果是“按照文本显示结果”就没问题，-_-'''。&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/79109.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑昀</dc:creator><title>[SQL]对于“无法用TCP/IP协议和远端SQL Server数据库连接”问题</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2004/08/18/78209.aspx</link><pubDate>Wed, 18 Aug 2004 16:26:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2004/08/18/78209.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/78209.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2004/08/18/78209.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/78209.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=78209</trackback:ping><description>给出了一些调试性步骤。&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/78209.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>zhengyun_ustc</dc:creator><title>[SQL]数据库置疑的故事</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2004/02/20/12747.aspx</link><pubDate>Fri, 20 Feb 2004 11:17:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2004/02/20/12747.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/12747.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2004/02/20/12747.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/12747.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12747</trackback:ping><description>&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/12747.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>zhengyun_ustc</dc:creator><title>[SQL]不要让SQLServer帮你自动转换SQL命令中的数据类型</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2004/02/17/12744.aspx</link><pubDate>Tue, 17 Feb 2004 18:57:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2004/02/17/12744.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/12744.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2004/02/17/12744.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/12744.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12744</trackback:ping><description>&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/12744.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>zhengyun_ustc</dc:creator><title>[SQL]启动SQLServer的死锁检查</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2004/02/17/12745.aspx</link><pubDate>Tue, 17 Feb 2004 18:56:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2004/02/17/12745.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/12745.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2004/02/17/12745.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/12745.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12745</trackback:ping><description>&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/12745.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>zhengyun_ustc</dc:creator><title>连接数据库时发生"一般性网络错误"的另类解释</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2003/11/18/12736.aspx</link><pubDate>Tue, 18 Nov 2003 10:00:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2003/11/18/12736.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/12736.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2003/11/18/12736.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/12736.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12736</trackback:ping><description>&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/12736.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>zhengyun_ustc</dc:creator><title>数据库日志文件丢失时的恢复步骤</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2003/03/27/12715.aspx</link><pubDate>Thu, 27 Mar 2003 11:02:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2003/03/27/12715.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/12715.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2003/03/27/12715.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/12715.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12715</trackback:ping><description>&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/12715.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>zhengyun_ustc</dc:creator><title>防止ADO连接SQL Server时的隐式连接</title><link>http://blog.csdn.net/zhengyun_ustc/archive/2002/11/06/12694.aspx</link><pubDate>Wed, 06 Nov 2002 14:43:00 GMT</pubDate><guid>http://blog.csdn.net/zhengyun_ustc/archive/2002/11/06/12694.aspx</guid><wfw:comment>http://blog.csdn.net/zhengyun_ustc/comments/12694.aspx</wfw:comment><comments>http://blog.csdn.net/zhengyun_ustc/archive/2002/11/06/12694.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhengyun_ustc/comments/commentRss/12694.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12694</trackback:ping><description>&lt;img src ="http://blog.csdn.net/zhengyun_ustc/aggbug/12694.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>