<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; 2005 &#8211; Restore Database Using Corrupt Datafiles (.mdf and .ldf)</title>
	<atom:link href="http://blog.sqlauthority.com/2008/04/07/sql-server-2005-restore-database-using-corrupt-datafiles-mdf-and-ldf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/04/07/sql-server-2005-restore-database-using-corrupt-datafiles-mdf-and-ldf/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://blog.sqlauthority.com/2008/04/07/sql-server-2005-restore-database-using-corrupt-datafiles-mdf-and-ldf/#comment-45062</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 24 Dec 2008 11:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=561#comment-45062</guid>
		<description>Recommend use this tool-fix mdf,as far as i know it is free and has many other features,utility can repair data from corrupted databases in the MS SQL Server format (files with the *.mdf extension),supports data extraction via the local area network,can save recovered data as SQL scripts, it is also possible to split data into files of any size,compatible with all supported versions of Microsoft Windows, such as Windows 98, Windows Me, Windows NT 4.0, Windows 2000, Windows XP, Windows XP SP2, Windows 2003 Server, Windows Vista,tool supports the following database formats: Microsoft SQL Server 7.0, 2000, 2005,also can repair .mdf files of Microsoft SQL Server 2005, repair mdf file of Microsoft SQL Server 2005 (64-bit).</description>
		<content:encoded><![CDATA[<p>Recommend use this tool-fix mdf,as far as i know it is free and has many other features,utility can repair data from corrupted databases in the MS SQL Server format (files with the *.mdf extension),supports data extraction via the local area network,can save recovered data as SQL scripts, it is also possible to split data into files of any size,compatible with all supported versions of Microsoft Windows, such as Windows 98, Windows Me, Windows NT 4.0, Windows 2000, Windows XP, Windows XP SP2, Windows 2003 Server, Windows Vista,tool supports the following database formats: Microsoft SQL Server 7.0, 2000, 2005,also can repair .mdf files of Microsoft SQL Server 2005, repair mdf file of Microsoft SQL Server 2005 (64-bit).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - 2005 - Restore Database Using Corrupt Datafiles (.mdf and .ldf) - Part 2 Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2008/04/07/sql-server-2005-restore-database-using-corrupt-datafiles-mdf-and-ldf/#comment-35132</link>
		<dc:creator>SQL SERVER - 2005 - Restore Database Using Corrupt Datafiles (.mdf and .ldf) - Part 2 Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Wed, 16 Apr 2008 10:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=561#comment-35132</guid>
		<description>[...] 10, 2008 by pinaldave    Blog reader Donald Crowther has posted following comment. I have not tested this solution and when I tried to test it, it did [...]</description>
		<content:encoded><![CDATA[<p>[...] 10, 2008 by pinaldave    Blog reader Donald Crowther has posted following comment. I have not tested this solution and when I tried to test it, it did [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donald Crowther</title>
		<link>http://blog.sqlauthority.com/2008/04/07/sql-server-2005-restore-database-using-corrupt-datafiles-mdf-and-ldf/#comment-35106</link>
		<dc:creator>Donald Crowther</dc:creator>
		<pubDate>Tue, 15 Apr 2008 17:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=561#comment-35106</guid>
		<description>Very difficult, but I have found the following can sometimes work:

alter database test
set emergency
go

alter database test
set single_user
go

dbcc checkdb (test, repair_allow_data_loss)

alter database test
set multi_user
go


Hope this helps

dvc</description>
		<content:encoded><![CDATA[<p>Very difficult, but I have found the following can sometimes work:</p>
<p>alter database test<br />
set emergency<br />
go</p>
<p>alter database test<br />
set single_user<br />
go</p>
<p>dbcc checkdb (test, repair_allow_data_loss)</p>
<p>alter database test<br />
set multi_user<br />
go</p>
<p>Hope this helps</p>
<p>dvc</p>
]]></content:encoded>
	</item>
</channel>
</rss>
