After data services jobs are imported to new environement, Windows Server 2008, it failed because of below error.
<[Microsoft][ODBC SQL Server Driver] Optional feature not implemented>.
I found one recommendation to change "date" data type to "datetime" and it resolved an issue.
However, it caused anither issue.
when a template table is recreated, a column updated as datetime is populated as datetime2. How can I resolve this issue?