I want to be able to query a table on a remote server and then run an xp on the local server.
I have tried:
select emailid from [remote].[dbname].dbo.tb_email
It keeps telling me that I have more than the max number of identifiers. Is there a way to do this? Thanks.
Eva