<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 21:23:45 +0000</lastBuildDate>
    <item>
      <title>(SQL) Find a Column by Name in User Tables - kencyber</title>
      <link>https://snipplr.com/view/24766/find-a-column-by-name-in-user-tables</link>
      <description>&lt;p&gt;Perform a search of all user tables in the current database to locate a column defined in a user table that matches a certain name.  The first query looks for an exact column name and the second one returns all column names which match a keyword (using the LIKE operator).&lt;/p&gt;</description>
      <pubDate>Mon, 14 Dec 2009 14:31:06 UTC</pubDate>
      <guid>https://snipplr.com/view/24766/find-a-column-by-name-in-user-tables</guid>
    </item>
    <item>
      <title>(SQL) Search functions for the occurance of a string - kencyber</title>
      <link>https://snipplr.com/view/24280/search-functions-for-the-occurance-of-a-string</link>
      <description>&lt;p&gt;Searches the code for all functions in the current database and returns results containing the function name, the character index where the first match was found, and a portion of the code where the match occurred.&lt;/p&gt;</description>
      <pubDate>Fri, 04 Dec 2009 13:23:09 UTC</pubDate>
      <guid>https://snipplr.com/view/24280/search-functions-for-the-occurance-of-a-string</guid>
    </item>
    <item>
      <title>(SQL) Search stored procedures for the occurance of a string - kencyber</title>
      <link>https://snipplr.com/view/24279/search-stored-procedures-for-the-occurance-of-a-string</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Fri, 04 Dec 2009 13:15:15 UTC</pubDate>
      <guid>https://snipplr.com/view/24279/search-stored-procedures-for-the-occurance-of-a-string</guid>
    </item>
  </channel>
</rss>
