I have a requirement for one of my projects where I need to see when a given row in a given table was entered. It cannot be dependent on any data contained in the table (e.g., a date column) as it has to work for any given table.
Is this possible and where does SQL Server store the information if it is?