<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sybase数据库技术，数据库恢复专家 &#187; torn_page_detection</title>
	<atom:link href="http://www.dbainfo.net/tag/torn_page_detection/feed" rel="self" type="application/rss+xml" />
	<link>https://www.dbainfo.net</link>
	<description>提供Sybase ASE及Sybase SQL Anywhere数据库修复服务，电话：13811580958(微信)，QQ：289965371！We have many years of experience in recovering data from damanged Sybase devices. Contact us by Phone: +86 13811580958 Wechat: 13811580958 Email: 289965371@qq.com</description>
	<lastBuildDate>Sat, 14 Jun 2025 16:28:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>sql server 2000 torn_page_detection error (error 823)</title>
		<link>https://www.dbainfo.net/sqlserver2000-torn_page_detection-error-823.htm</link>
		<comments>https://www.dbainfo.net/sqlserver2000-torn_page_detection-error-823.htm#comments</comments>
		<pubDate>Thu, 05 Aug 2010 03:40:26 +0000</pubDate>
		<dc:creator>dbainfo</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>
		<category><![CDATA[823]]></category>
		<category><![CDATA[dbcc page]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[torn_page_detection]]></category>

		<guid isPermaLink="false">http://www.dbainfo.net/?p=858</guid>
		<description><![CDATA[在sql server 2000的错误日志文件中出现如下的错误： 2010-08-05 09:21:51.31 spid11&#160;&#160;&#160; 错误: 823，严重度: 24，状态: 2 2010-08-05 09:21:51.31 spid11&#160;&#160;&#160; I/O error (torn page) detected during read at offset 0x0000116496a000 in file &#39;d:\Microsoft SQL Server\MSSQL\data\xxxxxxx_Data.MDF&#39;. ====================================================== Description&#38;Solution: Torn_page_detection: This recovery option allows SQL Server to detect incomplete I/O operations caused by power failures or other system outages. When set to ON, this [...]]]></description>
			<content:encoded><![CDATA[<p>在sql server 2000的错误日志文件中出现如下的错误：</p>
<p>2010-08-05 09:21:51.31 spid11&nbsp;&nbsp;&nbsp; 错误: 823，严重度: 24，状态: 2<br />
	2010-08-05 09:21:51.31 spid11&nbsp;&nbsp;&nbsp; I/O error (torn page) detected during read at offset 0x0000116496a000 in file &#39;d:\Microsoft SQL Server\MSSQL\data\xxxxxxx_Data.MDF&#39;.</p>
<p>======================================================</p>
<p><strong>Description&amp;Solution:</strong></p>
<p><span><span id="_ctl5_ctlTopic"><span id="_ctl5_ctlTopic_ctlPanelBar"><span id="_ctl5_ctlTopic_ctlPanelBar_ctlTopicsRepeater__ctl8_lblFullMessage">Torn_page_detection:<br />
	This recovery option allows SQL Server to detect incomplete I/O operations caused by power failures or other system outages.</p>
<p>	When set to ON, this option causes a bit to be reversed for each 512-byte sector in an 8-kilobyte (KB) database page when the page is written to disk. If a bit is in the wrong state when the page is later read by SQL Server, the page was written incorrectly; a torn page is detected. Torn pages are usually detected during recovery because any page that was written incorrectly is likely to be read by recovery.</p>
<p>	Although SQL Server database pages are 8 KB, disks perform I/O operations using a 512-byte sector. Therefore, 16 sectors are written per database page. A torn page can occur if the system fails (for example, due to power failure) between the time the operating system writes the first 512-byte sector to disk and the completion of the 8-KB I/O operation. If the first sector of a database page is successfully written before the failure, the database page on disk will appear as updated, although it may not have succeeded.</p>
<p>	Note Using battery-backed disk caches can ensure that data is successfully written to disk or not written at all.</p>
<p>	If a torn page is detected, an I/O error is raised and the connection is killed. If the torn page is detected during recovery, the database is also marked suspect. The database backup should be restored, and any transaction log backups applied, because it is physically inconsistent. </p>
<p>	By default, TORN_PAGE_DETECTION is ON.</span> </span> </span> </span></p>
<div style="clear: both; margin: 10px 0pt; border: 1px dashed rgb(153, 153, 153); font-size: 12px; padding: 5px 10px;">
<li>本文链接地址：<a href="https://www.dbainfo.net/sqlserver2000-torn_page_detection-error-823.htm">https://www.dbainfo.net/sqlserver2000-torn_page_detection-error-823.htm</a>；</li>
<li>本文为dbainfo个人原创，请在尊重作者劳动成果的前提下进行转载；</li>
<li>转载务必注明原始出处 : <a href="https://www.dbainfo.net/">Sybase数据库技术，数据库恢复专家</a>；</li>
<li>对《<a href="https://www.dbainfo.net/sqlserver2000-torn_page_detection-error-823.htm">sql server 2000 torn_page_detection error (error 823)</a>》有何疑问或见解，请在本文下方发表；</li>
<li>对网站还有其他问题或建议，请提交在<a href="https://www.dbainfo.net/messages" target="_blank">留言板</a>，谢谢！</li>
</div>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li>2010-02-25 -- <a href="https://www.dbainfo.net/how-sql-server-read-from-datafile-pages.htm" title="SQL SERVER 如何读取页面上的数据">SQL SERVER 如何读取页面上的数据</a> (0)</li><li>2019-04-11 -- <a href="https://www.dbainfo.net/sql-server-recovery-service.htm" title="SQL Server 数据库修复专家SQLRescue">SQL Server 数据库修复专家SQLRescue</a> (0)</li><li>2010-11-03 -- <a href="https://www.dbainfo.net/sql2005-direct-update-system-catalogs.htm" title="SQL2005 如何更新系统表">SQL2005 如何更新系统表</a> (2)</li><li>2010-09-28 -- <a href="https://www.dbainfo.net/sql-server-database-all-tables-space-order-desc2.htm" title="SQL SERVER中查看表占用空间的另外一种方法">SQL SERVER中查看表占用空间的另外一种方法</a> (0)</li><li>2010-09-16 -- <a href="https://www.dbainfo.net/java-connect-to-sqlserver-demo.htm" title="Java连接SQL Server数据库的一个简单例子">Java连接SQL Server数据库的一个简单例子</a> (0)</li><li>2010-09-15 -- <a href="https://www.dbainfo.net/sql-server-database-all-tables-space-order-desc.htm" title="统计SQL SERVER数据库内所有表占用空间并排序">统计SQL SERVER数据库内所有表占用空间并排序</a> (0)</li><li>2010-09-06 -- <a href="https://www.dbainfo.net/sql-server-linked-server-summary.htm" title="SQL Server的链接服务器技术小结[转]">SQL Server的链接服务器技术小结[转]</a> (0)</li><li>2010-08-29 -- <a href="https://www.dbainfo.net/access-sqlserver-from-oracle-by-transgate.htm" title="从oracle内访问sqlserver2005的数据时一个错误">从oracle内访问sqlserver2005的数据时一个错误</a> (0)</li><li>2010-08-23 -- <a href="https://www.dbainfo.net/direct-modify-sqlserver-data-page-by-dbcc-writepage.htm" title="利用dbcc writepage命令修改SQL SQLSERVER中的物理页面上的内容">利用dbcc writepage命令修改SQL SQLSERVER中的物理页面上的内容</a> (3)</li><li>2010-08-17 -- <a href="https://www.dbainfo.net/sql-server-io-requests-taking-longer-than-15-seconds-to-complete-on-file.htm" title="[SQL SERVER] I/O requests taking longer than 15 seconds to complete on file">[SQL SERVER] I/O requests taking longer than 15 seconds to complete on file</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>https://www.dbainfo.net/sqlserver2000-torn_page_detection-error-823.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
