select
*
into
[Server1].[MyDB].[dbo].[_ListClientBEBRUT]
from
[Server2].[MyDB].[dbo].[_ListClientBEBRUT]
But it returns me an error :
Msg 117, Level 15, State 1, Line 126
The object name 'Server1.MyDB.dbo._ListClientBEBRUT' contains more than the maximum number of prefixes. The maximum is 2.
Could you please tell me how i can fix it?