<?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 your MS SQL Server with C#</title>
	<atom:link href="http://www.softwarepassion.com/backup-your-ms-sql-server-with-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwarepassion.com/backup-your-ms-sql-server-with-c/</link>
	<description>by Krzysztof Grajek</description>
	<lastBuildDate>Wed, 01 Feb 2012 20:00:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Hi All</title>
		<link>http://www.softwarepassion.com/backup-your-ms-sql-server-with-c/comment-page-1/#comment-1614</link>
		<dc:creator>Hi All</dc:creator>
		<pubDate>Mon, 03 Oct 2011 19:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=80#comment-1614</guid>
		<description>I can not declare type server (private Server sqlsrv). I added reference  Microsoft.SqlServer.Smo and I’m using the Microsoft.SqlServer.Mangement.Smo. Is there something else I should have?</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->I can not declare type server (private Server sqlsrv). I added reference  Microsoft.SqlServer.Smo and I’m using the Microsoft.SqlServer.Mangement.Smo. Is there something else I should have?<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.softwarepassion.com/backup-your-ms-sql-server-with-c/comment-page-1/#comment-1275</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 16 Dec 2010 12:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=80#comment-1275</guid>
		<description>Have a look here: http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.backup.aspx, then read the first comment left by Hazem :)</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Have a look here: <a href="http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.backup.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.backup.aspx</a>, then read the first comment left by Hazem <img src='http://www.softwarepassion.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://www.softwarepassion.com/backup-your-ms-sql-server-with-c/comment-page-1/#comment-1274</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Thu, 16 Dec 2010 11:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=80#comment-1274</guid>
		<description>Hi there,

I tryied this example but it returns this erros on compiling... I added all references stated... but no luck... can someone help?

Tkz
Error	1	The type or namespace name &#039;Backup&#039; could not be found (are you missing a using directive or an assembly reference?)	D:2 - Development1 - IG\pt.IG.SQLBackupRestore\pt.IG.SQLBackupRestore\pt.IG.SQLBackupRestore\Form2.cs	67	17	pt.IG.SQLBackupRestore</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Hi there,</p>
<p>I tryied this example but it returns this erros on compiling&#8230; I added all references stated&#8230; but no luck&#8230; can someone help?</p>
<p>Tkz<br />
Error	1	The type or namespace name &#8216;Backup&#8217; could not be found (are you missing a using directive or an assembly reference?)	D:2 &#8211; Development1 &#8211; IG\pt.IG.SQLBackupRestore\pt.IG.SQLBackupRestore\pt.IG.SQLBackupRestore\Form2.cs	67	17	pt.IG.SQLBackupRestore<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quick Facts</title>
		<link>http://www.softwarepassion.com/backup-your-ms-sql-server-with-c/comment-page-1/#comment-1246</link>
		<dc:creator>Quick Facts</dc:creator>
		<pubDate>Sat, 30 Oct 2010 12:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=80#comment-1246</guid>
		<description>You you could make changes to the post subject title Backup your MS SQL Server with C# &#124; Software Passion to  more better for your subject you write. I loved the the writing however.</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->You you could make changes to the post subject title Backup your MS SQL Server with C# | Software Passion to  more better for your subject you write. I loved the the writing however.<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hazem Abdul Hakeem</title>
		<link>http://www.softwarepassion.com/backup-your-ms-sql-server-with-c/comment-page-1/#comment-614</link>
		<dc:creator>Hazem Abdul Hakeem</dc:creator>
		<pubDate>Mon, 25 May 2009 08:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=80#comment-614</guid>
		<description>Thank you for your help... I really found the pieces of information presented here useful.

I&#039;d like to add a note:
We should add a reference (from .Net tab) to the following:
a) Microsoft.SqlServer.Smo
b) Microsoft.SqlServer.ConnectionInfo

Then we add the following two using statements:
using Microsoft.SqlServer.Management.Common;
using Microsoft.SqlServer.Management.Smo;

Thanks in advance</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Thank you for your help&#8230; I really found the pieces of information presented here useful.</p>
<p>I&#8217;d like to add a note:<br />
We should add a reference (from .Net tab) to the following:<br />
a) Microsoft.SqlServer.Smo<br />
b) Microsoft.SqlServer.ConnectionInfo</p>
<p>Then we add the following two using statements:<br />
using Microsoft.SqlServer.Management.Common;<br />
using Microsoft.SqlServer.Management.Smo;</p>
<p>Thanks in advance<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
</channel>
</rss>

