<?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>Part Time Webmaster Blog &#187; Databases</title>
	<atom:link href="http://www.parttimewebmaster.com/category/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parttimewebmaster.com</link>
	<description>Part Time Webmaster blog for website owners</description>
	<lastBuildDate>Thu, 04 Mar 2010 02:51:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>How do I find all stored procedures containing the following text: xyz</title>
		<link>http://www.parttimewebmaster.com/c/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.parttimewebmaster.com/c/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 02:41:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[find all stored procedures]]></category>

		<guid isPermaLink="false">http://www.parttimewebmaster.com/?p=478</guid>
		<description><![CDATA[Run the following sql in a query window. Make sure to substitute the xyz. *Note, when you copy this, the single quotes may change. So, if it crashes when you run it, replace the single quotes with actual single quotes.
SELECT ROUTINE_NAME, ROUTINE_DEFINITION
    FROM INFORMATION_SCHEMA.ROUTINES
    WHERE ROUTINE_DEFINITION LIKE &#8216;%xyz%&#8217;
  [...]]]></description>
			<content:encoded><![CDATA[<p>Run the following sql in a query window. Make sure to substitute the xyz. *Note, when you copy this, the single quotes may change. So, if it crashes when you run it, replace the single quotes with actual single quotes.</p>
<p>SELECT ROUTINE_NAME, ROUTINE_DEFINITION<br />
    FROM INFORMATION_SCHEMA.ROUTINES<br />
    WHERE ROUTINE_DEFINITION LIKE &#8216;%xyz%&#8217;<br />
    AND ROUTINE_TYPE=&#8217;PROCEDURE&#8217;</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.parttimewebmaster.com%2Fc%2F&amp;linkname=How%20do%20I%20find%20all%20stored%20procedures%20containing%20the%20following%20text%3A%20xyz"><img src="http://www.parttimewebmaster.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.parttimewebmaster.com/c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.012 seconds -->
<!-- Cached page served by WP-Cache -->
