you can use the instructions below
select * from [linkedServerName] ... [databaseName.TableName]
but before executing the code above, you have to make some changes.
in SQL Server Management Studio, go to the "Linked Servers" folder, open the "Providers" folder, find MSDASQL and get its property, then select the "Only Zero Level" checkbox, click Ok ... then run the query and enjoy it.
source share