Can you successfully use linked servers when you are the dbo on "Server #1" and just a reader/user on "Server #2"?
I need to run updates on "Server #1" based on data that is housed on "Server #2". So all I need to do is read the data from the second server.
If this is possible, how do I go about it? I believe that I did the sp_addlinkedservers correctly....but am really unsure of what to do next.
Does anyone have any helpful hints or experience with this? Any help would be much appreciated. Thanks in advance!
I need to run updates on "Server #1" based on data that is housed on "Server #2". So all I need to do is read the data from the second server.
If this is possible, how do I go about it? I believe that I did the sp_addlinkedservers correctly....but am really unsure of what to do next.
Does anyone have any helpful hints or experience with this? Any help would be much appreciated. Thanks in advance!