I have data on both servers. Mysql server I control. Ms sql server my vendor controls and I only have read access as remote server I access via ssms and ssrs with a url. I have data from prior vendor on mysql. New vendor data on ms sql is current data being updated daily by users. I cannot add tables on ms sql nor allow any user but me access. Linked sever Avoids me doing ftp download and then import to mysql daily from ms sql server. I read here about linked servers. So do I:
Install mydbr with connection to mysql Then add linked server to ms sql server. That way no changes to ms sql server required and I can have data from both servers in one report on one installation of mydbr.