Hi,
What is the best approach to time stamping a field whenever that row is inserted or modified? I have a couple of tables with a field named MOD_TMSTMP. I want it to update with the current system date/time when changed. I had a trigger to do this, but as I run into loading record counts over 500 records, the process became very slow. I am running SQL 2k A would appreciate any direction. Thanks
Bill
What is the best approach to time stamping a field whenever that row is inserted or modified? I have a couple of tables with a field named MOD_TMSTMP. I want it to update with the current system date/time when changed. I had a trigger to do this, but as I run into loading record counts over 500 records, the process became very slow. I am running SQL 2k A would appreciate any direction. Thanks
Bill