<?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 Sep 2010 18:10:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>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</p>
]]></content:encoded>
	</item>
</channel>
</rss>
