Skip to main content
nikos101
Inspiring
February 16, 2009
Answered

How do you insert data from another table into a table with timestamp column

  • February 16, 2009
  • 1 reply
  • 663 views
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
This topic has been closed for replies.
Correct answer nikos101
Sorry, I managed to get round this by inserting null as the value

1 reply

nikos101
nikos101AuthorCorrect answer
Inspiring
February 16, 2009
Sorry, I managed to get round this by inserting null as the value