Hi we run 2012 enterprise. I was surprised to see a simple environment setup pkg tag a time zone other than +0 on a non offset date column targeted to a datetimeoffset(7) column. And I see two different offsets in the results.
The source column's data type id is datetime2(7). Am I dreaming?
I know when left up to sql in an alter from datetime2(7) to datetimeoffset(7), sql keeps the value (ie date) in the column and sets the offset to + 0.
How/why did ssis do this?