<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/sql/tags/stored</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 18 Jun 2013 16:20:01 GMT</pubDate>
<item>
<title>(SQL) Search Stored Prcedures Code - dmilligan</title>
<link>http://snipplr.com/view/69271/search-stored-prcedures-code/</link>
<description><![CDATA[ <p>Search the source code of all stored procedures.</p> ]]></description>
<pubDate>Thu, 27 Dec 2012 07:35:39 GMT</pubDate>
<guid>http://snipplr.com/view/69271/search-stored-prcedures-code/</guid>
</item>
<item>
<title>(SQL) Last modified - hojgaard</title>
<link>http://snipplr.com/view/63536/last-modified/</link>
<description><![CDATA[ <p>Lists when tables, stored procedure, views and functions where last modified. Shows only modified items within the last 14 days.</p> ]]></description>
<pubDate>Thu, 23 Feb 2012 20:01:21 GMT</pubDate>
<guid>http://snipplr.com/view/63536/last-modified/</guid>
</item>
<item>
<title>(SQL) Mysql Stored Procedured for Movie List - georgemathewkunnathoor</title>
<link>http://snipplr.com/view/58054/mysql-stored-procedured-for-movie-list/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 20 Aug 2011 14:22:12 GMT</pubDate>
<guid>http://snipplr.com/view/58054/mysql-stored-procedured-for-movie-list/</guid>
</item>
<item>
<title>(SQL) sp_rent - georgemathewkunnathoor</title>
<link>http://snipplr.com/view/58025/sprent/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 19 Aug 2011 14:26:45 GMT</pubDate>
<guid>http://snipplr.com/view/58025/sprent/</guid>
</item>
<item>
<title>(SQL) Insert/Update in one stored procedure - Whiteagle</title>
<link>http://snipplr.com/view/57001/insertupdate-in-one-stored-procedure/</link>
<description><![CDATA[ <p>To start my new post area I will share a simple stored procedure that will check if a record exists, if so update it, otherwise create it; Simple hum?! Just Update it to your needs :)</p> ]]></description>
<pubDate>Fri, 22 Jul 2011 01:33:53 GMT</pubDate>
<guid>http://snipplr.com/view/57001/insertupdate-in-one-stored-procedure/</guid>
</item>
<item>
<title>(SQL) Search SQL Server field names and stored procedure text - axs221</title>
<link>http://snipplr.com/view/45683/search-sql-server-field-names-and-stored-procedure-text/</link>
<description><![CDATA[ <p>Search SQL Server field names and stored procedure text, based on a keyword.</p> ]]></description>
<pubDate>Tue, 14 Dec 2010 00:13:39 GMT</pubDate>
<guid>http://snipplr.com/view/45683/search-sql-server-field-names-and-stored-procedure-text/</guid>
</item>
<item>
<title>(SQL) Search Stored Procedure for String - CDIDevs</title>
<link>http://snipplr.com/view/25774/search-stored-procedure-for-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 31 Dec 2009 11:03:00 GMT</pubDate>
<guid>http://snipplr.com/view/25774/search-stored-procedure-for-string/</guid>
</item>
<item>
<title>(SQL) List all Stored Procs in Database - CDIDevs</title>
<link>http://snipplr.com/view/25771/list-all-stored-procs-in-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 31 Dec 2009 10:53:41 GMT</pubDate>
<guid>http://snipplr.com/view/25771/list-all-stored-procs-in-database/</guid>
</item>
<item>
<title>(SQL) Search stored procedures for the occurance of a string - kencyber</title>
<link>http://snipplr.com/view/24279/search-stored-procedures-for-the-occurance-of-a-string/</link>
<description><![CDATA[ <p>Finds all procedures that contain any occurrence of a string.  The results show the name of the procedure, the character index where the first match was found along with the portion of the code that matched the search term.</p> ]]></description>
<pubDate>Fri, 04 Dec 2009 13:15:15 GMT</pubDate>
<guid>http://snipplr.com/view/24279/search-stored-procedures-for-the-occurance-of-a-string/</guid>
</item>
<item>
<title>(SQL) Create a Temporary table within a SQL Stored Procedure - highlyevolved</title>
<link>http://snipplr.com/view/22653/create-a-temporary-table-within-a-sql-stored-procedure/</link>
<description><![CDATA[ <p>A Temp table is great for combining multiple SELECT statements in a Sproc and outputting as just one table.

Don't forget to Drop the table after the  SELECT * FROM #TempTableName at the end.</p> ]]></description>
<pubDate>Fri, 06 Nov 2009 11:12:51 GMT</pubDate>
<guid>http://snipplr.com/view/22653/create-a-temporary-table-within-a-sql-stored-procedure/</guid>
</item>
<item>
<title>(SQL) Search stored procedures for string - charmcitycoder</title>
<link>http://snipplr.com/view/17527/search-stored-procedures-for-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Jul 2009 15:37:23 GMT</pubDate>
<guid>http://snipplr.com/view/17527/search-stored-procedures-for-string/</guid>
</item>
<item>
<title>(SQL) Search through stored procs - hobeau</title>
<link>http://snipplr.com/view/14242/search-through-stored-procs/</link>
<description><![CDATA[ <p>search for text in your stored procedure</p> ]]></description>
<pubDate>Tue, 21 Apr 2009 13:55:14 GMT</pubDate>
<guid>http://snipplr.com/view/14242/search-through-stored-procs/</guid>
</item>
<item>
<title>(SQL) SQLServer 2000 T-SQL Stored Procedure for providing paginated results - planetthoughtful</title>
<link>http://snipplr.com/view/112/sqlserver-2000-tsql-stored-procedure-for-providing-paginated-results/</link>
<description><![CDATA[ <p>Example usage:

exec sp_easypaging '[tblmessages]','[tblmessages].recid','','*','1 = 1','recid',1,5</p> ]]></description>
<pubDate>Fri, 30 Jun 2006 00:44:38 GMT</pubDate>
<guid>http://snipplr.com/view/112/sqlserver-2000-tsql-stored-procedure-for-providing-paginated-results/</guid>
</item>
</channel>
</rss>