Reputation: 125
I have this remote query (select * from dbo.prod_Enertia_emk_monthly_gas_interface
) with the linked server as LIVEDB. How does SQL know to use the bottom selected query to the remote server? I am puzzled as I have never created a remote query before. How does this call work?
Upvotes: 2
Views: 71
Reputation: 12804
This is either a view or a synonym. Both can be found in SQL Server Management Studio under the database in question.
Upvotes: 4