|
Posted by kuNDze on 03/06/07 08:52
hi,
on localServer i execute this query
INSERT INTO table (A, B, C)
SELECT A, B, C FROM LinkedServer.myDB.dbo.table
everything is fine. But if i execute this one
INSERT INTO LinkedServer.myDB.dbo.table (A, B, C)
SELECT A, B, C FROM table
it is very slow. Is there any solution to make it any faster?
Navigation:
[Reply to this message]
|