<?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>cfPadawan.com - RDBMS</title>
			<link>http://www.cfpadawan.com/index.cfm</link>
			<description>cfPadawan.com</description>
			<language>en-us</language>
			<pubDate>Sun, 05 Sep 2010 13:11:51 -0500</pubDate>
			<lastBuildDate>Tue, 11 May 2010 12:38:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>andy@cfpadawan.com</managingEditor>
			<webMaster>andy@cfpadawan.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>andy@cfpadawan.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Hit me baby one more time (MySQL Style)</title>
				<link>http://www.cfpadawan.com/index.cfm/2010/5/11/Hit-me-baby-one-more-time-MySQL-Style</link>
				<description>
				
				So yesterday I blogged on how to create a T-SQL custom scalar function in SQL Server to clean up a DATETIME and output it like this...
05/11/2010 11:37 AM.
So for anyone who is primarily using MySQL (most of our clients use SQL Server but we also take care of some MySQL driven CF apps too) here is the same code for creating and calling your very own inline function on the MySQL platform.  [More]
				</description>
				
				<category>RDBMS</category>
				
				<category>ColdFusion</category>
				
				<category>MySQL</category>
				
				<pubDate>Tue, 11 May 2010 12:38:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2010/5/11/Hit-me-baby-one-more-time-MySQL-Style</guid>
				
				
			</item>
			
			<item>
				<title>Date/Time formatting trick for SQL Server</title>
				<link>http://www.cfpadawan.com/index.cfm/2010/5/10/DateTime-formatting-trick-for-SQL-Server</link>
				<description>
				
				As we all know, ColdFusion has a stellar line up of date and time formatting functions.  But what happens when you need to do this at the database query level in a CFC or a Stored Procedure?  Plus a FREE Scalar function!  [More]
				</description>
				
				<category>SQL Server</category>
				
				<category>ColdFusion</category>
				
				<category>RDBMS</category>
				
				<pubDate>Mon, 10 May 2010 17:22:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2010/5/10/DateTime-formatting-trick-for-SQL-Server</guid>
				
				
			</item>
			
			<item>
				<title>A quick SQL Server tip</title>
				<link>http://www.cfpadawan.com/index.cfm/2010/2/12/A-quick-SQL-Server-tip</link>
				<description>
				
				Have you ever wanted to quickly migrate selected table data back and fourth from your dev database to your live database?  If the answer is yes then this one&apos;s for you.  [More]
				</description>
				
				<category>ORACLE</category>
				
				<category>RDBMS</category>
				
				<category>SQL Server</category>
				
				<category>MySQL</category>
				
				<pubDate>Fri, 12 Feb 2010 14:39:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2010/2/12/A-quick-SQL-Server-tip</guid>
				
				
			</item>
			
			<item>
				<title>Using CFAJAXPROXY to Check Yourself Before You Wreck Yourself!</title>
				<link>http://www.cfpadawan.com/index.cfm/2009/9/11/Using-CFAJAXPROXY-to-Check-Yourself-Before-You-Wreck-Yourself</link>
				<description>
				
				Many web apps that are used for CRUD activities (INSERT, UPDATE and DELETE statements) employ tables that simply have what is often referred to as a manufactured key.  Most people more commonly know this as an auto-increment or auto-numbered identity style of primary key and it is typically stored as a data type that&apos;s an integer of some sort.  This is great until you&apos;re working on something a bit bigger, say a business app, and you want the key to a subsidiary table to hold meaning to the end user throughout the app.  Perhaps you&apos;re setting up location codes or category codes for instance, the value 5 will probably not mean a lot to an end user when filtering inventory reports by location code and it unfortunately forces the user to perform mental lookups to remember that 5 truly means a location of &apos;Chicago&apos;.

So let&apos;s say that you make the decision to structure lookup tables using user defined key values - would you know how to use CF to help maintain referential integrity in your database while not endlessly frustrating your end users?  [More]
				</description>
				
				<category>AJAX</category>
				
				<category>ColdFusion</category>
				
				<category>JavaScript</category>
				
				<category>RDBMS</category>
				
				<pubDate>Fri, 11 Sep 2009 11:37:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2009/9/11/Using-CFAJAXPROXY-to-Check-Yourself-Before-You-Wreck-Yourself</guid>
				
				
			</item>
			</channel></rss>