﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server Newbies  / Last Modified / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 14:25:04 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Last Modified</title><link>http://www.sqlservercentral.com/Forums/Topic764993-1291-1.aspx</link><description>The problem was with the Delimitator :) now It works... thank u 4 replay</description><pubDate>Mon, 23 Jul 2012 00:13:00 GMT</pubDate><dc:creator>geidy_killer89</dc:creator></item><item><title>RE: Last Modified</title><link>http://www.sqlservercentral.com/Forums/Topic764993-1291-1.aspx</link><description>geidy_killer: Thread hijacking issues aside, you may find the information you seek in this forum post: [url]http://www.sqlservercentral.com/Forums/Topic1332707-392-1.aspx[/url]Look for answers in it from Kingston and me.</description><pubDate>Mon, 23 Jul 2012 00:10:05 GMT</pubDate><dc:creator>dwain.c</dc:creator></item><item><title>RE: Last Modified</title><link>http://www.sqlservercentral.com/Forums/Topic764993-1291-1.aspx</link><description>[quote][b]geidy_killer89 (7/13/2012)[/b][hr]my database  [sahia] the table [carti] i want to automaticaly change the [datead] field , with the curent date when i insert or update a record. I've tried but did not work[/quote]Welcome to SQL Server Central !!!Please do not post your problems in other threads.Create a new thread of your own and post the code of the trigger you are using along with some explanation of what you are trying to do.</description><pubDate>Mon, 16 Jul 2012 02:18:53 GMT</pubDate><dc:creator>Kingston Dhasian</dc:creator></item><item><title>RE: Last Modified</title><link>http://www.sqlservercentral.com/Forums/Topic764993-1291-1.aspx</link><description>my database  [sahia] the table [carti] i want to automaticaly change the [datead] field , with the curent date when i insert or update a record. I've tried but did not work</description><pubDate>Fri, 13 Jul 2012 22:12:23 GMT</pubDate><dc:creator>geidy_killer89</dc:creator></item><item><title>RE: Last Modified</title><link>http://www.sqlservercentral.com/Forums/Topic764993-1291-1.aspx</link><description>Very neat! Thanks.</description><pubDate>Tue, 04 Aug 2009 12:08:26 GMT</pubDate><dc:creator>AFIFM</dc:creator></item><item><title>RE: Last Modified</title><link>http://www.sqlservercentral.com/Forums/Topic764993-1291-1.aspx</link><description>heres a generic example; if you post your actual table definition, we could tailor the example to your actual table:[code]Create Trigger TableName_Update On TableName For Update AsUpdate Tb    Set tb.date_modified = GetDate()    From TableName Tb    Join Inserted i on Tb.PKColumn = i.PKColumn[/code]</description><pubDate>Tue, 04 Aug 2009 10:48:05 GMT</pubDate><dc:creator>Lowell</dc:creator></item><item><title>Last Modified</title><link>http://www.sqlservercentral.com/Forums/Topic764993-1291-1.aspx</link><description>I am working on a project that will require the transfer of thousands of records from one DB to another. I need to add a new column (LastModified) (Date/Time) to capture the last time a record was modified so I can go back and reconcile the data. Assistance with a trigger to do that is much appreciated.Best,</description><pubDate>Tue, 04 Aug 2009 10:43:54 GMT</pubDate><dc:creator>AFIFM</dc:creator></item></channel></rss>