I am importing and appending records to a particular table. Currently I am using GETDATE() to populate the LASTUPDATEDDATETIME field, but it updates the entire table. I really want something like timestamp without the BINARY characteristic. Can someone point me in the right direction to accomplish this task. Specifically, I would like a unique timestamp in varchar or datetime data type for each record.
Thanks in advance,
Donald
Thanks in advance,
Donald