我有兩臺服務器。兩臺服務器都有一個公用表。將數據從一個服務器表複製到另一個服務器的表
表名:ref_state
Column_name data_Type
------------------------------------
state_id smallint
country_id int
state_short_name nvarchar
state nvarchar
is_active bit
last_update smalldatetime
is_town bit
我想帶一個服務器表中的數據到另一臺服務器上的表。
select * from ref_states where country_id=2
你的意思是服務器意味着不同的sqlserver服務器或不同的數據庫在一個sql服務器? – Ajay2707
是不同SQL服務器服務器的 –
這是一次性過程或多次。 – Ajay2707