<?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>..::CHANGE is INEVITABLE::.. &#187; stored procedure</title>
	<atom:link href="http://kedar.nitty-witty.com/blog/tag/stored-procedure/feed" rel="self" type="application/rss+xml" />
	<link>http://kedar.nitty-witty.com/blog</link>
	<description>Kedar&#039;s Blog for MySQL and more</description>
	<lastBuildDate>Thu, 03 May 2012 16:32:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using LOAD DATA INFILE with Stored Procedure Workaround-MySQL</title>
		<link>http://kedar.nitty-witty.com/blog/using-load-data-infile-with-stored-procedure-workaround-mysql</link>
		<comments>http://kedar.nitty-witty.com/blog/using-load-data-infile-with-stored-procedure-workaround-mysql#comments</comments>
		<pubDate>Tue, 30 Nov 2010 06:58:36 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[load data]]></category>
		<category><![CDATA[mysql_udf]]></category>
		<category><![CDATA[stored procedure]]></category>
		<category><![CDATA[sys_exec]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=1384</guid>
		<description><![CDATA[Okay! So here we will use Load Data syntax to load file into MySQL Server in a Stored procedure. Yep! It&#8217;s a workaround. Download MySQL UDF: [root@localhost kedar]# wget http://www.mysqludf.org/lib_mysqludf_sys/lib_mysqludf_sys_0.0.3.tar.gz...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/using-load-data-infile-with-stored-procedure-workaround-mysql/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>MySQL Stored procedure to Generate-Extract Insert Statement</title>
		<link>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-to-generate-extract-insert-statement</link>
		<comments>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-to-generate-extract-insert-statement#comments</comments>
		<pubDate>Wed, 05 May 2010 11:14:28 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=888</guid>
		<description><![CDATA[A lot of places I saw people asking for ways to generate Insert statements. We do have GUI Tools which can extract insert statements for us readily. of the time...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-to-generate-extract-insert-statement/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ideas for select all columns but one mysql stored procedure</title>
		<link>http://kedar.nitty-witty.com/blog/ideas-for-select-all-columns-but-one-mysql-stored-procedure</link>
		<comments>http://kedar.nitty-witty.com/blog/ideas-for-select-all-columns-but-one-mysql-stored-procedure#comments</comments>
		<pubDate>Fri, 05 Mar 2010 13:35:40 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[select all but one]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=649</guid>
		<description><![CDATA[Assume we&#8217;ve a table with 100 rows and we need to select all columns but one. The problem is headache of actually typing out all 99 required columns!! Solutions /...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/ideas-for-select-all-columns-but-one-mysql-stored-procedure/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stored procedure to add-remove prefix by rename table mysql</title>
		<link>http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql</link>
		<comments>http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql#comments</comments>
		<pubDate>Mon, 08 Feb 2010 08:56:19 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=472</guid>
		<description><![CDATA[Here is one more procedure &#8211; (this time) for mass renaming of table. Adding and Removing table-name prefixes A friend of mine was renaming 100+ tables by using replace methods...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/stored-procedure-to-add-remove-prefix-by-rename-table-mysql/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Stored procedure to Find database objects</title>
		<link>http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects</link>
		<comments>http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects#comments</comments>
		<pubDate>Sat, 05 Dec 2009 15:13:34 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=311</guid>
		<description><![CDATA[This procedure lists available database objects under passed database name. It lists present Tables, Views, Stored Procedures, Functions and Triggers under particular database. It also lists storage engine of tables....]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL Stored procedure – Split Delimited string into Rows</title>
		<link>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-split-delimited-string-into-rows</link>
		<comments>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-split-delimited-string-into-rows#comments</comments>
		<pubDate>Sat, 05 Dec 2009 19:58:35 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[split delimited string]]></category>
		<category><![CDATA[split string]]></category>
		<category><![CDATA[stored procedure]]></category>
		<category><![CDATA[string to rows]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=290</guid>
		<description><![CDATA[This procedure will split  a “;” separated column in to new fields preserving ids. This is very specific problem, lets check it with example. Consider a sample table test: And...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/mysql-stored-procedure-split-delimited-string-into-rows/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>MySQL Stored procedure – Execute query if table or Column exists</title>
		<link>http://kedar.nitty-witty.com/blog/stored-procedure-execute-query-if-table-or-column-exists</link>
		<comments>http://kedar.nitty-witty.com/blog/stored-procedure-execute-query-if-table-or-column-exists#comments</comments>
		<pubDate>Sat, 05 Dec 2009 19:42:01 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Create table if exists]]></category>
		<category><![CDATA[execute query if exists]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=287</guid>
		<description><![CDATA[Well procedures mainly carried out working with information schema and it&#8217;s usage in stored procedure. Procedures are fairly simple and easy to understand. 1. Edit_table – following procedure executes queries to...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/stored-procedure-execute-query-if-table-or-column-exists/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Calculate Mysql Memory Usage – Quick Stored Proc</title>
		<link>http://kedar.nitty-witty.com/blog/calculte-mysql-memory-usage-quick-stored-proc</link>
		<comments>http://kedar.nitty-witty.com/blog/calculte-mysql-memory-usage-quick-stored-proc#comments</comments>
		<pubDate>Mon, 16 Nov 2009 21:41:28 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[calculate mysql memory usage]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=227</guid>
		<description><![CDATA[While going through mysql doc and MySQL Server Memory Usage, I noted following quick points regarding how mysql uses memory. We have global buffers which are allocated irrespective of connections...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/calculte-mysql-memory-usage-quick-stored-proc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search-find through all databases, tables, columns in mysql</title>
		<link>http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql</link>
		<comments>http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql#comments</comments>
		<pubDate>Thu, 29 Oct 2009 08:04:35 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[all table all columns]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[find in tables]]></category>
		<category><![CDATA[Search in all databases]]></category>
		<category><![CDATA[stored procedure]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=38</guid>
		<description><![CDATA[What will you do if one day some one ask you to find single string in all databases, all tables and in all columns? I just read such question and tried to find...]]></description>
		<wfw:commentRss>http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

