<?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 18:15:30 +0000</lastBuildDate>
    <item>
      <title>(SQL) Created Date &amp; Last Modified Date Triggers - jeffxl</title>
      <link>https://snipplr.com/view/2595/created-date--last-modified-date-triggers</link>
      <description>&lt;p&gt;First, create two new fields in your table "Created", and "LastModified" as "datetime" fields, being sure to allow nulls.  Then run this code as a query to create triggers that will update the appropriate field when a record is modified, or a record is inserted.  This proves very useful when you're dealing with a huge database.&#13;
&#13;
In the code below replace [TableName] with your actual table name, and replace [UniqueID] with a unique ID field name in your table.&lt;/p&gt;</description>
      <pubDate>Thu, 03 May 2007 10:52:06 UTC</pubDate>
      <guid>https://snipplr.com/view/2595/created-date--last-modified-date-triggers</guid>
    </item>
  </channel>
</rss>
