0

Is there any way to view timestamp of a particular record in a table if we dont have any dedicated timestamp or date column for that table.

BinaryBoy
  • 39
  • 5
  • Hi, if you found my answer helpful, please upvote and/or accept my answer. For more information on accepting answers, please see the page here: http://stackoverflow.com/help/someone-answers – Mike Gardner Jun 04 '14 at 21:58

1 Answers1

1

No. While there may be a timestamp value associated with record, it is used by ASE for transaction logging. timestamp does not convert to a meaningful datetime value.

Mike Gardner
  • 6,611
  • 5
  • 24
  • 34