Hey all,
I'm curently working on a project where I need to transfer data (with some minor transformations) from one database to another. Everything was going just fine when I hit my first Timestamp column...
It seems SQL Server doesn't want me to use explicit values for this type of column and it, instead, wants to generate its own.
If there a way, using T-SQL, I can get this data from one table to another?
Thanks,
Sonny