![]() |
1
2
从其他帖子找到了答案。 首先,将项目的TargetServerVersion属性更改为要用于SSIS的SQL Server版本,如下面的链接和屏幕截图所示。 The version of ODBC source is not compatible with this version of the dataflow SSIS: version of ODBC source is not compatible with this version of the dataflow
执行此操作后,可能会遇到如下错误:
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/eb9e6826-b650-433b-bab9-16da214efd99/the-acquireconnection-method-call-to-the-connection-manager-mydatabaseodbc-failed-with-error-code?论坛=sqlintegrationservices
|