I want to write a stored procedure that will query a server that I only have read access to.
Is this possible using SQL? If so, how?
The answers from Insert Data From One Server To Another? and Export table data from one SQL Server to another seem to only be helpful if I had more permissions in the source server. If I am mistaken, please correct me.