Viewing post 1 (of 1 total)
I found that you can prefix server name in From part.
For example, you connect to serverA
(Assuming you have added the linked serverB)
select * into [db].[owner].
from [serverB].[db].[owner].
This works.
But NOT in the...
October 13, 2009 at 8:19 am
#1065205