I have a table containing an identity column as well as a column representing the creation date:
CREATE TABLE dbo.OrderStatus ( OrderStatusId int IDENTIT
Set up a trigger when a new row is CREATEd:
https://msdn.microsoft.com/en-us/library/ms189799.aspx