<?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: Backup and restore SQL databases using powershell</title>
	<atom:link href="http://andrewmorgan.ie/2011/12/backup-and-restore-sql-databases-using-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewmorgan.ie/2011/12/backup-and-restore-sql-databases-using-powershell/</link>
	<description>Grumpy ramblings</description>
	<lastBuildDate>Mon, 06 Jun 2016 09:35:32 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>By: Bryan</title>
		<link>http://andrewmorgan.ie/2011/12/backup-and-restore-sql-databases-using-powershell/#comment-422</link>
		<dc:creator><![CDATA[Bryan]]></dc:creator>
		<pubDate>Wed, 24 Apr 2013 20:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://andrewmorgan.ie/?p=1236#comment-422</guid>
		<description><![CDATA[I get an error that says Access is denied for the backup device... (Operating System Error 5) Strange thing is that it creates the backup file, just doesn&#039;t know how to write to it after that.  Any ideas?]]></description>
		<content:encoded><![CDATA[<p>I get an error that says Access is denied for the backup device&#8230; (Operating System Error 5) Strange thing is that it creates the backup file, just doesn&#8217;t know how to write to it after that.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Morgan</title>
		<link>http://andrewmorgan.ie/2011/12/backup-and-restore-sql-databases-using-powershell/#comment-421</link>
		<dc:creator><![CDATA[Andrew Morgan]]></dc:creator>
		<pubDate>Tue, 27 Nov 2012 23:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://andrewmorgan.ie/?p=1236#comment-421</guid>
		<description><![CDATA[Thanks for the feedback / correction.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the feedback / correction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bynez</title>
		<link>http://andrewmorgan.ie/2011/12/backup-and-restore-sql-databases-using-powershell/#comment-420</link>
		<dc:creator><![CDATA[Bynez]]></dc:creator>
		<pubDate>Tue, 27 Nov 2012 22:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://andrewmorgan.ie/?p=1236#comment-420</guid>
		<description><![CDATA[Your help documentation states that the parameter is named SQLTrustedConnection, but in the PS code it is actually -TrustedConnection (no SQL at the beginning)

restore-SQLdatabase -SQLServer &quot;sqlserver&quot; -SQLDatabase &quot;database&quot; -Path &quot;servershare$backup.bak&quot; -SQLTrustedConnection]]></description>
		<content:encoded><![CDATA[<p>Your help documentation states that the parameter is named SQLTrustedConnection, but in the PS code it is actually -TrustedConnection (no SQL at the beginning)</p>
<p>restore-SQLdatabase -SQLServer &#8220;sqlserver&#8221; -SQLDatabase &#8220;database&#8221; -Path &#8220;servershare$backup.bak&#8221; -SQLTrustedConnection</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://andrewmorgan.ie/2011/12/backup-and-restore-sql-databases-using-powershell/#comment-419</link>
		<dc:creator><![CDATA[Eugene]]></dc:creator>
		<pubDate>Thu, 22 Nov 2012 13:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://andrewmorgan.ie/?p=1236#comment-419</guid>
		<description><![CDATA[Hello, here is a simple way of backing up and restoring via poowershell
http://pragmaticcoding.com/index.php/sharepoint-2010-simple-backuprestore-via-powershell/]]></description>
		<content:encoded><![CDATA[<p>Hello, here is a simple way of backing up and restoring via poowershell<br />
<a href="http://pragmaticcoding.com/index.php/sharepoint-2010-simple-backuprestore-via-powershell/" rel="nofollow">http://pragmaticcoding.com/index.php/sharepoint-2010-simple-backuprestore-via-powershell/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Morgan</title>
		<link>http://andrewmorgan.ie/2011/12/backup-and-restore-sql-databases-using-powershell/#comment-418</link>
		<dc:creator><![CDATA[Andrew Morgan]]></dc:creator>
		<pubDate>Mon, 01 Oct 2012 09:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://andrewmorgan.ie/?p=1236#comment-418</guid>
		<description><![CDATA[Hi Dan,

This script was the extent of my SQL knowledge I&#039;m afraid :(

A]]></description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>This script was the extent of my SQL knowledge I&#8217;m afraid <img src="http://andrewmorgan.ie/wp-includes/images/smilies/icon_sad.gif" alt=":(" class="wp-smiley" /></p>
<p>A</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://andrewmorgan.ie/2011/12/backup-and-restore-sql-databases-using-powershell/#comment-417</link>
		<dc:creator><![CDATA[Dan]]></dc:creator>
		<pubDate>Fri, 28 Sep 2012 15:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://andrewmorgan.ie/?p=1236#comment-417</guid>
		<description><![CDATA[Andrew - thanks for the great work here! It&#039;ll be a massive time saver.

I&#039;m able to get a database backed up to a file, but I&#039;m trying to duplicate rather than doing a restore over the original. I started with errors about the new database not existing. I&#039;m able to script around that, but now I&#039;m getting errors about the mdf and ldf being in use. Can you point me in the direction of some resources where I can look into modifying your work to cope with this?

Thanks again for this - it&#039;ll massively speed up the deployment of our test environment (a great thing to achieve a few weeks before my Performance Review!)]]></description>
		<content:encoded><![CDATA[<p>Andrew &#8211; thanks for the great work here! It&#8217;ll be a massive time saver.</p>
<p>I&#8217;m able to get a database backed up to a file, but I&#8217;m trying to duplicate rather than doing a restore over the original. I started with errors about the new database not existing. I&#8217;m able to script around that, but now I&#8217;m getting errors about the mdf and ldf being in use. Can you point me in the direction of some resources where I can look into modifying your work to cope with this?</p>
<p>Thanks again for this &#8211; it&#8217;ll massively speed up the deployment of our test environment (a great thing to achieve a few weeks before my Performance Review!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Morgan</title>
		<link>http://andrewmorgan.ie/2011/12/backup-and-restore-sql-databases-using-powershell/#comment-416</link>
		<dc:creator><![CDATA[Andrew Morgan]]></dc:creator>
		<pubDate>Mon, 11 Jun 2012 13:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://andrewmorgan.ie/?p=1236#comment-416</guid>
		<description><![CDATA[Hi Sara,

Sounds like you have the connection strings mixed up, did you modify the file after you downloaded it?

Email me on andrew[at]andrewmorgan.ie and send me a copy of the file you are using, you probably dont want to publish it here :)

A]]></description>
		<content:encoded><![CDATA[<p>Hi Sara,</p>
<p>Sounds like you have the connection strings mixed up, did you modify the file after you downloaded it?</p>
<p>Email me on andrew[at]andrewmorgan.ie and send me a copy of the file you are using, you probably dont want to publish it here <img src="http://andrewmorgan.ie/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
<p>A</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sara</title>
		<link>http://andrewmorgan.ie/2011/12/backup-and-restore-sql-databases-using-powershell/#comment-415</link>
		<dc:creator><![CDATA[Sara]]></dc:creator>
		<pubDate>Mon, 11 Jun 2012 13:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://andrewmorgan.ie/?p=1236#comment-415</guid>
		<description><![CDATA[Thanks for script, but when I try to use it I get &quot;An expression was expected after &#039;(&#039;. At SQLConn.Open (&lt;&lt;&lt;&lt; )&quot;

Why is that?

Thankful for quick answer.]]></description>
		<content:encoded><![CDATA[<p>Thanks for script, but when I try to use it I get &#8220;An expression was expected after &#8216;(&#8216;. At SQLConn.Open (&lt;&lt;&lt;&lt; )&quot;</p>
<p>Why is that?</p>
<p>Thankful for quick answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Morgan</title>
		<link>http://andrewmorgan.ie/2011/12/backup-and-restore-sql-databases-using-powershell/#comment-414</link>
		<dc:creator><![CDATA[Andrew Morgan]]></dc:creator>
		<pubDate>Fri, 18 May 2012 16:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://andrewmorgan.ie/?p=1236#comment-414</guid>
		<description><![CDATA[Thanks for this, I&#039;ll update the script]]></description>
		<content:encoded><![CDATA[<p>Thanks for this, I&#8217;ll update the script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Restuta</title>
		<link>http://andrewmorgan.ie/2011/12/backup-and-restore-sql-databases-using-powershell/#comment-413</link>
		<dc:creator><![CDATA[Restuta]]></dc:creator>
		<pubDate>Fri, 18 May 2012 14:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://andrewmorgan.ie/?p=1236#comment-413</guid>
		<description><![CDATA[Yes, just try to restore database to any with &quot;-&quot; in it&#039;s name. &quot;my-database&quot; for instance.]]></description>
		<content:encoded><![CDATA[<p>Yes, just try to restore database to any with &#8220;-&#8221; in it&#8217;s name. &#8220;my-database&#8221; for instance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
