Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
nguyenl
Posting Yak Master
128 Posts |
Posted - 2008-09-09 : 11:18:59
|
| Hi,After populating a table, How would I create a time stamp on the table to give me an idea when the table was updated?Thanks, |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2008-09-09 : 11:23:47
|
create a column with datetime data type and update that column when you are inserting / updating the records. KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
|
|
|