 




<?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/"
		>
<channel>
	<title>Comments on: How can I restore a database from .mdf file?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-restore-a-database-from-mdf-file-i-only-have-mdf-backup-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-restore-a-database-from-mdf-file-i-only-have-mdf-backup-file/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 13:28:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: jimfrancis</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-restore-a-database-from-mdf-file-i-only-have-mdf-backup-file/#comment-119601</link>
		<dc:creator>jimfrancis</dc:creator>
		<pubDate>Fri, 17 May 2013 21:36:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-119601</guid>
		<description><![CDATA[Apply&#160;microsoft sql fix database errors&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Material&#160;&lt;a href=&quot;http://www.fixsqldatabase.com&quot;&gt;http://www.fixsqldatabase.com&lt;/a&gt;&#160;about how to restore .mdf files&lt;/div&gt;]]></description>
		<content:encoded><![CDATA[<p>Apply&nbsp;microsoft sql fix database errors
<div></div>
<div>Material&nbsp;<a href="http://www.fixsqldatabase.com">http://www.fixsqldatabase.com</a>&nbsp;about how to restore .mdf files</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: narashiman</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-restore-a-database-from-mdf-file-i-only-have-mdf-backup-file/#comment-79401</link>
		<dc:creator>narashiman</dc:creator>
		<pubDate>Tue, 20 Jul 2010 08:06:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-79401</guid>
		<description><![CDATA[Restoring MSSQL Database from .bak files

1.	Open SQL Server Management Studio on your local machine.
2.	Right click the Databases folder. From the pop-up menu, select New Database.
3.	Enter a database name, and then click Ok.
4.	Right click the new database icon. From the pop-up menu, select Tasks -&gt; Restore -&gt; Database.
5.	Select the From Device option, and then click the browse button.
6.	Click Add and navigate to the appropriate file. Click Ok.
7.	In the Restore Database window, select the checkbox next to your .bak file.
8.	Switch to the Options page. Select the Overwrite the existing databasecheckbox.
9.	Click Ok.
10.	Verify the contents of your database, which is now active on your local machine.

Restoring MSSQL Database from .mdf files

1.	Open SQL Server Management Studio on your local machine.
2.	Right click the Databases folder. From the pop-up menu, select Attach.
3.	Click Add and select the appropriate .mdf file. Click Ok, and then click Ok again.
4.	Verify the contents of your database, which is now active on your local machine.]]></description>
		<content:encoded><![CDATA[<p>Restoring MSSQL Database from .bak files</p>
<p>1.	Open SQL Server Management Studio on your local machine.<br />
2.	Right click the Databases folder. From the pop-up menu, select New Database.<br />
3.	Enter a database name, and then click Ok.<br />
4.	Right click the new database icon. From the pop-up menu, select Tasks -&gt; Restore -&gt; Database.<br />
5.	Select the From Device option, and then click the browse button.<br />
6.	Click Add and navigate to the appropriate file. Click Ok.<br />
7.	In the Restore Database window, select the checkbox next to your .bak file.<br />
8.	Switch to the Options page. Select the Overwrite the existing databasecheckbox.<br />
9.	Click Ok.<br />
10.	Verify the contents of your database, which is now active on your local machine.</p>
<p>Restoring MSSQL Database from .mdf files</p>
<p>1.	Open SQL Server Management Studio on your local machine.<br />
2.	Right click the Databases folder. From the pop-up menu, select Attach.<br />
3.	Click Add and select the appropriate .mdf file. Click Ok, and then click Ok again.<br />
4.	Verify the contents of your database, which is now active on your local machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narashiman</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-restore-a-database-from-mdf-file-i-only-have-mdf-backup-file/#comment-79400</link>
		<dc:creator>narashiman</dc:creator>
		<pubDate>Tue, 20 Jul 2010 08:05:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-79400</guid>
		<description><![CDATA[The above is the method for converting the .mdf to .bak.
You just need to restore the .mdf file and then take a backup from the SQL Server (which will be in .bak format)

Hope this post help you all. 

Cheers!!
Narashiman]]></description>
		<content:encoded><![CDATA[<p>The above is the method for converting the .mdf to .bak.<br />
You just need to restore the .mdf file and then take a backup from the SQL Server (which will be in .bak format)</p>
<p>Hope this post help you all. </p>
<p>Cheers!!<br />
Narashiman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 6543</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-restore-a-database-from-mdf-file-i-only-have-mdf-backup-file/#comment-76684</link>
		<dc:creator>6543</dc:creator>
		<pubDate>Sat, 01 May 2010 00:49:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-76684</guid>
		<description><![CDATA[Hi, 
I am having mdf and ldf files but I can&#039;t restore the these files in the database How can I restore the above files? Please can anyone help me?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am having mdf and ldf files but I can&#8217;t restore the these files in the database How can I restore the above files? Please can anyone help me?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/8 queries in 0.040 seconds using memcached
Object Caching 311/312 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 15:28:21 -->