我試圖將一個表從實時遠程服務器複製到本地開發機器上。我想:將SQL服務器數據庫表從一臺服務器複製到另一臺服務器
select *
into mmm
from [sqlb8.webcontrolcenter.com].[1photo].[kelraie].[pix]
但得到這個錯誤:
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.
如何鏈接服務器?還是有更簡單的方法來做到這一點? 謝謝 Khaled
如果OP只需要一張表,可能是因爲它是10MB,但備份可能是100GB。所以備份/恢復可能不實際。 – 2012-02-25 01:14:09