<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>CFgears - Databases</title>
			<link>http://www.cfgears.com/index.cfm</link>
			<description>Eric Cobb&apos;s blog about ColdFusion, Railo, Mach-II, Web Development, and other things that make the CF Gears in my head turn.</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 10:14:12 -0500</pubDate>
			<lastBuildDate>Tue, 20 Jul 2010 12:30:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>ecobb@ecartech.com</managingEditor>
			<webMaster>ecobb@ecartech.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>ecobb@ecartech.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Automating backups for SQL Server Express</title>
				<link>http://www.cfgears.com/index.cfm/2010/7/20/Automating-backups-for-SQL-Server-Express</link>
				<description>
				
				&lt;p&gt;
I like SQL Server.  It&apos;s always been my RDBMS of choice, and has pretty much been the standard at most places I&apos;ve worked.  But here at my current gig we use Oracle, and we recently purchased a third party application that requires SQL Server.  Since this application wasn&apos;t going to be working with a ton of data, and it&apos;s probably the only thing we&apos;ll use SQL Server for, we opted to go with SQL Server Express instead of actually purchasing a full-blown edition.  
&lt;/p&gt;&lt;p&gt;
One of the limitations of SQL Server Express is that you can&apos;t automate backups in it like you can the other versions of SQL Server.  You have to manually write the backup scripts and then schedule them to run in Windows Scheduled Tasks.  This really isn&apos;t a big deal, but it is annoying.  So, as you can imagine, as soon as we got our databases up an running, the first thing I had to do was create some backup scripts.  
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Databases</category>				
				
				<pubDate>Tue, 20 Jul 2010 12:30:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2010/7/20/Automating-backups-for-SQL-Server-Express</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Problem with cfqueryparam and Oracle&apos;s char datatype.</title>
				<link>http://www.cfgears.com/index.cfm/2010/1/8/Problem-with-cfqueryparam-and-Oracles-char-datatype</link>
				<description>
				
				&lt;p&gt;I ran into a problem this afternoon with cfqueryparam when querying an Oracle database that really had me scratching my head.  In my query&apos;s WHERE clause I was filtering against a column that had a CHAR(8) datatype, but whenever I ran the query with cfqueryparam it wouldn&apos;t return any results.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Databases</category>				
				
				<category>CFML</category>				
				
				<pubDate>Fri, 08 Jan 2010 15:51:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2010/1/8/Problem-with-cfqueryparam-and-Oracles-char-datatype</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Elvis has left the building! (or so MySQL says...)</title>
				<link>http://www.cfgears.com/index.cfm/2009/6/3/Elvis-has-left-the-building-or-so-MySQL-says</link>
				<description>
				
				&lt;p&gt;Probably one of the most useless database errors I have ever come across (besides the &quot;Catastrophic Failure&quot; I sometimes seem to generate in SQL Server), is &quot;The MySQL Server Has Gone Away&quot;.
&lt;/p&gt;&lt;p&gt;
Really? Where did it go? Is it coming back anytime soon, because I&apos;ve got work to do.
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Databases</category>				
				
				<pubDate>Wed, 03 Jun 2009 11:21:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2009/6/3/Elvis-has-left-the-building-or-so-MySQL-says</guid>
				
				
			</item>
			
		 	
			</channel></rss>