I am trying to copy a table from a live remote server to my local development machine. I tried:
select *
into mmm
from [sqlb8.webcontrolcenter.com].[1photo].[kelraie].[pix]
But got this error:
Msg 7202, Level 11, State 2, Line 1 Could not find server 'sqlb8.webcontrolcenter.com' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.
How do i link the servers? Or is there an easier way to do this? Thanks Khaled