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 |
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 NethiSQL Server MVP************************Life is short. Enjoy it.************************http://weblogs.sqlteam.com/dinakar/ |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-04-30 : 16:31:27
|
No. SQL Server does not store this information for you.Tara Kizerhttp://weblogs.sqlteam.com/tarad/ |
 |
|
nasowl
Starting Member
2 Posts |
Posted - 2007-04-30 : 16:35:40
|
That was quick.Thanks for the response. |
 |
|
|
|
|