I rencently used the SQL Server Migration Assistant to import a database into SQL Server 2005. I noticed that a number of tables that were imported have been ammended with a new column called SSMA_timestamp.

Can anyone tell me what this is for and how it would be used?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

I think this is generated so that the Migration assistant can detect changes to the data during the migration. I don't think it is used after migration is complete, so it should be safe to drop these new columns once you are sure everything is done.

link|improve this answer
Thanks for the information! – Chris Nov 18 '09 at 16:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.