![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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? |
#3
| |||
| |||
|
|
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? |
![]() |
| Thread Tools | |
| Display Modes | |
| |