<?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/tags/procedure</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 08:45:44 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>(VB.NET) DataReader code block - delineo</title>
<link>http://snipplr.com/view/44029/datareader-code-block/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 12 Nov 2010 21:22:29 GMT</pubDate>
<guid>http://snipplr.com/view/44029/datareader-code-block/</guid>
</item>
<item>
<title>(MySQL) Working with spatial extension - lucien144</title>
<link>http://snipplr.com/view/39302/working-with-spatial-extension/</link>
<description><![CDATA[ <p>In this snippet we have one table with GPS points of Queensland (Australia) borders and table of polygons. One of the polygons are created from QLD points by procedure **createPolygon**. Function **checkCoordinatesInPolygon** can check whether GPS coordinates are within some polygon or not.</p> ]]></description>
<pubDate>Thu, 19 Aug 2010 17:08:09 GMT</pubDate>
<guid>http://snipplr.com/view/39302/working-with-spatial-extension/</guid>
</item>
<item>
<title>(MySQL) Nested loop with cursor in procedure - lucien144</title>
<link>http://snipplr.com/view/39300/nested-loop-with-cursor-in-procedure/</link>
<description><![CDATA[ <p>This snippet just showing how to make nested loops with cursors in MySQL.</p> ]]></description>
<pubDate>Thu, 19 Aug 2010 16:59:13 GMT</pubDate>
<guid>http://snipplr.com/view/39300/nested-loop-with-cursor-in-procedure/</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>(Scheme) scheme: check for optional arguments - magicrebirth</title>
<link>http://snipplr.com/view/24676/scheme-check-for-optional-arguments/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Dec 2009 18:05:02 GMT</pubDate>
<guid>http://snipplr.com/view/24676/scheme-check-for-optional-arguments/</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>(Rails) Freeze a gem with GemsOnRails - noah</title>
<link>http://snipplr.com/view/10359/freeze-a-gem-with-gemsonrails/</link>
<description><![CDATA[ <p>On Mac OS 10.5, these are all the commands to install GemsOnRails, freeze the Compass gem and add everything into subversion.  The output of each command (on my machine anyway) is also shown.</p> ]]></description>
<pubDate>Tue, 09 Dec 2008 12:36:45 GMT</pubDate>
<guid>http://snipplr.com/view/10359/freeze-a-gem-with-gemsonrails/</guid>
</item>
<item>
<title>(C#) Database Retrieve - lfbarbieri</title>
<link>http://snipplr.com/view/2617/database-retrieve/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 May 2007 15:24:44 GMT</pubDate>
<guid>http://snipplr.com/view/2617/database-retrieve/</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>