 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>If it has a plug, it&#039;s IT stuff &#187; SQL Server</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/it-support/tag/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/it-support</link>
	<description></description>
	<lastBuildDate>Wed, 26 Nov 2008 09:46:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>[TLBAT] Microsoft SQL Express Edition automated backup</title>
		<link>http://itknowledgeexchange.techtarget.com/it-support/tlbat-microsoft-sql-express-edition-automated-backup/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-support/tlbat-microsoft-sql-express-edition-automated-backup/#comments</comments>
		<pubDate>Fri, 16 May 2008 16:13:30 +0000</pubDate>
		<dc:creator>alessandro.panzetta</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[IT support]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[TLBAT]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-support/tlbat-microsoft-sql-express-edition-automated-backup/</guid>
		<description><![CDATA[An ERP application that the company where I work at the moment is selling, relies on Microsoft SQL databases but, obviously, most of the customers where this application is deployed yell as crazy when they do know the license cost for Microsoft SQL 2005. So you are at a crossroad: Install a “friendly” copy that [...]]]></description>
				<content:encoded><![CDATA[<p><span>An ERP application that the company where I work at the moment is selling, relies on Microsoft SQL databases but, obviously, most of the customers where this application is deployed yell as crazy when they do know the license cost for Microsoft SQL 2005.</span></p>
<p class="MsoNormal"><span>So you are at a crossroad:</span></p>
<ol>
<li class="MsoNormal"><span>Install a “friendly” copy that      you own</span></li>
<li class="MsoNormal"><span>Install the Express/Advanced      edition with limits</span></li>
</ol>
<p class="MsoNormal"><span> Seen that you’re a good guy you always install the Express/Advanced edition but you know that you are going to miss lots of functions and opportunities that you’d have with the Standard version…first of all the backup!!!</span></p>
<p class="MsoNormal"><span>In order to have similar scriptable feature that you have in the Standard version you can use <a href="http://www.codeplex.com/ExpressMaint" target="_blank">ExpressMaint</a> that can be scheduled to run at night time so you can perform backups, reindex and so on.</span></p>
<p class="MsoNormal"><span>Personally I prefer to have a full backup, compress it with WinRar and then, if no reliable backup device is present at the customer site, send it via ftp to our server.</span></p>
<p><span>Hereafter an sxample of a daily full backup of all user databases on a computer called PC01 that will be saved in the <em>c:\backup</em> folder: </span></p>
<p class="MsoNormal"><em><span><code>c:\ExpressMaint.exe -S  PC01 -D ALL_USER -B c:\backup -BU DAYS -BV 1 -T DB</code></span></em><span></span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-support/tlbat-microsoft-sql-express-edition-automated-backup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
