<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>PASSWORD 's Blog - SQL SERVER/存储过程</title><link>http://blog.csdn.net/libra01/category/38411.aspx</link><description>Sql server and stored procedure skills</description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 21 Nov 2006 15:03:35 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>彭为</dc:creator><title>SQL Server日期计算    </title><link>http://blog.csdn.net/libra01/archive/2004/12/04/204475.aspx</link><pubDate>Sat, 04 Dec 2004 16:39:00 GMT</pubDate><guid>http://blog.csdn.net/libra01/archive/2004/12/04/204475.aspx</guid><wfw:comment>http://blog.csdn.net/libra01/comments/204475.aspx</wfw:comment><comments>http://blog.csdn.net/libra01/archive/2004/12/04/204475.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/libra01/comments/commentRss/204475.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=204475</trackback:ping><description>http://dev.csdn.net/article/21/21716.shtm&lt;img src ="http://blog.csdn.net/libra01/aggbug/204475.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>彭为</dc:creator><title>如何同时对多个表或列操作</title><link>http://blog.csdn.net/libra01/archive/2004/12/04/204472.aspx</link><pubDate>Sat, 04 Dec 2004 16:38:00 GMT</pubDate><guid>http://blog.csdn.net/libra01/archive/2004/12/04/204472.aspx</guid><wfw:comment>http://blog.csdn.net/libra01/comments/204472.aspx</wfw:comment><comments>http://blog.csdn.net/libra01/archive/2004/12/04/204472.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/libra01/comments/commentRss/204472.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=204472</trackback:ping><description>http://dev.csdn.net/article/21/article/27/27094.shtm&lt;img src ="http://blog.csdn.net/libra01/aggbug/204472.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>彭为</dc:creator><title>让数据库产生一张详细的日历表</title><link>http://blog.csdn.net/libra01/archive/2004/12/04/204469.aspx</link><pubDate>Sat, 04 Dec 2004 16:37:00 GMT</pubDate><guid>http://blog.csdn.net/libra01/archive/2004/12/04/204469.aspx</guid><wfw:comment>http://blog.csdn.net/libra01/comments/204469.aspx</wfw:comment><comments>http://blog.csdn.net/libra01/archive/2004/12/04/204469.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/libra01/comments/commentRss/204469.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=204469</trackback:ping><description>http://dev.csdn.net/article/21/article/27/27093.shtm&lt;img src ="http://blog.csdn.net/libra01/aggbug/204469.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>彭为</dc:creator><title>zt:SQL语句导入导出大全 </title><link>http://blog.csdn.net/libra01/archive/2004/10/10/130441.aspx</link><pubDate>Sun, 10 Oct 2004 11:22:00 GMT</pubDate><guid>http://blog.csdn.net/libra01/archive/2004/10/10/130441.aspx</guid><wfw:comment>http://blog.csdn.net/libra01/comments/130441.aspx</wfw:comment><comments>http://blog.csdn.net/libra01/archive/2004/10/10/130441.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/libra01/comments/commentRss/130441.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=130441</trackback:ping><description>zt:SQL语句导入导出大全 &lt;img src ="http://blog.csdn.net/libra01/aggbug/130441.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>彭为</dc:creator><title>在sqlserver中存储多媒体数据</title><link>http://blog.csdn.net/libra01/archive/2004/09/26/117258.aspx</link><pubDate>Sun, 26 Sep 2004 14:28:00 GMT</pubDate><guid>http://blog.csdn.net/libra01/archive/2004/09/26/117258.aspx</guid><wfw:comment>http://blog.csdn.net/libra01/comments/117258.aspx</wfw:comment><comments>http://blog.csdn.net/libra01/archive/2004/09/26/117258.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/libra01/comments/commentRss/117258.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=117258</trackback:ping><description>怎样处理多媒体数据

　　1．多媒体数据的存储

　　多媒体信息包括图像、声音和视频等，它们都是以二进制数据集合的形式存在的，在本系统中处理的对象是图像。SQL Server提供了Image数据类型来存储可变长度二进制数据（大小范围为0~2GB）。但Image字段并不能将多媒体数据直接装入，必须经过一些中间步骤才能将数据存进去。下面以图像数据的存储为例，给大家介绍怎样在Delphi中实现这些中间步骤。
&lt;img src ="http://blog.csdn.net/libra01/aggbug/117258.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>彭为</dc:creator><title>超强存储过程！原作，版权所有！精悍！！！ </title><link>http://blog.csdn.net/libra01/archive/2004/08/26/85648.aspx</link><pubDate>Thu, 26 Aug 2004 17:14:00 GMT</pubDate><guid>http://blog.csdn.net/libra01/archive/2004/08/26/85648.aspx</guid><wfw:comment>http://blog.csdn.net/libra01/comments/85648.aspx</wfw:comment><comments>http://blog.csdn.net/libra01/archive/2004/08/26/85648.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/libra01/comments/commentRss/85648.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=85648</trackback:ping><description>　功能需求：获取指定部门编号及其所属的所有或指定层次的下级部门的记录集。
&lt;img src ="http://blog.csdn.net/libra01/aggbug/85648.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>彭为</dc:creator><title>SQL Server开发的二十一条军规</title><link>http://blog.csdn.net/libra01/archive/2004/08/04/64168.aspx</link><pubDate>Wed, 04 Aug 2004 17:10:00 GMT</pubDate><guid>http://blog.csdn.net/libra01/archive/2004/08/04/64168.aspx</guid><wfw:comment>http://blog.csdn.net/libra01/comments/64168.aspx</wfw:comment><comments>http://blog.csdn.net/libra01/archive/2004/08/04/64168.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/libra01/comments/commentRss/64168.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=64168</trackback:ping><description>http://soft.yesky.com/SoftChannel/72342389024358400/20040721/1833202_1.shtml&lt;img src ="http://blog.csdn.net/libra01/aggbug/64168.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>彭为</dc:creator><title>通用存储过程.查找删除非唯一的记录 </title><link>http://blog.csdn.net/libra01/archive/2004/07/29/55694.aspx</link><pubDate>Thu, 29 Jul 2004 17:58:00 GMT</pubDate><guid>http://blog.csdn.net/libra01/archive/2004/07/29/55694.aspx</guid><wfw:comment>http://blog.csdn.net/libra01/comments/55694.aspx</wfw:comment><comments>http://blog.csdn.net/libra01/archive/2004/07/29/55694.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/libra01/comments/commentRss/55694.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=55694</trackback:ping><description>通用存储过程.查找删除非唯一的记录 
/*
 名称:spAll_DeleteNoneUnique
 输入:要查询的表名和字段列表
 输出:无
 调用:spAll_DeleteNoneUnique 表名, 字段列表
 说明:通用存储过程.查找删除非唯一的记录
 作者:Dili J.F. Senders
 邮件:dili@wellknow.net
 网站:http://www.wellknow.net
 更新:20040610
 支持:http://bbs.wellknow.net
 版权:转述时请注明来源:用思维创造未来的Wellknow.net
*/
&lt;img src ="http://blog.csdn.net/libra01/aggbug/55694.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>彭为</dc:creator><title>[百万级]通用存储过程.分页存储过程. </title><link>http://blog.csdn.net/libra01/archive/2004/07/29/55691.aspx</link><pubDate>Thu, 29 Jul 2004 17:56:00 GMT</pubDate><guid>http://blog.csdn.net/libra01/archive/2004/07/29/55691.aspx</guid><wfw:comment>http://blog.csdn.net/libra01/comments/55691.aspx</wfw:comment><comments>http://blog.csdn.net/libra01/archive/2004/07/29/55691.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/libra01/comments/commentRss/55691.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=55691</trackback:ping><description>/*
 名称:spAll_ReturnRows
 输入:
 输出:
 调用:
  EXEC spAll_ReturnRows 'SELECT  * FROM 表名', 页号, 返回记录数, '主键', '排序字段'
  spAll_ReturnRows 'SELECT  * FROM all_Categories',2,10,'[ID]','[ID]'
 说明:[百万级]通用存储过程.分页存储过程..返回指定返回条数、指定页数的记录
 作者:Dili J.F. Senders
  邮件:diliatwellknow.net
  网站:http://www.wellknow.net
  更新:20040610
  支持:http://bbs.wellknow.net
  版权:转述时请注明来源:用思维创造未来的Wellknow.net
*/&lt;img src ="http://blog.csdn.net/libra01/aggbug/55691.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>彭为</dc:creator><title>实现千万级数据的分页显示! </title><link>http://blog.csdn.net/libra01/archive/2004/07/29/55675.aspx</link><pubDate>Thu, 29 Jul 2004 17:50:00 GMT</pubDate><guid>http://blog.csdn.net/libra01/archive/2004/07/29/55675.aspx</guid><wfw:comment>http://blog.csdn.net/libra01/comments/55675.aspx</wfw:comment><comments>http://blog.csdn.net/libra01/archive/2004/07/29/55675.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/libra01/comments/commentRss/55675.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=55675</trackback:ping><description> 说明:实现千万级数据的分页显示!--可以在5秒内获取1448万条记录里的第1200页的100条记录，雄不？
 作者:铁拳
 邮件:
 网站:http://www.wellknow.net
 更新:20040610
 支持:http://bbs.wellknow.net
 版权:转述时请注明来源:用思维创造未来的Wellknow.net&lt;img src ="http://blog.csdn.net/libra01/aggbug/55675.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>