Is there a way to see when a table was modified vs. created. I can see the "createdate" by running script:
select * from sysobjects where type = 'u'
This returns "crdate" among other fields, but is there a way to know when it was modified (if it was)? I noticed there's a "refdate" but it's the same datetime value as the "crdate".
thx,
john