【发布时间】:2016-01-13 17:05:29
【问题描述】:
我正在尝试将数据从 MySQL 表加载到 SQL Server 2012 表。 为此,我安装了“mysql-connector-odbc-5.3.4-win32”驱动程序。
之后使用数据源“.Net Framework Data Provider For Odbc”导入数据
我为 Mysql 提供了正确的连接字符串和 DSN。
终于报错了
- Setting Source Connection (Error)
Messages
Error 0xc02020ff: Source - r_cluster [1]: The Source - r_cluster was unable to retrieve column information for the SQL command. The following error occurred: ERROR [42000] [MySQL][ODBC 5.3(a) Driver][mysqld-5.5.25]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 '"r_cluster"' at line 1
(SQL Server Import and Export Wizard)
Pipeline component has returned HRESULT error code 0xC02020FF from a method call. (Microsoft.SqlServer.DTSPipelineWrap)
请帮我解决这个问题。
谢谢
【问题讨论】:
标签: mysql sql sql-server sql-server-2008