I want to be able to execute remote queries based on the results of a local query.
For instance:
DECLARE @REMOTESERVER VARCHAR(10)
Select TOP 1 @REMOTESERVER = RemoteServer from TABLE
--Execute the next query on a remote server from the value I retrieved above
Select * from tblCustomers