hi we'll want to communicate with a mysql server at one of our locations from our sql dw server for warehouse extracts daily.
i thought i saw everything from oracle sources to sql sources to oracle's netsuite as a source to native sql drivers etc etc but do not believe i've ever seen a sql server communicate with a mysql server source.
do i need a special driver on my dw sql server to communicate with the mysql server? and will our pattern of simply using our service acct to login to our normal sql server sources work here or are there special considerations?
January 21, 2025 at 8:13 pm
i see an odbc driver at this site but still wonder if our existing sql drivers cant establish this kind of communication? this looks like an open source product.
You will have to install the mySQL ODBC driver on your SQL Server and configure it.
Then you can set your remote mySQL server up as a Linked Server. Use the MSDASQL provider.
Best use Google or Bing to search for instructions on how to set this up. For example with this search phrase:
sql server linked server mysql.
February 7, 2025 at 8:09 pm
a few words of caution to the community...
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply