ssis

Error in SSIS package while importing data from text file into MySQL

冷暖自知 提交于 2020-08-11 18:37:59
问题 I created a package in SSIS. source is a text file and destination is MySQL. When I am trying to run the package, I am getting the following error. "[ADO NET Destination [195]] Error: An exception has occurred during data insertion, the message returned from the provider is: ERROR [42000] [MySQL][ODBC 5.2(w) Driver][mysqld-5.6.13-log]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near" 回答1: MySQL is not an ADO

Error in SSIS package while importing data from text file into MySQL

旧时模样 提交于 2020-08-11 18:37:25
问题 I created a package in SSIS. source is a text file and destination is MySQL. When I am trying to run the package, I am getting the following error. "[ADO NET Destination [195]] Error: An exception has occurred during data insertion, the message returned from the provider is: ERROR [42000] [MySQL][ODBC 5.2(w) Driver][mysqld-5.6.13-log]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near" 回答1: MySQL is not an ADO

SSIS 2005 to 2019

寵の児 提交于 2020-08-10 18:52:51
问题 In the company where I work I have SSRS, SSIS and SSAS projects done in 2005 and 2008, and at this moment the company has purchased VS 2019, is it possible to migrate ssis packages from 2005 and 2008 to 2019 directly? I can't find anything on the net that is very specific in relation to this matter. Thank you greetings 回答1: Maybe is the answer. If the packages were built using only standard, out of the box, tasks and components and there's no scripting involved, you can run that 2005 package