<?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>The Intraweb Home of Andy White &#187; Andy</title>
	<atom:link href="http://acdub.com/blog/author/Andy/feed/" rel="self" type="application/rss+xml" />
	<link>http://acdub.com/blog</link>
	<description>Your personal guide to the wide, wide world of webs</description>
	<lastBuildDate>Sat, 28 Jan 2012 18:40:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SQL Server &#8211; count the records in every table in your database</title>
		<link>http://acdub.com/blog/2012/01/24/sql-server-count-the-records-in-every-table-in-your-database-2/</link>
		<comments>http://acdub.com/blog/2012/01/24/sql-server-count-the-records-in-every-table-in-your-database-2/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 18:36:49 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://acdub.com/blog/?p=260</guid>
		<description><![CDATA[Here&#8217;s a script to create a simple text-based report containing the record counts for every table in your database:]]></description>
		<wfw:commentRss>http://acdub.com/blog/2012/01/24/sql-server-count-the-records-in-every-table-in-your-database-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential Windows Development Tools</title>
		<link>http://acdub.com/blog/2011/12/01/essential-windows-development-tools/</link>
		<comments>http://acdub.com/blog/2011/12/01/essential-windows-development-tools/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 03:02:25 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://acdub.com/blog/?p=237</guid>
		<description><![CDATA[I just had the good fortune of getting a new computer at work, so I thought I would write down all of the tools that I normally install for doing software development on Windows.  I&#8217;ll probably update this over time, and put in links and all that jazz. Before I start, I&#8217;ll just add a [...]]]></description>
		<wfw:commentRss>http://acdub.com/blog/2011/12/01/essential-windows-development-tools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 Installation Errors with Visual Studio 2008</title>
		<link>http://acdub.com/blog/2011/06/01/sql-server-2008-installation-errors-with-visual-studio-2008/</link>
		<comments>http://acdub.com/blog/2011/06/01/sql-server-2008-installation-errors-with-visual-studio-2008/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 00:03:51 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://acdub.com/blog/?p=174</guid>
		<description><![CDATA[I recently ran into a problem when trying to install SQL Server 2008.  Near the end of the install, it does some dependency checking, and my particular install was throwing this error: A previous release of Microsoft Visual Studio 2008 is installed on this computer. Upgrade Microsoft Visual Studio 2008 to the SP1 before installing [...]]]></description>
		<wfw:commentRss>http://acdub.com/blog/2011/06/01/sql-server-2008-installation-errors-with-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server &#8211; kill all processes connected to a database</title>
		<link>http://acdub.com/blog/2011/04/27/sql-server-kill-all-processes-connected-to-a-database/</link>
		<comments>http://acdub.com/blog/2011/04/27/sql-server-kill-all-processes-connected-to-a-database/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 15:36:46 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://acdub.com/blog/?p=198</guid>
		<description><![CDATA[Below is a little script to kill all the processes which are currently connected to your SQL Server database.  I&#8217;m posting this mostly for myself for future reference.  The preferable way to do this is to use the alter database set single_user thing, but that doesn&#8217;t always work, so this is the &#8220;drastic measure&#8221; option.]]></description>
		<wfw:commentRss>http://acdub.com/blog/2011/04/27/sql-server-kill-all-processes-connected-to-a-database/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Window Mobile (6.5 and below) Development Tips</title>
		<link>http://acdub.com/blog/2010/09/01/window-mobile-6-5-and-below-development-tips/</link>
		<comments>http://acdub.com/blog/2010/09/01/window-mobile-6-5-and-below-development-tips/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 23:40:35 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[windows-mobile]]></category>

		<guid isPermaLink="false">http://acdub.com/blog/?p=187</guid>
		<description><![CDATA[I wanted to link to a few good blogs/articles regarding the wonderful world of Windows Mobile  development.  I&#8217;m not talking about Windows Phone 7, this is the old-school Windows Mobile 6.5 and below. This first article has some must-know tips for writing Windows Mobile apps that can run on either the full or compact frameworks.  [...]]]></description>
		<wfw:commentRss>http://acdub.com/blog/2010/09/01/window-mobile-6-5-and-below-development-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

