<?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>@randymelder &#187; stored procedure</title>
	<atom:link href="http://randymelder.com/tag/stored-procedure/feed/" rel="self" type="application/rss+xml" />
	<link>http://randymelder.com</link>
	<description>random randy ramblings</description>
	<lastBuildDate>Thu, 26 Jan 2012 17:14:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Row Deletion MySQL Stored Procedure</title>
		<link>http://randymelder.com/2011/06/21/row-deletion-mysql-stored-procedure/</link>
		<comments>http://randymelder.com/2011/06/21/row-deletion-mysql-stored-procedure/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 17:22:10 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[stored]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://randymelder.com/?p=4271</guid>
		<description><![CDATA[Scenario: You&#8217;ve got a huge history table that&#8217;s getting too big to deal with. It&#8217;s grown out of your control and the application has an SLA of 100% uptime. What now? My solution: The answer is to archive rows off the system, then delete rows by primary key. DROP PROCEDURE IF EXISTS proc_delete_id_range_safe; DELIMITER $$ [...]]]></description>
		<wfw:commentRss>http://randymelder.com/2011/06/21/row-deletion-mysql-stored-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL memory usage stored procedure</title>
		<link>http://randymelder.com/2010/01/01/mysql_memory_usage_stored_procedure/</link>
		<comments>http://randymelder.com/2010/01/01/mysql_memory_usage_stored_procedure/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 15:37:40 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://www.randymelder.com/?p=172</guid>
		<description><![CDATA[Want to know a close approximation of how much RAM MySQL is consuming right now? There&#8217;s a simple formula posted at MySQL.com. Want to add a function to your MySQL database that will allow you to access this value without having to remember the formula? Answer: Create a Stored Procedure I&#8217;m assuming your using a [...]]]></description>
		<wfw:commentRss>http://randymelder.com/2010/01/01/mysql_memory_usage_stored_procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

