Answered
How do you insert data from another table into a table with timestamp column
How do you insert data from another table into a table if the
target table has a timestamp column. I tried setting the column
default to getdate() in the target table but that does not work.
I'm using MS SQL
I'm using MS SQL
