Hi
Thanks for reaching out to Microsoft Q&A.
In SQL Server on-premise I can create a linked server to the DB2 source and then I can use the statement SELECT ... OPENQUERY(DB2linkedserver, ...).
is it possible to implement a data virtualization solution inside Synapse
I dont think it is possible in synapse, either you will have to create a linked service to DB2, run a pipeline with select statement as source and set the sink as sql server table or sink to file and query it using openrowset.
Please Upvote and Accept as answer if the reply was helpful, this will be helpful to other community members.