select * from openquery(mysql, ' select * from test limit 10 ')
Msg 7357, Level 16, State 2, Line 1 Cannot process the object " select * from test". The OLE DB provider "MSDASQL" for linked server "mysql" indicates that either the object has no columns or the current user does not have permissions on that object.
select * from openquery(mysql, 'select * from test limit 10 ')