I have two databases one in MySQL and the other in SQL Server. I have a request table in MySQL with fields as requestid and requestdatetime. And in SQL Server I have a table named request desc with columns as requestid and request_description.
These tables are updated at different times throughout the day. How can I connect these two and get the details as requestid, reqest_description and requestdatetime based in the requestid taken from MySQL database?