﻿<?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>博客园-立民讲堂-随笔分类-SQL Server 2005</title><link>http://www.cnblogs.com/liminzhang/category/72544.html</link><description>

章立民研究室


</description><language>zh-cn</language><lastBuildDate>Sun, 18 May 2008 19:04:36 GMT</lastBuildDate><pubDate>Sun, 18 May 2008 19:04:36 GMT</pubDate><ttl>60</ttl><item><title>SQL Server - 请问数据库字段加密问题</title><link>http://www.cnblogs.com/liminzhang/archive/2007/05/22/755658.html</link><dc:creator>章立民研究室</dc:creator><author>章立民研究室</author><pubDate>Tue, 22 May 2007 07:12:00 GMT</pubDate><guid>http://www.cnblogs.com/liminzhang/archive/2007/05/22/755658.html</guid><wfw:comment>http://www.cnblogs.com/liminzhang/comments/755658.html</wfw:comment><comments>http://www.cnblogs.com/liminzhang/archive/2007/05/22/755658.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/liminzhang/comments/commentRss/755658.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/liminzhang/services/trackbacks/755658.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 我有一个表格的某一个字段要加密，如员工档的薪资金额及员工姓名，<br><br>这两个字段要加密，让其它人员从 ENTERPRISE MANAGER 之中开起的表格看到的内容是一堆乱码，但我在程序之中下 SELECT EMP_ID,NAME,WAGE FROM EMPLOYEES 时显示是正确的数据，我应该如何做呢？有什么特殊的技巧或设定就可以完成吗？<br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/liminzhang/archive/2007/05/22/755658.html'>阅读全文</a><img src ="http://www.cnblogs.com/liminzhang/aggbug/755658.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://liminzhang.cnblogs.com/" target="_blank">章立民研究室</a> 2007-05-22 15:12 <a href="http://www.cnblogs.com/liminzhang/archive/2007/05/22/755658.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SQL Server 2005 - 如何利用CLR存储过程读取与写入二进制影像数据</title><link>http://www.cnblogs.com/liminzhang/archive/2007/01/22/626577.html</link><dc:creator>章立民研究室</dc:creator><author>章立民研究室</author><pubDate>Mon, 22 Jan 2007 02:27:00 GMT</pubDate><guid>http://www.cnblogs.com/liminzhang/archive/2007/01/22/626577.html</guid><wfw:comment>http://www.cnblogs.com/liminzhang/comments/626577.html</wfw:comment><comments>http://www.cnblogs.com/liminzhang/archive/2007/01/22/626577.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/liminzhang/comments/commentRss/626577.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/liminzhang/services/trackbacks/626577.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 如何读取与写入数据库字段中的二进制影像数据是大家非常喜欢讨论的一项课题，为了顺应广大读者的要求，我们特别撰写了能够读取与写入二进制影像数据的CLR存储过程，以下我们将讨论相关的设计与使用技巧。&nbsp;&nbsp;<a href='http://www.cnblogs.com/liminzhang/archive/2007/01/22/626577.html'>阅读全文</a><img src ="http://www.cnblogs.com/liminzhang/aggbug/626577.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://liminzhang.cnblogs.com/" target="_blank">章立民研究室</a> 2007-01-22 10:27 <a href="http://www.cnblogs.com/liminzhang/archive/2007/01/22/626577.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SQL Server 2005 - 如何实作CLR存储过程来传回讯息</title><link>http://www.cnblogs.com/liminzhang/archive/2007/01/18/623488.html</link><dc:creator>章立民研究室</dc:creator><author>章立民研究室</author><pubDate>Thu, 18 Jan 2007 02:27:00 GMT</pubDate><guid>http://www.cnblogs.com/liminzhang/archive/2007/01/18/623488.html</guid><wfw:comment>http://www.cnblogs.com/liminzhang/comments/623488.html</wfw:comment><comments>http://www.cnblogs.com/liminzhang/archive/2007/01/18/623488.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/liminzhang/comments/commentRss/623488.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/liminzhang/services/trackbacks/623488.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 为了让大家更了解如何实作 CLR 存储过程来传回讯息，以下我们示范如何使用SqlPipe 对象之 Send 方法的第三种多载版本，将查询结果直接传送至客户端：<br><br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/liminzhang/archive/2007/01/18/623488.html'>阅读全文</a><img src ="http://www.cnblogs.com/liminzhang/aggbug/623488.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://liminzhang.cnblogs.com/" target="_blank">章立民研究室</a> 2007-01-18 10:27 <a href="http://www.cnblogs.com/liminzhang/archive/2007/01/18/623488.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SQL Server 2005 - 如何从CLR存储过程传回表格结果与讯息（下）</title><link>http://www.cnblogs.com/liminzhang/archive/2007/01/16/621422.html</link><dc:creator>章立民研究室</dc:creator><author>章立民研究室</author><pubDate>Tue, 16 Jan 2007 02:18:00 GMT</pubDate><guid>http://www.cnblogs.com/liminzhang/archive/2007/01/16/621422.html</guid><wfw:comment>http://www.cnblogs.com/liminzhang/comments/621422.html</wfw:comment><comments>http://www.cnblogs.com/liminzhang/archive/2007/01/16/621422.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/liminzhang/comments/commentRss/621422.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/liminzhang/services/trackbacks/621422.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 亲爱的朋友们，阅读过上一篇文章“如何从 CLR 存储过程传回表格结果与讯息（上）”之后，相信大家已经了解如何使用 SqlPipe 对象的 Send 方法将文字串直接传送至用户端。接下来我们将示范如何使用 SqlPipe 对象的 ExecuteAndSend 方法来执行 SqlCommand 并将查询结果直接传送至用户端。&nbsp;&nbsp;<a href='http://www.cnblogs.com/liminzhang/archive/2007/01/16/621422.html'>阅读全文</a><img src ="http://www.cnblogs.com/liminzhang/aggbug/621422.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://liminzhang.cnblogs.com/" target="_blank">章立民研究室</a> 2007-01-16 10:18 <a href="http://www.cnblogs.com/liminzhang/archive/2007/01/16/621422.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SQL Server 2005 - 如何从CLR存储过程传回表格结果与讯息（上）</title><link>http://www.cnblogs.com/liminzhang/archive/2007/01/15/620932.html</link><dc:creator>章立民研究室</dc:creator><author>章立民研究室</author><pubDate>Mon, 15 Jan 2007 08:37:00 GMT</pubDate><guid>http://www.cnblogs.com/liminzhang/archive/2007/01/15/620932.html</guid><wfw:comment>http://www.cnblogs.com/liminzhang/comments/620932.html</wfw:comment><comments>http://www.cnblogs.com/liminzhang/archive/2007/01/15/620932.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/liminzhang/comments/commentRss/620932.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/liminzhang/services/trackbacks/620932.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 亲爱的朋友们，阅读过《实作CLR存储过程》一文之后，相信大家对于如何建立CLR存储过程已经有了清楚的认识。在本文中，我们要继续讨论一个非常重要的课题，那就是如何从CLR存储过程传回表格结果与讯息。&nbsp;&nbsp;<a href='http://www.cnblogs.com/liminzhang/archive/2007/01/15/620932.html'>阅读全文</a><img src ="http://www.cnblogs.com/liminzhang/aggbug/620932.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://liminzhang.cnblogs.com/" target="_blank">章立民研究室</a> 2007-01-15 16:37 <a href="http://www.cnblogs.com/liminzhang/archive/2007/01/15/620932.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SQL Server 2005 - 实作CLR存储过程</title><link>http://www.cnblogs.com/liminzhang/archive/2007/01/12/618324.html</link><dc:creator>章立民研究室</dc:creator><author>章立民研究室</author><pubDate>Fri, 12 Jan 2007 01:48:00 GMT</pubDate><guid>http://www.cnblogs.com/liminzhang/archive/2007/01/12/618324.html</guid><wfw:comment>http://www.cnblogs.com/liminzhang/comments/618324.html</wfw:comment><comments>http://www.cnblogs.com/liminzhang/archive/2007/01/12/618324.html#Feedback</comments><slash:comments>15</slash:comments><wfw:commentRss>http://www.cnblogs.com/liminzhang/comments/commentRss/618324.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/liminzhang/services/trackbacks/618324.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 「存储过程」（Stored Procedures）是SQL Server 2005程序设计中最重要的一环，您将会发现，应用系统中的许多作业都会交由存储过程来完成。在以下的操作步骤中，我们将带领大家利用Visual Studio 2005整合式开发环境，实际建立一个CLR存储过程（采用Visual C#），并示范如何使用它...<br><br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/liminzhang/archive/2007/01/12/618324.html'>阅读全文</a><img src ="http://www.cnblogs.com/liminzhang/aggbug/618324.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://liminzhang.cnblogs.com/" target="_blank">章立民研究室</a> 2007-01-12 09:48 <a href="http://www.cnblogs.com/liminzhang/archive/2007/01/12/618324.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ASP.NET 2.0 - 如何以程控方式动态建立一个 GridView 控件</title><link>http://www.cnblogs.com/liminzhang/archive/2006/11/29/576146.html</link><dc:creator>章立民研究室</dc:creator><author>章立民研究室</author><pubDate>Wed, 29 Nov 2006 03:28:00 GMT</pubDate><guid>http://www.cnblogs.com/liminzhang/archive/2006/11/29/576146.html</guid><wfw:comment>http://www.cnblogs.com/liminzhang/comments/576146.html</wfw:comment><comments>http://www.cnblogs.com/liminzhang/archive/2006/11/29/576146.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/liminzhang/comments/commentRss/576146.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/liminzhang/services/trackbacks/576146.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 有读者询问如何以程控方式替网页加入一个 GridView 控件。其实我们到目前为止并没有撰写 ASP.NET 2.0 的书籍，不过既然有读者问，我就试作了一个。图 1 所示之网页上的 GridView 控件就是完全以程序代码来动态建立。相关程序代码撰写于网页的 Load 事件处理例程中，摘要列示如下：&nbsp;&nbsp;<a href='http://www.cnblogs.com/liminzhang/archive/2006/11/29/576146.html'>阅读全文</a><img src ="http://www.cnblogs.com/liminzhang/aggbug/576146.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://liminzhang.cnblogs.com/" target="_blank">章立民研究室</a> 2006-11-29 11:28 <a href="http://www.cnblogs.com/liminzhang/archive/2006/11/29/576146.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ADO.NET 2.0 - 如何将 DataView 转换成一个 DataTable</title><link>http://www.cnblogs.com/liminzhang/archive/2006/11/23/569880.html</link><dc:creator>章立民研究室</dc:creator><author>章立民研究室</author><pubDate>Thu, 23 Nov 2006 07:01:00 GMT</pubDate><guid>http://www.cnblogs.com/liminzhang/archive/2006/11/23/569880.html</guid><wfw:comment>http://www.cnblogs.com/liminzhang/comments/569880.html</wfw:comment><comments>http://www.cnblogs.com/liminzhang/archive/2006/11/23/569880.html#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://www.cnblogs.com/liminzhang/comments/commentRss/569880.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/liminzhang/services/trackbacks/569880.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 一般来说，在我们从 SQL Server 等后端数据来源提取出所需的数据记录之后，会将这些数据储存于前端数据集当中的 DataTable 对象中，亦或是储存于不隶属于任何数据集之个别独立存在的 DataTable 对象中&nbsp;&nbsp;<a href='http://www.cnblogs.com/liminzhang/archive/2006/11/23/569880.html'>阅读全文</a><img src ="http://www.cnblogs.com/liminzhang/aggbug/569880.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://liminzhang.cnblogs.com/" target="_blank">章立民研究室</a> 2006-11-23 15:01 <a href="http://www.cnblogs.com/liminzhang/archive/2006/11/23/569880.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>如何在存储过程B中，对存储过程A的结果集进行查询</title><link>http://www.cnblogs.com/liminzhang/archive/2006/11/10/556792.html</link><dc:creator>章立民研究室</dc:creator><author>章立民研究室</author><pubDate>Fri, 10 Nov 2006 08:55:00 GMT</pubDate><guid>http://www.cnblogs.com/liminzhang/archive/2006/11/10/556792.html</guid><wfw:comment>http://www.cnblogs.com/liminzhang/comments/556792.html</wfw:comment><comments>http://www.cnblogs.com/liminzhang/archive/2006/11/10/556792.html#Feedback</comments><slash:comments>9</slash:comments><wfw:commentRss>http://www.cnblogs.com/liminzhang/comments/commentRss/556792.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/liminzhang/services/trackbacks/556792.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 有读者来信询问：如何在存储过程B里面使用存储过程A执行后的结果集？就是在存储过程B里面再对存储过程A的结果集进行查询。&nbsp;&nbsp;<a href='http://www.cnblogs.com/liminzhang/archive/2006/11/10/556792.html'>阅读全文</a><img src ="http://www.cnblogs.com/liminzhang/aggbug/556792.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://liminzhang.cnblogs.com/" target="_blank">章立民研究室</a> 2006-11-10 16:55 <a href="http://www.cnblogs.com/liminzhang/archive/2006/11/10/556792.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SQL Server 2005 - 善用 OPENROWSET 函数来存取大型对象（LOB）</title><link>http://www.cnblogs.com/liminzhang/archive/2006/10/18/532140.html</link><dc:creator>章立民研究室</dc:creator><author>章立民研究室</author><pubDate>Wed, 18 Oct 2006 01:58:00 GMT</pubDate><guid>http://www.cnblogs.com/liminzhang/archive/2006/10/18/532140.html</guid><wfw:comment>http://www.cnblogs.com/liminzhang/comments/532140.html</wfw:comment><comments>http://www.cnblogs.com/liminzhang/archive/2006/10/18/532140.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/liminzhang/comments/commentRss/532140.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/liminzhang/services/trackbacks/532140.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 有读者询问，SQL Server 2005 本身是否提供任何的 Transact-SQL 陈述式来处理 LOB 呢？答案当然是肯定的，而且具备相关处理能力的 Transact-SQL 陈述式还不只一个。不过在本文中，我们将把焦点摆在 OPENROWSET 函数&nbsp;&nbsp;<a href='http://www.cnblogs.com/liminzhang/archive/2006/10/18/532140.html'>阅读全文</a><img src ="http://www.cnblogs.com/liminzhang/aggbug/532140.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://liminzhang.cnblogs.com/" target="_blank">章立民研究室</a> 2006-10-18 09:58 <a href="http://www.cnblogs.com/liminzhang/archive/2006/10/18/532140.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SQL Server 2005 - 如何在预存程序中调用另外一个预存程序</title><link>http://www.cnblogs.com/liminzhang/archive/2006/10/17/531132.html</link><dc:creator>章立民研究室</dc:creator><author>章立民研究室</author><pubDate>Tue, 17 Oct 2006 02:49:00 GMT</pubDate><guid>http://www.cnblogs.com/liminzhang/archive/2006/10/17/531132.html</guid><wfw:comment>http://www.cnblogs.com/liminzhang/comments/531132.html</wfw:comment><comments>http://www.cnblogs.com/liminzhang/archive/2006/10/17/531132.html#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://www.cnblogs.com/liminzhang/comments/commentRss/531132.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/liminzhang/services/trackbacks/531132.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 要在一个预存程序中调用另外一个预存程序，可以使用下列两种方式之一进行调用...&nbsp;&nbsp;<a href='http://www.cnblogs.com/liminzhang/archive/2006/10/17/531132.html'>阅读全文</a><img src ="http://www.cnblogs.com/liminzhang/aggbug/531132.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://liminzhang.cnblogs.com/" target="_blank">章立民研究室</a> 2006-10-17 10:49 <a href="http://www.cnblogs.com/liminzhang/archive/2006/10/17/531132.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SQL Server 2005-如何在SQL Server用户自订函数中调用GetDate()函数</title><link>http://www.cnblogs.com/liminzhang/archive/2006/10/11/525926.html</link><dc:creator>章立民研究室</dc:creator><author>章立民研究室</author><pubDate>Wed, 11 Oct 2006 02:02:00 GMT</pubDate><guid>http://www.cnblogs.com/liminzhang/archive/2006/10/11/525926.html</guid><wfw:comment>http://www.cnblogs.com/liminzhang/comments/525926.html</wfw:comment><comments>http://www.cnblogs.com/liminzhang/archive/2006/10/11/525926.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/liminzhang/comments/commentRss/525926.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/liminzhang/services/trackbacks/525926.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 您可以在SQL Server 2005的使用者自订函数（UDFs：User Defined Functions）中呼叫使用GetDate() 函数&nbsp;&nbsp;<a href='http://www.cnblogs.com/liminzhang/archive/2006/10/11/525926.html'>阅读全文</a><img src ="http://www.cnblogs.com/liminzhang/aggbug/525926.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://liminzhang.cnblogs.com/" target="_blank">章立民研究室</a> 2006-10-11 10:02 <a href="http://www.cnblogs.com/liminzhang/archive/2006/10/11/525926.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>