I have a regular table in SQL Server 2012 and I want to sort the data in a certain query by creation date of the records.
The problem is I don't have a column that holds this data for each record.
Is there a way of doing that without the designated column?
Maybe there is some kind of a built-in creation date information that exists in the database and I can access it somehow...