Is there a way to define a datetime column and populate it automatically when a row is inserted, without having to use a trigger?
The value would be the point in time w
Very simple. When designing the table in SSMS, set the field's default value to getdate()
getdate()