简体   繁体   中英

server link - mysql and sql 2008 server link

I have done data migration using server link in sql 2008.But at the moment it is not working.

Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "MYSQL".OLE DB provider "MSDASQL" for linked server "MYSQL" returned message "[Microsoft][ODBC Driver Manager] Cannot initialize the data source object of OLE DB provider +Data source name not found and no default driver specified". (Microsoft SQL Server, Error: 7303)

Please help me to solve this issues.

Please check our DSN connection.

You might be add it into User DSN instead of System DSN.

If you add DSN into User DSN, it will return 7303 error code, but if you create DSN as system DSN it will work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM