Does anyone know if I can access data from a SQL Server 2008 database from a MySQL database?
It would be something like Linked Server, but otherwise.
Does anyone know if I can access data from a SQL Server 2008 database from a MySQL database?
It would be something like Linked Server, but otherwise.
No, you can not do this type of access, you can use ODBC, but you will need to install the right drive.
It is important to understand that the client must understand the protocol.