<?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>Words, punctuated &#187; MS SQL Server</title>
	<atom:link href="http://probertson.com/articles/category/ms-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://probertson.com</link>
	<description>Thoughts on web development, user-centered design, code, etc. by Paul Robertson</description>
	<lastBuildDate>Tue, 20 Jul 2010 21:29:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Danny-T on database fundamentals for AIR</title>
		<link>http://probertson.com/articles/2007/06/26/database-fundamentals-for-air/</link>
		<comments>http://probertson.com/articles/2007/06/26/database-fundamentals-for-air/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 20:12:09 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Application Design]]></category>
		<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[Elsewhere on the web]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[local SQL database]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2007/06/26/database-fundamentals-for-air/</guid>
		<description><![CDATA[Dan Thomas (&#8220;Danny-T&#8221;) has written up a nice concise intro to database concepts, geared toward working with databases in AIR. He ends it with a nice list of factors to consider in deciding whether to use a local database (with AIR&#8217;s local SQL database engine) or a remote database (available through the same mechanisms you&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>Dan Thomas (&#8220;Danny-T&#8221;) has written up a nice <a href="http://danny-t.co.uk/index.php/2007/06/23/what-is-an-air-database/">concise intro to database concepts, geared toward working with databases in AIR</a><span id="more-147"></span>. He ends it with a nice list of factors to consider in deciding whether to use a local database (with AIR&#8217;s local SQL database engine) or a remote database (available through the same mechanisms you&#8217;d use in a browser-based Flex/Ajax app).</p>
<p>I definitely agree with his conclusion &#8212; one of the strengths of AIR is that you can use either, or both, of these approaches depending on the needs of your app.</p>
<p>As a side note, the AIR documentation also includes some introductory content on <a href="http://livedocs.adobe.com/labs/air/1/devappsflex/SQL_04.html">relational databases</a>, <a href="http://livedocs.adobe.com/labs/air/1/devappsflex/SQL_05.html">SQL</a>, and related concepts &#8212; although I intentionally kept it limited, since the topic of relational databases is so vast that many books have been written about the subject.</p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2007/06/26/database-fundamentals-for-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server: Controlling Jobs in Transact-SQL</title>
		<link>http://probertson.com/articles/2004/09/08/sql-server-controlling-jobs-in-transact-sql/</link>
		<comments>http://probertson.com/articles/2004/09/08/sql-server-controlling-jobs-in-transact-sql/#comments</comments>
		<pubDate>Wed, 08 Sep 2004 07:15:54 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[MS SQL Server]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/09/08/sql-server-controlling-jobs-in-transact-sql/</guid>
		<description><![CDATA[SQL Server: Controlling Jobs in Transact-SQL
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sqlteam.com/item.asp?ItemID=710">SQL Server: Controlling Jobs in Transact-SQL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/09/08/sql-server-controlling-jobs-in-transact-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server: Building a Mail Queue System</title>
		<link>http://probertson.com/articles/2004/09/08/sql-server-building-a-mail-queue-system/</link>
		<comments>http://probertson.com/articles/2004/09/08/sql-server-building-a-mail-queue-system/#comments</comments>
		<pubDate>Wed, 08 Sep 2004 07:15:10 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Application Design]]></category>
		<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/09/08/sql-server-building-a-mail-queue-system/</guid>
		<description><![CDATA[SQL Server: Building a Mail Queue System
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sqlteam.com/item.asp?ItemID=5908">SQL Server: Building a Mail Queue System</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/09/08/sql-server-building-a-mail-queue-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server: Send E-Mail Without Using SQL Mail</title>
		<link>http://probertson.com/articles/2004/09/08/sql-server-send-e-mail-without-using-sql-mail/</link>
		<comments>http://probertson.com/articles/2004/09/08/sql-server-send-e-mail-without-using-sql-mail/#comments</comments>
		<pubDate>Wed, 08 Sep 2004 07:14:00 +0000</pubDate>
		<dc:creator>Paul Robertson</dc:creator>
				<category><![CDATA[Articles to remember]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://probertson.com/articles/2004/09/08/sql-server-send-e-mail-without-using-sql-mail/</guid>
		<description><![CDATA[SQL Server: Send E-Mail Without Using SQL Mail
]]></description>
			<content:encoded><![CDATA[<p><a href="http://support.microsoft.com/view/tn.asp?kb=312839">SQL Server: Send E-Mail Without Using SQL Mail</a></p>
]]></content:encoded>
			<wfw:commentRss>http://probertson.com/articles/2004/09/08/sql-server-send-e-mail-without-using-sql-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
