D
Derek Hart
Using SQL Server 2000, and VS.Net 2003
I want to load a datatable from a local server into a dataset and update it
into a linked server. The linked server will have the exact same structured
table, and it will be empty. Can I open a blank dataset from the linked
server, and fill it with the dataset from the local server? I have been
trying every which way to get this working. Is it possible? It is too slow
doing a transact sql statement that does the insert from the local to the
linked, so I am trying this method. Any thoughts?
Derek
I want to load a datatable from a local server into a dataset and update it
into a linked server. The linked server will have the exact same structured
table, and it will be empty. Can I open a blank dataset from the linked
server, and fill it with the dataset from the local server? I have been
trying every which way to get this working. Is it possible? It is too slow
doing a transact sql statement that does the insert from the local to the
linked, so I am trying this method. Any thoughts?
Derek