<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<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>百翔网络博客 - 数据库</title><link>http://www.fly810.com/blog/</link><description>分享西安网站建设，西安网站制作，西安网站设计、西安网站优化，西安网站推广经验，结识同行好友！ - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>Copyright 2008-2010 百翔网络www.fly810.com, All Rights Reserved.</copyright><pubDate>Sat, 04 Apr 2026 16:29:26 +0800</pubDate><item><title>百翔网络分享-SQL Server 2005 日志文件过大处理办法</title><author>a@b.com (xunzhaohaizi)</author><link>http://www.fly810.com/blog/MyArticle/209.html</link><pubDate>Tue, 26 Feb 2013 17:01:26 +0800</pubDate><guid>http://www.fly810.com/blog/MyArticle/209.html</guid><description><![CDATA[<p>SQL Server 2005 日志文件过大处理 导致查询时提示：System.Data.OleDb.OleDbException: 超时已过期[OleDbException (0x80040e31): 超时已过期]处理办法：1:清空日志DUMP TRANSACTION 库名 WITH NO_LOG2：收缩日志企业管理器--右键点击你要收缩的数据库--所有任务--收缩数据库--收缩文件--选择日志&hellip;&hellip;</p>]]></description><category>数据库</category><comments>http://www.fly810.com/blog/MyArticle/209.html#comment</comments><wfw:comment>http://www.fly810.com/blog/</wfw:comment><wfw:commentRss>http://www.fly810.com/blog/feed.asp?cmt=209</wfw:commentRss><trackback:ping>http://www.fly810.com/blog/cmd.asp?act=tb&amp;id=209&amp;key=879c2790</trackback:ping></item><item><title>SQL Server 2005 开发版安装完成后没有SQL Server Management Studio </title><author>a@b.com (xunzhaohaizi)</author><link>http://www.fly810.com/blog/MyArticle/149.html</link><pubDate>Sat, 18 Jul 2009 09:28:35 +0800</pubDate><guid>http://www.fly810.com/blog/MyArticle/149.html</guid><description><![CDATA[<p>分两种情况，一种是版本问题，一种是安装顺序问题一、你安装的是SQL Server 2005 Express Edition版，快速开发版&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SQL Server 2005 Express版是不用花钱的，微软免费让你用，但是它功能上少很多东西，不过对于学习、个人开发功能还是够用了。安装SQL Server 2005 Express</p>]]></description><category>数据库</category><comments>http://www.fly810.com/blog/MyArticle/149.html#comment</comments><wfw:comment>http://www.fly810.com/blog/</wfw:comment><wfw:commentRss>http://www.fly810.com/blog/feed.asp?cmt=149</wfw:commentRss><trackback:ping>http://www.fly810.com/blog/cmd.asp?act=tb&amp;id=149&amp;key=ceefea77</trackback:ping></item><item><title>千万数量级分页存储过程</title><author>a@b.com (xunzhaohaizi)</author><link>http://www.fly810.com/blog/MyArticle/148.html</link><pubDate>Fri, 17 Jul 2009 15:52:36 +0800</pubDate><guid>http://www.fly810.com/blog/MyArticle/148.html</guid><description><![CDATA[<p>千万数量级分页存储过程数据分页是开发过程中常见任务之一，大的项目开发当中经常会使用存储过程进行数据分页，有网上流行的《通用高效分页存储过程代码》，也有号称可以轻松应付百万数据的《一个高效的数据分页的存储过程 可以轻松应付百万数据》，通过一些数据测试比较，本文提供的千万数量级分页存储过程是货真价实的数量级分页存储过程。而且你可以学习相关存储过程编写经验和优化措施，以及使用SQL存储过程要特别注意的问</p>]]></description><category>数据库</category><comments>http://www.fly810.com/blog/MyArticle/148.html#comment</comments><wfw:comment>http://www.fly810.com/blog/</wfw:comment><wfw:commentRss>http://www.fly810.com/blog/feed.asp?cmt=148</wfw:commentRss><trackback:ping>http://www.fly810.com/blog/cmd.asp?act=tb&amp;id=148&amp;key=b2aa3d68</trackback:ping></item><item><title>SQL截取字符串</title><author>67819227@qq.com (lovesky)</author><link>http://www.fly810.com/blog/MyArticle/37.html</link><pubDate>Wed, 21 Jan 2009 00:13:28 +0800</pubDate><guid>http://www.fly810.com/blog/MyArticle/37.html</guid><description><![CDATA[<p>SUBSTRING 返回字符、binary、text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 或&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; image&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 表达式的一部分。有关可与该函数一起使用的有效&hellip;&hellip;</p>]]></description><category>数据库</category><comments>http://www.fly810.com/blog/MyArticle/37.html#comment</comments><wfw:comment>http://www.fly810.com/blog/</wfw:comment><wfw:commentRss>http://www.fly810.com/blog/feed.asp?cmt=37</wfw:commentRss><trackback:ping>http://www.fly810.com/blog/cmd.asp?act=tb&amp;id=37&amp;key=38fdf9ea</trackback:ping></item><item><title>SQL Server不存在或访问被拒绝</title><author>67819227@qq.com (lovesky)</author><link>http://www.fly810.com/blog/MyArticle/33.html</link><pubDate>Tue, 20 Jan 2009 23:47:26 +0800</pubDate><guid>http://www.fly810.com/blog/MyArticle/33.html</guid><description><![CDATA[<p>SQLserver2000〔Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server不存在或访问被拒绝[转贴]2008-10-31 12:10SQLserver2000，打开服务管理器时出现错误：〔Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server不存在或访问被拒绝&quot; [i]（一</p>]]></description><category>数据库</category><comments>http://www.fly810.com/blog/MyArticle/33.html#comment</comments><wfw:comment>http://www.fly810.com/blog/</wfw:comment><wfw:commentRss>http://www.fly810.com/blog/feed.asp?cmt=33</wfw:commentRss><trackback:ping>http://www.fly810.com/blog/cmd.asp?act=tb&amp;id=33&amp;key=d3029194</trackback:ping></item><item><title>D99_TMP 数据库注入应对策略</title><author>67819227@qq.com (lovesky)</author><link>http://www.fly810.com/blog/MyArticle/17.html</link><pubDate>Mon, 19 Jan 2009 22:42:44 +0800</pubDate><guid>http://www.fly810.com/blog/MyArticle/17.html</guid><description><![CDATA[<p>D99_TMP表应对MSSQL数据库存在几个危险的扩展存储过程，默认Public组可执行权限，SQL注入者可利用此读取文件目录及用户组，并可通过先写入数据库然后导出为文件的方法往服务器写入危险脚本进一步提权，或直接使用某些存储过程执行命令，如xp_cmdshell。这些存储过程如下：sp_makewebtaskxp_cmdshellxp_dirtreexp_fileexistxp_terminat</p>]]></description><category>数据库</category><comments>http://www.fly810.com/blog/MyArticle/17.html#comment</comments><wfw:comment>http://www.fly810.com/blog/</wfw:comment><wfw:commentRss>http://www.fly810.com/blog/feed.asp?cmt=17</wfw:commentRss><trackback:ping>http://www.fly810.com/blog/cmd.asp?act=tb&amp;id=17&amp;key=5fea2a03</trackback:ping></item></channel></rss>
