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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 knowing the date of rows entered into a table

Author  Topic 

nasowl
Starting Member

2 Posts

Posted - 2007-04-30 : 16:26:34
Is there a way to retrieve the date when a row was inserted into a table? My table doesn't contain a current date column.

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2007-04-30 : 16:31:09
Unless you have some kind of auditing mechanism, if you dont already have a date column to record the date of entry, there's no other way AFAIK.

Dinakar Nethi
SQL Server MVP
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-04-30 : 16:31:27
No. SQL Server does not store this information for you.

Tara Kizer
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

nasowl
Starting Member

2 Posts

Posted - 2007-04-30 : 16:35:40
That was quick.
Thanks for the response.
Go to Top of Page
   

- Advertisement -